1
1
openmpi/orte/mca/grpcomm
Nathan Hjelm cd257ac707 fixed typo in pmi grpcomm
This commit was SVN r25353.
2011-10-21 16:28:36 +00:00
..
bad Complete implementation of the ess.proc_get_locality API. Up to this point, the API was only capable of telling if the specified proc was sharing a node with you. However, the returned value was capable of telling you much more detailed info - e.g., if the proc shares a socket, a cache, or numa node. We just didn't have the data to provide that detail. 2011-10-19 20:18:14 +00:00
base Fix Windows build 2011-10-21 14:46:58 +00:00
cnos Remove two unused windows files. 2011-07-21 12:53:32 +00:00
hier By popular demand the epoch code is now disabled by default. 2011-08-26 22:16:14 +00:00
mcast Remove two unused windows files. 2011-07-21 12:53:32 +00:00
pmi fixed typo in pmi grpcomm 2011-10-21 16:28:36 +00:00
portals4_shmem * Add support for using modex to exchange NID/PID pairs when using Portals4. 2011-05-25 22:10:27 +00:00
configure.m4 WARNING: Work on the temp branch being merged here encountered problems with bugs in subversion. Considerable effort has gone into validating the branch. However, not all conditions can be checked, so users are cautioned that it may be advisable to not update from the trunk for a few days to allow MTT to identify platform-specific issues. 2010-09-17 23:04:06 +00:00
grpcomm_types.h Separate the gathering of collective data by jobid 2008-05-02 12:00:08 +00:00
grpcomm.h Start reducing our dependency on the event library by removing at least one instance where we use it to redirect the program counter. Rolf reported occasional hangs of mpirun in very specific circumstances after all daemons were done. A review of MTT results indicates this may have been happening more generally in a small fraction of cases. 2010-07-17 21:03:27 +00:00
Makefile.am Fix mistake that came in via the ompi-agen tree in r23764. The mistake wasn't part of the core autogen upgrade; it was an additional 'bonus' cleanup. Oops. The mistake will always create a set of directories under installdir, even if you do not --with-devel-headers. The set of directories will be empty, but still -- they should not be there at all. This commit fixes that -- the directories are not created at all if you do not --with-devel-headers 2010-09-24 22:53:28 +00:00