1
1
openmpi/orte/mca
2013-11-23 22:58:32 +00:00
..
dfs As per the RFC, bring in the ORTE async progress code and the rewrite of OOB: 2013-08-22 16:37:40 +00:00
errmgr ***** THIS INCLUDES A SMALL CHANGE IN THE MPI-RTE INTERFACE ***** 2013-10-08 18:37:59 +00:00
ess Fix headers when building with ft enabled. Thanks to Adrian Reber for the patch! 2013-11-23 22:58:32 +00:00
filem Per patch from Jeff, treat the case where someone transfers an archived file of an unknown type. This can't actually happen as this is on the receive end, and the error would have been treated and rejected on the send side. Still, practice defensive programming. 2013-11-13 23:49:26 +00:00
grpcomm **************************************************************** 2013-10-14 16:52:58 +00:00
iof orte_iof_base.output_limit is an unsigned type; just initialize it to INT_MAX 2013-11-13 19:36:43 +00:00
odls 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
oob Ouch - remove an extraneous line. 2013-11-13 04:02:05 +00:00
plm Revise the launch timeout detection so we don't mistakenly declare "failed to start". Recognize that timeout is at the per-job level, and define the timeout param as a total value instead of seconds/daemon as it otherwise can get to be an enormous (and useless) number. 2013-11-11 23:50:40 +00:00
ras As per the RFC, bring in the ORTE async progress code and the rewrite of OOB: 2013-08-22 16:37:40 +00:00
rmaps Per request from Nathan, add an offset value to the job struct so we can construct a "global rank" that spans multiple jobs during dynamic launch operations. Store a new ORTE_DB_GLOBAL_RANK value for each process in the database, and ensure that we share our own value during connect_accept so both sides can see it. 2013-11-14 17:01:43 +00:00
rml Fix headers when building with ft enabled. Thanks to Adrian Reber for the patch! 2013-11-23 22:58:32 +00:00
routed Cleanup the radix MCA params - the max connections has no relationship to the max fd's on a node. It solely is used to improve the performance of small jobs by avoiding unnecessary inter-daemon routing. 2013-11-14 04:19:06 +00:00
sensor As per the RFC, bring in the ORTE async progress code and the rewrite of OOB: 2013-08-22 16:37:40 +00:00
snapc Fix headers when building with ft enabled. Thanks to Adrian Reber for the patch! 2013-11-23 22:58:32 +00:00
sstore Fix headers when building with ft enabled. Thanks to Adrian Reber for the patch! 2013-11-23 22:58:32 +00:00
state Add a little debug 2013-11-14 04:22:59 +00:00