1
1
openmpi/orte/mca/plm
Josh Hursey 8b8bee04d6 It seems that some of the patches were missed in r21131. :(
This patch contains the following items:
 * Fix the flag passed to open() for the read side of the named pipe between the local and app coordinator. There is a race condition when using O_RDWR on a named pipe (not sure how that bug got in there in the first place).
 * Adjust control in the C/R thread timing
 * Clarify return code in BLCR component
 * Allow the user to adjust the max wait time for the named pipes in the FileM local coordinator by using the MCA parameter "snapc_full_max_wait_time" (Default: 20 seconds)
 * If the application terminates while there are active FileM operations, force mpirun to wait on these operations to complete.
 * Allow the user to set the local copy command (Default: cp) via MCA parameter "filem_rsh_cp"
 * Implement the ability to throttle the number of outgoing connections in FileM. At larger scales this type of explicit throttling helps prevent overwhelming the HNP machine. Default: 10, set via MCA parameter: {{{filem_rsh_max_outgoing}}}

This commit was SVN r21167.

The following SVN revision numbers were found above:
  r21131 --> open-mpi/ompi@0deb009225
2009-05-05 16:45:49 +00:00
..
alps - Get rid of incompatible implicit declaration 2009-04-29 08:11:37 +00:00
base It seems that some of the patches were missed in r21131. :( 2009-05-05 16:45:49 +00:00
bproc ... Delayed due to notifier commits earlier this day ... 2009-04-29 01:32:14 +00:00
ccp Modify the orte_process_info structure to handle a broader range of process types by replacing the individual booleans with a 32-bit bitmap. Use a set of #define's to define the individual bits, and a set of matching macros to test for them. Update the orte code base to use the macros instead of the booleans. 2009-05-04 11:07:40 +00:00
lsf ... Delayed due to notifier commits earlier this day ... 2009-04-29 01:32:14 +00:00
process ... Delayed due to notifier commits earlier this day ... 2009-04-29 01:32:14 +00:00
rsh Modify the orte_process_info structure to handle a broader range of process types by replacing the individual booleans with a 32-bit bitmap. Use a set of #define's to define the individual bits, and a set of matching macros to test for them. Update the orte code base to use the macros instead of the booleans. 2009-05-04 11:07:40 +00:00
slurm ... Delayed due to notifier commits earlier this day ... 2009-04-29 01:32:14 +00:00
submit ... Delayed due to notifier commits earlier this day ... 2009-04-29 01:32:14 +00:00
tm ... Delayed due to notifier commits earlier this day ... 2009-04-29 01:32:14 +00:00
tmd Replace missing header 2009-04-29 13:50:11 +00:00
xgrid Allocate the slots for use in the xgrid plm 2009-02-06 00:55:14 +00:00
Makefile.am Merge the ORTE devel branch into the main trunk. Details of what this means will be circulated separately. 2008-02-28 01:57:57 +00:00
plm_types.h ... Delayed due to notifier commits earlier this day ... 2009-04-29 01:32:14 +00:00
plm.h ... Delayed due to notifier commits earlier this day ... 2009-04-29 01:32:14 +00:00