1
1
openmpi/orte
Iain Bason 28f03a2d86 Suspend/resume enhancements:
Have orte call setpgrp after forking (but before exec) when
orte_forward_job_control is set. Then have it send signals to the
child's process group.  This allows suspending jobs that fork.

If a SIGTSTP arrives before the processes have been launched, then
record it and suspend them right after launching.

This commit was SVN r22557.
2010-02-04 15:47:20 +00:00
..
config Enable the boot of an orted "virtual machine". Modify the mapper framework to allow mapping of only daemons. Remove the cm ras module as no longer required. Modify the orted code to always send back node arch info. Remove the "--enable-bootstrap" configure option as this feature will now always be available. 2010-01-25 22:25:13 +00:00
etc Many thanks to Ralf W. for finding a subtle bug in these Makefile.am's 2008-06-04 01:28:03 +00:00
include Add a new ras module to support bootstrap operations. Additional functionality may eventually be required in the component, but for now all it does is provide a mechanism for ensuring that other allocations don't confuse the system. 2009-09-30 23:30:24 +00:00
mca Suspend/resume enhancements: 2010-02-04 15:47:20 +00:00
orted Suspend/resume enhancements: 2010-02-04 15:47:20 +00:00
runtime Enable the boot of an orted "virtual machine". Modify the mapper framework to allow mapping of only daemons. Remove the cm ras module as no longer required. Modify the orted code to always send back node arch info. Remove the "--enable-bootstrap" configure option as this feature will now always be available. 2010-01-25 22:25:13 +00:00
test Since we modified ORTE to declare that any process that terminates after calling "init" while at least one other process has not yet called "init" is an error, we have to ensure that non-MPI ORTE apps (i.e., apps that call orte_init but not mpi_init) include a barrier in orte_init. Otherwise, fast ORTE apps almost always wind up triggering the "abnormal termination" condition. 2010-01-07 06:58:01 +00:00
tools Per #2201, move the user arguments up to be the first set of argv 2010-01-29 22:51:35 +00:00
util We need to barrier for orte apps when the job is initially started, but we must not do the barrier when a proc is restarted as the other procs in the job won't know to participate. 2010-01-10 02:21:30 +00:00
CMakeLists.txt Remove flex.exe and its license file from the tarball. 2010-01-22 16:40:13 +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 Start using Libtool's shared library versioning scheme. See lengthy 2009-07-23 21:35:17 +00:00