4 months ago brbarret Merge r27950 into v1.7 code base v1.7-wrappers
4 months ago brbarret wrapper compiler merge space for 1.7 v1.7-wrappers
4 months ago brbarret Revamp the handling of wrapper compiler flags. The user flags, main configure
4 months ago jsquyres Update C++ examples to say that Open MPI no longer builds the MPI C++
4 months ago jsquyres Fixes #3483: Move Fortran "make dist" fix to v1.7 v1.7
4 months ago jsquyres Fixes #3484: Move r27925 to v1.7 branch: Fortran configure basename error v1.7
4 months ago rolfv Fix build issue when building with --disable-dlopen.
4 months ago rhc Remove the only place where PMI was used outside a component, and relocate that code to common/pmi.
4 months ago rolfv Add new rte headers in files that need them.
4 months ago pasha Removing leftovers of old infrastructure.
4 months ago vvenkatesan The pointer to the structure was also never allocated before retrieving
4 months ago vvenkatesan To remove the warning due to uninitialized variable.
4 months ago bosilca The shortest lifespan for a BTL.
4 months ago bosilca A copy for posterity of the Open MPI Sicortex BTL.
4 months ago brbarret Don't build ORTE stuff if we said --without-orte
4 months ago brbarret update ignore files
4 months ago brbarret Move the RTE framework change into the trunk. With this change, all non-CR
4 months ago jsquyres Fixes #3442: ensure that we don't call "basename" on an empty string.
4 months ago jsquyres Ensure that these files always get picked up during "make dist", not
4 months ago jsquyres 1.6.4rc2 was released -- on to rc3 v1.6
4 months ago rhc Fixes #3480: Move r27911 to v1.7 branch v1.7
4 months ago rhc Fixes #3478: Fix the rank_file functionality in v1.7 v1.7
4 months ago rhc rc6 was released in mid-Jan - this branch now represents the future rc7 v1.7
4 months ago jsquyres Sync NEWS and README with the v1.6 branch.
4 months ago jsquyres Add some points about ARM support. v1.6
4 months ago jsquyres Fixes #3469: ARM atomics patch v1.6
4 months ago jsquyres Update svn:ignore to handle new test-driver script installed by v1.6
4 months ago jsquyres Update svn:ignore to ignore new test-driver script installed by
4 months ago jsquyres This PUSH is never POP'ed. And we don't want this variable to
4 months ago jsquyres Fixes #3479: Make it possible to use AM 1.13 on v1.6 branch v1.6
4 months ago jsquyres Also send the titles/subtitles/etc. to config.log. The line numbers
4 months ago rhc Good ol' Cray changed the way node/cpu allocation is handled in their latest release of ALPS, and so our allocator is broken. Adjust for the revised method, but preserve the older method for those Cray users who have not updated their system.
4 months ago jsquyres Update news about fixed slot list behavior. v1.6
4 months ago jsquyres Fixes #3476: Fix paffinity for slot_lists v1.6
4 months ago rhc Fix rank_file operations. We changed the syntax to use semi-colons between multiple slot assignments so that we could use the comma to separate specific cores, but somehow the flex definitions didn't get updated to accept that character. We also incorrectly zero'd the bitmap between slot assignment sections, and so multiple slot assignments only wound up making the last one in the list.
4 months ago rhc Fixes #3477: Fix debugger attach v1.7
4 months ago rhc Update ignores v1.6
4 months ago rhc Remove stale code - message arrival time doesn't really mean much anymore.
4 months ago brbarret Keep libevent headers from being installed in the wrong place. The top level
4 months ago brbarret Automake will ship the .in file whether or not the conditional is taken,
4 months ago rhc Silence warning
4 months ago rhc Fixes #3474: Move r27899 to v1.7 branch v1.7
4 months ago rhc Correct the computation of the daemon vpid
4 months ago jsquyres Verbal CMR on the authority of both Ralph and Brian on the phone this v1.7
4 months ago rhc Silence warning
4 months ago rhc Silence warning
4 months ago rhc Cleanup a warning - if we are doing linkall and cannot find either static or dynamic libs, than that is clearly an unrecoverable error. Print a nice message and exit.
4 months ago jsquyres Fix an old bug: the project name in these variables should be upper
4 months ago jsquyres Add bullet about one-sided memory leak fix, and update VT bullet. v1.6
4 months ago jsquyres Sync NEWS with v1.6 branch.
4 months ago bosilca Fixes #3471: Move one-sided memory fix to v1.6 v1.6
4 months ago bosilca Fixes #3468: Move VT v5.14.2.3 changes to v1.6 v1.6
4 months ago rhc Remove duplicate code
4 months ago jsquyres Fixes #3473: Move fortran wrapper compiler fix to v1.7 v1.7
4 months ago jsquyres Fixes #3472: Move memory leak fixes to 1.7 v1.7
4 months ago brbarret OPAL_WRAPPER_EXTRA_CPPFLAGS is the wrong variable, want to set
4 months ago brbarret Don't link orte into fortran in the dynamic case
4 months ago brbarret Fix memory leak in nbc init
4 months ago brbarret Fix a memory leak in the RDMA one-sided component. Thanks to Victor Vysotskiy
4 months ago bosilca The patch from ticket #3469 adapted for the trunk.