1
1
openmpi/orte/mca/pls/xcpu
Ralph Castain ab5ea61100 Bring over the rest of the ctrl-c fixes. This commit includes:
1. add a "cancel_operation" API to the pls components that allows orterun to demand that an orted operation (e.g., terminate_job) be immediately cancelled and abandoned.

2. changes the pls orted commands from blocking to non-blocking. This allows us to interrupt those operations should an orted be non-responsive. The change also adds an orte_abort_timeout that limits how long orterun will automatically wait for the orteds to respond - if the terminate command, for example, doesn't see orted response within that time, then we printout an appropriate error message and just give up.

3. modifies orterun to allow multiple ctrl-c's to simply abort the program even if the orteds have not responded

4. does some cleanup on the orte-level mca params so that their implementation looks a lot more like that of ompi - makes it easier to maintain. This change also includes the definition of an orte_abort_timeout struct and associated MCA param (can't have too many!) so you can set the time after which orterun gives up on waiting for orteds to respond

This needs more testing before migrating to 1.2.

This commit was SVN r13304.
2007-01-25 14:17:44 +00:00
..
configure.m4 new XCPU PLS and SDS to work with libxcpu 2006-12-21 00:05:36 +00:00
configure.params Remove unneeded PARAM_INIT_FILE variable in configure.params files used by 2007-01-08 03:44:22 +00:00
Makefile.am new XCPU PLS and SDS to work with libxcpu 2006-12-21 00:05:36 +00:00
pls_xcpu_component.c new XCPU PLS and SDS to work with libxcpu 2006-12-21 00:05:36 +00:00
pls_xcpu.c Bring over the rest of the ctrl-c fixes. This commit includes: 2007-01-25 14:17:44 +00:00
pls_xcpu.h Bring over the rest of the ctrl-c fixes. This commit includes: 2007-01-25 14:17:44 +00:00
poll.c new XCPU PLS and SDS to work with libxcpu 2006-12-21 00:05:36 +00:00