Для этого сайта требуется поддержка JavaScript.
Обзор
Помощь
Вход
ports
/
openmpi
Следить
1
В избранное
1
Форкнуть
0
Вы уже форкнули openmpi
Код
Релизы
Активность
openmpi
/
orte
/
mca
/
plm
/
base
История
Adrian Reber
cabf1d4e68
use the orte attributes in the FT code to fix compile errors
...
This commit was SVN r32093.
2014-06-26 03:19:17 +00:00
..
base.h
Singletons currently start out by spawning an HNP - this is required solely in the cases where the singleton subsequently calls MPI_Comm_spawn or publishes port info without support from an external orte-server. In all other cases, the HNP is of no value and can actually be a detriment by creating additional overhead on the node. This is particularly concerning for async operations where processes may begin as singletons and then dynamically wireup to perform pt2pt communications.
2013-10-04 02:58:26 +00:00
help-plm-base.txt
Handle the case where the allocator "fibs" to us about the node names. In some cases (ahem...you know who you are!), the allocator will tell us a node number (e.g., "16"). However, the daemon will return a node name (e.g., "nid0016") - leaving us not recognizing its location.
2011-12-02 14:10:08 +00:00
Makefile.am
Use the correct abstraction layer name for the data dirs
2014-05-08 14:32:24 +00:00
plm_base_frame.c
Update ORTE frameworks to use the MCA framework system.
2013-03-27 21:14:43 +00:00
plm_base_jobid.c
Per RFC:
2014-06-01 16:14:10 +00:00
plm_base_launch_support.c
use the orte attributes in the FT code to fix compile errors
2014-06-26 03:19:17 +00:00
plm_base_orted_cmds.c
Fix a problem where we need to abort due to a mapping failure, but we are in a managed environment and thus the orteds have not wired up. Thus, if we send the exit message across the routed network, the remote daemons won't have a way to relay the message along - and we won't exit.
2014-04-02 04:17:55 +00:00
plm_base_proxy.c
This isn't as big a change as it appears - a change in one place caused a whole bunch of files to require updated #include's due to some arcane linkage. Rework the orte_wait code to reflect the introduction of the state machine. If we are in cleanup mode and just want to kill all our local children, then there is no reason to be polite about it as that introduces *very* long delays at scale. Just kill the procs and move on.
2014-06-17 17:57:51 +00:00
plm_base_receive.c
Cannot update the proc state prior to activating the state machine as some callback functions need to compare the prior proc state against the new one.
2014-06-04 03:40:08 +00:00
plm_base_select.c
Update ORTE frameworks to use the MCA framework system.
2013-03-27 21:14:43 +00:00
plm_private.h
Update ORTE frameworks to use the MCA framework system.
2013-03-27 21:14:43 +00:00