1
1
openmpi/orte/mca
2010-01-07 18:14:03 +00:00
..
errmgr Silence a compiler warning about no format 2009-09-08 15:02:48 +00:00
ess Since we modified ORTE to declare that any process that terminates after calling "init" while at least one other process has not yet called "init" is an error, we have to ensure that non-MPI ORTE apps (i.e., apps that call orte_init but not mpi_init) include a barrier in orte_init. Otherwise, fast ORTE apps almost always wind up triggering the "abnormal termination" condition. 2010-01-07 06:58:01 +00:00
filem - Replace combinations of 2009-08-20 11:42:18 +00:00
grpcomm Ensure we cancel the lingering recv in the allgather code to avoid having incorrect counters. 2009-12-14 13:21:56 +00:00
iof Correct handling of pointer array indexing 2009-09-26 03:33:55 +00:00
notifier A few changes to the FTB notifier interface: 2009-09-24 23:56:41 +00:00
odls Add the ability to track how many times a process has been restarted, and to communicate that value to a process when it is restarted in case it needs to take action when it is restarted as opposed to being started for the first time. 2010-01-07 01:19:44 +00:00
oob Silence a compiler warning about no format 2009-09-08 15:03:14 +00:00
plm Detect the scenario where one or more procs fail to call orte/ompi_init while others in the job do. This scenario can cause the job to hang as MPI_Init contains a barrier operation that will not complete. Although ORTE does not contain such a barrier, it still will be considered as an error scenario so that we can detect the MPI case - otherwise, ORTE has no knowledge of OMPI and wouldn't know how to differentiate the use-cases. 2009-12-17 19:39:53 +00:00
ras - Get rid of a small nuisance: after installation of the 2009-11-25 19:01:33 +00:00
rmaps Let a restarted process have access to all known nodes instead of only those already in its prior job map 2009-11-19 19:45:11 +00:00
rmcast Updates to allow OMPI to build on Cray XT platforms running Catamount 2010-01-07 18:14:03 +00:00
rml Add a new tag for pnp/multicast send of direct messages 2009-12-31 20:34:58 +00:00
routed Remove unused (and uninitialized) variable 2009-12-24 01:36:47 +00:00
snapc Small fix for a egde case 2009-12-16 18:06:05 +00:00