1
1
openmpi/orte/mca/schema/base
Ralph Castain 4e50cdae52 This commit accomplishes two things:
1. Fix the "hang" condition when an application isn't found. It turned out that the ODLS had some difficulty with the process actually not having been started - hence, it never called the waitpid callback. As a result, the "terminated" trigger didn't fire, and so mpirun didn't wake up. With this change, the HNP's errmgr forces the issue by causing the trigger to fire itself when an abort condition occurs.

2. Shift the recording of the pid and the nodename from mpi_init to the orted launcher. This allows programs such as Eclipse PTP to get the pids even for non-MPI applications. In the case of bproc, the pls handles this chore since we don't use orteds in that system.

This commit was SVN r12558.
2006-11-11 04:03:45 +00:00
..
base.h And ORTE is ready for prime-time. All Windows tricks are in: 2006-08-23 03:32:36 +00:00
Makefile.am * The last of the build system optimizations. Combine the component and 2005-11-20 01:03:01 +00:00
schema_base_close.c Next step in the project split, mainly source code re-arranging 2006-02-12 01:33:29 +00:00
schema_base_fns.c This commit accomplishes two things: 2006-11-11 04:03:45 +00:00
schema_base_open.c This commit accomplishes two things: 2006-11-11 04:03:45 +00:00
schema_base_select.c Next step in the project split, mainly source code re-arranging 2006-02-12 01:33:29 +00:00