1
1
openmpi/orte
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
..
class And ORTE is ready for prime-time. All Windows tricks are in: 2006-08-23 03:32:36 +00:00
dss Nothing relevant. Only a set of castings to have a clean compile on 2006-10-20 02:25:50 +00:00
etc Next step in the project split, mainly source code re-arranging 2006-02-12 01:33:29 +00:00
include This commit looks a lot bigger than it is, so relax :-) 2006-10-17 16:06:17 +00:00
mca This commit accomplishes two things: 2006-11-11 04:03:45 +00:00
runtime Fix a bug that had us generate an error message and abort startup when there were stale universe directories around. Now, we just ignore them. 2006-11-07 21:34:57 +00:00
test Fix ticket #545 2006-10-31 21:29:07 +00:00
tools This commit accomplishes two things: 2006-11-11 04:03:45 +00:00
util Cleanup the problem of connecting to default universes. 2006-11-06 15:28:38 +00:00
Doxyfile Fix the broken Doxyfile so people can generate what little code base documentation we have :-) 2006-04-13 12:52:17 +00:00
Makefile.am * Fix a small bug George noticed - if you change the prefix (or any of the 2006-03-12 04:35:01 +00:00