1
1
openmpi/orte/mca/plm
Ralph Castain 728a24c8ec After considerable patience and help with debugging/testing from Tim M and Jeff S, return a completed and pretty well tested patch of the IOF to the trunk. This commit includes the previously reverted r20074, r20068, and r20064, as well as changes to fix those commits.
Basically, the remaining problem turned out to be:

1. closing stdout/stderr during orte_finalize of mpirun

2. inadvertently setting up a write event on fd = -1

3. devising a scheme to more accurately track when the stdin write event was active vs closed so it only got released once

This passed prelim MTT testing by Jeff and Tim, but should soak for awhile before migrating to 1.3.

This commit was SVN r20106.

The following SVN revision numbers were found above:
  r20064 --> open-mpi/ompi@a07660aea8
  r20068 --> open-mpi/ompi@ec930d14a9
  r20074 --> open-mpi/ompi@2940309613
2008-12-10 20:40:47 +00:00
..
alps Remove linking components against ORTE and OPAL libs. This was 2008-11-08 00:56:57 +00:00
base After considerable patience and help with debugging/testing from Tim M and Jeff S, return a completed and pretty well tested patch of the IOF to the trunk. This commit includes the previously reverted r20074, r20068, and r20064, as well as changes to fix those commits. 2008-12-10 20:40:47 +00:00
bproc Remove linking components against ORTE and OPAL libs. This was 2008-11-08 00:56:57 +00:00
ccp Remove linking components against ORTE and OPAL libs. This was 2008-11-08 00:56:57 +00:00
lsf This is a first step towards supporting fully-routed OOB communications: 2008-10-31 21:10:00 +00:00
process This is a first step towards supporting fully-routed OOB communications: 2008-10-31 21:10:00 +00:00
rsh This is a first step towards supporting fully-routed OOB communications: 2008-10-31 21:10:00 +00:00
slurm 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
slurmd 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
submit This is a first step towards supporting fully-routed OOB communications: 2008-10-31 21:10:00 +00:00
tm Add missing param in tm launcher 2008-12-09 13:31:33 +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