1
1
openmpi/opal/mca
Ralph Castain 9902748108 ***** THIS INCLUDES A SMALL CHANGE IN THE MPI-RTE INTERFACE *****
Fix two problems that surfaced when using direct launch under SLURM:

1. locally store our own data because some BTLs want to retrieve 
   it during add_procs rather than use what they have internally

2. cleanup MPI_Abort so it correctly passes the error status all
   the way down to the actual exit. When someone implemented the
   "abort_peers" API, they left out the error status. So we lost
   it at that point and *always* exited with a status of 1. This 
   forces a change to the API to include the status.

cmr:v1.7.3:reviewer=jsquyres:subject=Fix MPI_Abort and modex_recv for direct launch

This commit was SVN r29405.
2013-10-08 18:37:59 +00:00
..
backtrace Per RFC, remove darwin backtrace, since OS X since 10.5 has supported the 2013-07-05 19:06:27 +00:00
base MCA/base: When encounter a duplicate file value don't free the filename. 2013-09-21 18:53:36 +00:00
common add missing include 2013-07-21 20:18:17 +00:00
compress Update OPAL frameworks to use the MCA framework system. 2013-03-27 21:11:47 +00:00
crs Update OPAL frameworks to use the MCA framework system. 2013-03-27 21:11:47 +00:00
db ***** THIS INCLUDES A SMALL CHANGE IN THE MPI-RTE INTERFACE ***** 2013-10-08 18:37:59 +00:00
event Modify libevent to support cygwin - patch will be pushed upstream 2013-10-06 23:53:31 +00:00
hwloc Per Brice, silence warning on old Linux kernels 2013-09-16 15:43:33 +00:00
if As per the RFC, bring in the ORTE async progress code and the rewrite of OOB: 2013-08-22 16:37:40 +00:00
installdirs Fixes trac:376: bu default the wrappr compilers will enable rpath support 2013-05-11 00:49:17 +00:00
memchecker Fix bug introduced by r28236: make declaration and instantiation agree 2013-04-10 14:10:47 +00:00
memcpy Update OPAL frameworks to use the MCA framework system. 2013-03-27 21:11:47 +00:00
memory Also check for /dev/mic/scif when deciding whether to enable the Linux 2013-08-27 19:40:02 +00:00
pstat Update struct member name - this is why we put such things in the trunk before moving them to a branch, especially when coming from outside :-) 2013-10-07 15:43:43 +00:00
shmem Update OPAL frameworks to use the MCA framework system. 2013-03-27 21:11:47 +00:00
timer Update OPAL frameworks to use the MCA framework system. 2013-03-27 21:11:47 +00:00
Makefile.am Update the copyright notices for IU and UTK. 2005-11-05 19:57:48 +00:00
mca.h Refs trac:3275. 2012-09-11 20:47:24 +00:00