1
1
openmpi/orte/mca/plm
Ralph Castain 5e6d3ba289 Initial implementation of static ports. Provide an mca param to specify static port ranges to the OOB - can provide an
y combination of comma-separated values and ranges. Daemons will use the first port in the range, MPI procs will use the other ports in the range assuming that they know their node rank in time and enough ports were specified.

NOTE: this capability only works under specific conditions. I will outline more about this in a note to devel as the remainder of the implementation progresses. For now, the only environment where this works is slurm. The linear routed module has also been adjusted to work with static ports so that all messaging flows strictly through the topology, including the initial daemon callback - thus limiting the number of sockets opened by mpirun.

This commit was SVN r20390.
2009-01-30 18:31:43 +00:00
..
alps Remove linking components against ORTE and OPAL libs. This was 2008-11-08 00:56:57 +00:00
base Initial implementation of static ports. Provide an mca param to specify static port ranges to the OOB - can provide an 2009-01-30 18:31:43 +00:00
bproc Remove linking components against ORTE and OPAL libs. This was 2008-11-08 00:56:57 +00:00
ccp - 2/4 commit for Windows Visual Studio and CCP support: 2008-12-10 21:01:54 +00:00
lsf * Fix a truckload of Cisco copyrights to be the same as the rest of 2009-01-11 02:30:00 +00:00
process - 4/4 commit for Windows Visual Studio and CCP support: 2008-12-10 21:13:27 +00:00
rsh Round up a few places where PATH_MAX was used instead of 2009-01-27 22:57:50 +00:00
slurm Continue to improve timing instrumentation. Add ability to store timing data directly to a file instead of just to stdout. 2009-01-08 14:27:52 +00:00
slurmd Initial implementation of static ports. Provide an mca param to specify static port ranges to the OOB - can provide an 2009-01-30 18:31:43 +00:00
submit This is a first step towards supporting fully-routed OOB communications: 2008-10-31 21:10:00 +00:00
tm Continue to improve timing instrumentation. Add ability to store timing data directly to a file instead of just to stdout. 2009-01-08 14:27:52 +00:00
tmd Take a step back on the slurm and tm launchers. Problems were occurring in the MTT runs, although not under non-MTT scenarios. Preserve the modified plm versions in new components that are ompi_ignored until we can resolve the problems. 2008-12-09 00:32:04 +00:00
xgrid Allow xgrid to compile with the changes from 19866. 2008-10-31 21:56:53 +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 When we hit an error prior to actually launching daemons, it would be nice if orterun didn't bark about daemons failing to launch, mpirun detecting a job failed, etc. 2008-08-19 15:19:30 +00:00
plm.h Fixes trac:1392, #1400 2008-07-28 22:40:57 +00:00