1
1
openmpi/orte/mca
hpp 8ded59ce0f fix alps plm to allow explicit host placement
It turns out that the alps plm code was developed only
    on cray systems that were running batch schedulers.

    However, for bring up and development systems, its not
    at all uncommon for there to be no batch scheduler, and
    thus to orte it appears that orte_num_allocated_nodes
    is always zero.  This forces a user using mpirun on such
    a system to always specify a host list:

    mpirun -n 4 -N 1 -host 32,45,68 ....

    just to get the job to run, but then since the -L argument for aprun
    is never built, the app always runs on the first batch of nodes that
    aprun finds available.
2014-10-02 10:42:01 -06:00
..
dfs Per the PMIx RFC: 2014-08-21 18:56:47 +00:00
errmgr Resolve a race condition that could cause us to hang during abnormal terminations due to multi-counting num_terminated 2014-09-02 00:32:52 +00:00
ess Fix the debug output - you can't print the cpuset pointer using the %p format without generating warnings 2014-09-29 17:10:38 +00:00
filem Per the PMIx RFC: 2014-08-21 18:56:47 +00:00
grpcomm Temporarily make the direct grpcomm component the default until we can debug the other modules 2014-09-11 14:47:54 +00:00
iof Per the PMIx RFC: 2014-08-21 18:56:47 +00:00
odls Resolve a race condition that could cause us to hang during abnormal terminations due to multi-counting num_terminated 2014-09-02 00:32:52 +00:00
oob oob/tcp: fix a race condition 2014-09-26 06:54:30 +00:00
plm fix alps plm to allow explicit host placement 2014-10-02 10:42:01 -06:00
ras Fixes to enable mpirun to work again on Cray 2014-09-23 15:37:26 +00:00
rmaps Per patch from Tetsuya, allow the user to bind-to none when specifying multiple pe's/rank as requested by Reuti. This allows the user to reserve multiple "slots" in the allocation for each process while mapping, but not to bind the process to specific processing elements on the node. 2014-09-10 15:52:18 +00:00
rml [Contribution from Artem - moved it to svn from git for him] 2014-09-15 18:00:46 +00:00
routed Per the PMIx RFC: 2014-08-21 18:56:47 +00:00
rtc check-help-strings cleanup 2014-08-11 03:26:21 +00:00
snapc Per the PMIx RFC: 2014-08-21 18:56:47 +00:00
sstore use the orte attributes in the FT code to fix compile errors 2014-06-26 03:19:17 +00:00
state Fix a race condition caused by a bad attribute flag that created an OR instead of an AND condition check 2014-08-22 22:48:16 +00:00