1
1
openmpi/orte/runtime
Josh Hursey d082a63734 Add some new OPAL functionality.
After seeing the uglyness that is removing directories in the
codebase I decided to push down this to the OPAL by extending the
opal/os_create_dirpath.(c|h) to contain some more functionality.

In this process I renamed 'os_create_dirpath' to 'os_dirpath' since it
is a bit more general now.

Added a few functions to:
 - check if an directory is empty
 - check to see if the access permissions are set correctly
 - destroy the directory at the end of the dirpath
   - By using a caller callback function (a la Perl, I believe)
     for every file, the caller can have fine grained control over
     whether a specific file is deleted or not.

This simplifies things a bit for orte_session_dir_(finalize|cleanup)
as it should no longer contain any of this functionality, but uses
these functions to do the work.

From the external perspective nothing has changed, from the 
developer point of view we have some cleaner, more generic code.

This commit was SVN r10640.
2006-07-03 22:23:07 +00:00
..
help-orte-runtime.txt Update the copyright notices for IU and UTK. 2005-11-05 19:57:48 +00:00
Makefile.am Update the copyright notices for IU and UTK. 2005-11-05 19:57:48 +00:00
orte_abort.c Next step in the project split, mainly source code re-arranging 2006-02-12 01:33:29 +00:00
orte_finalize.c Next step in the project split, mainly source code re-arranging 2006-02-12 01:33:29 +00:00
orte_init_stage1.c Next step in the project split, mainly source code re-arranging 2006-02-12 01:33:29 +00:00
orte_init_stage2.c I'm confused ... Error string as well as the goto label had the same name ... 2006-02-14 17:49:14 +00:00
orte_init.c Next step in the project split, mainly source code re-arranging 2006-02-12 01:33:29 +00:00
orte_monitor.c Next step in the project split, mainly source code re-arranging 2006-02-12 01:33:29 +00:00
orte_params.c Next step in the project split, mainly source code re-arranging 2006-02-12 01:33:29 +00:00
orte_restart.c Next step in the project split, mainly source code re-arranging 2006-02-12 01:33:29 +00:00
orte_setup_hnp.c Do a proper restart - fixes the inconsistent communications that were observed via the console. 2006-06-29 19:05:41 +00:00
orte_setup_hnp.h Update the copyright notices for IU and UTK. 2005-11-05 19:57:48 +00:00
orte_system_finalize.c Next step in the project split, mainly source code re-arranging 2006-02-12 01:33:29 +00:00
orte_system_init.c Next step in the project split, mainly source code re-arranging 2006-02-12 01:33:29 +00:00
orte_universe_exists.c Add some new OPAL functionality. 2006-07-03 22:23:07 +00:00
orte_wait.c Next step in the project split, mainly source code re-arranging 2006-02-12 01:33:29 +00:00
orte_wait.h Next step in the project split, mainly source code re-arranging 2006-02-12 01:33:29 +00:00
runtime_internal.h Next step in the project split, mainly source code re-arranging 2006-02-12 01:33:29 +00:00
runtime_types.h Update the copyright notices for IU and UTK. 2005-11-05 19:57:48 +00:00
runtime.h Brining over the session directory and universe changes 2006-06-28 21:03:31 +00:00