1
1
openmpi/test
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
..
asm * the .c files created by symlinking get shipped in the tarball as 2006-03-21 03:14:49 +00:00
class * add include now needed with rearranging of includes in ompi class code 2006-06-14 21:30:17 +00:00
datatype Update the datatype tests. 2006-06-26 20:10:27 +00:00
dss * forgot to fix up includes in the test directory with yesterday's commit. 2006-02-12 19:51:24 +00:00
event * put event library tests into the testing infrastructure so that they can 2006-06-26 22:28:59 +00:00
mca * forgot to fix up includes in the test directory with yesterday's commit. 2006-02-12 19:51:24 +00:00
memory * forgot to fix up includes in the test directory with yesterday's commit. 2006-02-12 19:51:24 +00:00
mpi Update the copyright notices for IU and UTK. 2005-11-05 19:57:48 +00:00
peruse Cleanups. 2006-06-26 20:09:04 +00:00
runtime * forgot to fix up includes in the test directory with yesterday's commit. 2006-02-12 19:51:24 +00:00
support * forgot to fix up includes in the test directory with yesterday's commit. 2006-02-12 19:51:24 +00:00
threads * forgot to fix up includes in the test directory with yesterday's commit. 2006-02-12 19:51:24 +00:00
util Add some new OPAL functionality. 2006-07-03 22:23:07 +00:00
Makefile.am * add event into dist_subdirs so that the Makefile.in gets created 2006-06-28 22:53:21 +00:00
Unit-Test-Status.pdf Update the unit test matrix 2005-03-30 14:16:02 +00:00
Unit-Test-Status.xls * rename ompi_hash_table opal_hash_table 2005-07-03 16:52:32 +00:00