1
1
openmpi/orte/util
Ralph Castain 01a7259a7d This fixes ticket #1426 - mpirun is cleaning up ALL session dirs
Mpirun - and the orteds - were doing their best to whack all session dirs on their nodes just in case there was something lingering due to an abnormal termination. Unfortunately, they were -too- good at it. They were whacking all session directories under the user's name, even those from other mpiruns!

This adds another layer to the session dir tree so that we can denote which jobs come from our own job family, and restricts the cleanup operation to only session dirs from within our own job family. So we'll still cleanup anything due to our own mpirun, but won't whack any other mpirun from this user.

Call it being polite...

This commit was SVN r19083.
2008-07-29 18:58:35 +00:00
..
comm Effectively revert the orte_output system and return to direct use of opal_output at all levels. Retain the orte_show_help subsystem to allow aggregation of show_help messages at the HNP. 2008-06-09 14:53:58 +00:00
dash_host Effectively revert the orte_output system and return to direct use of opal_output at all levels. Retain the orte_show_help subsystem to allow aggregation of show_help messages at the HNP. 2008-06-09 14:53:58 +00:00
hostfile Modify the handling of hostfiles to allow them to subdivide allocations. Utilize the "slots_alloc" field of the orte_node_t object - which had previously been unused - to track the #slots allocated to a given app_context. Let the hostfile filtering action utilize the #slots field to modify the allocated slots for each app_context. 2008-07-28 15:10:40 +00:00
context_fns.c For consistency reasons always use opal_home_directory and 2008-03-31 18:13:41 +00:00
context_fns.h Fix the use of --path and -x PATH so that things work properly. 2008-03-05 21:07:43 +00:00
error_strings.c Remove defunct error constant - we no longer have a GPR that can hold corrupt data! 2008-03-24 21:05:14 +00:00
hnp_contact.c Effectively revert the orte_output system and return to direct use of opal_output at all levels. Retain the orte_show_help subsystem to allow aggregation of show_help messages at the HNP. 2008-06-09 14:53:58 +00:00
hnp_contact.h 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
Makefile.am Update the manpages for comm_spawn(_multiple) - add man page to explain host/hostfile behavior 2008-07-21 17:58:12 +00:00
name_fns.c Effectively revert the orte_output system and return to direct use of opal_output at all levels. Retain the orte_show_help subsystem to allow aggregation of show_help messages at the HNP. 2008-06-09 14:53:58 +00:00
name_fns.h This fixes ticket #1426 - mpirun is cleaning up ALL session dirs 2008-07-29 18:58:35 +00:00
nidmap.c Repair the MPI-2 dynamic operations. This includes: 2008-07-03 17:53:37 +00:00
nidmap.h Repair the MPI-2 dynamic operations. This includes: 2008-07-03 17:53:37 +00:00
pre_condition_transports.c Effectively revert the orte_output system and return to direct use of opal_output at all levels. Retain the orte_show_help subsystem to allow aggregation of show_help messages at the HNP. 2008-06-09 14:53:58 +00:00
pre_condition_transports.h 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
proc_info.c Repair the MPI-2 dynamic operations. This includes: 2008-07-03 17:53:37 +00:00
proc_info.h Repair the MPI-2 dynamic operations. This includes: 2008-07-03 17:53:37 +00:00
session_dir.c This fixes ticket #1426 - mpirun is cleaning up ALL session dirs 2008-07-29 18:58:35 +00:00
session_dir.h This fixes ticket #1426 - mpirun is cleaning up ALL session dirs 2008-07-29 18:58:35 +00:00
show_help.c Remove the nodename:pid prefix from show_help output so it doesn't disrupt the formatted output 2008-07-08 22:57:50 +00:00
show_help.h Complete implementation of the --without-rte-support configure option. Working with Brian, this has been tested on RedStorm. 2008-06-18 03:15:56 +00:00