1
1
openmpi/opal/runtime
Josh Hursey cc83d41ad9 Merge in tmp/jjh-scratch
{{{
 svn merge -r 18218:18240 https://svn.open-mpi.org/svn/ompi/tmp/jjh-scratch .
}}}

Contains:
 * Primarily a fix for a user reported problem where a cached file descriptor is causing a SIGPIPE on restart.
 * Cleanup some small memory leaks from using mca_base_param_env_var() - Thanks Jeff
 * Cleanup ORTE FT tool compilation in non-FT builds - Thanks Tim P.
 * Cleanup mpi interface with missplaced {{{OPAL_CR_ENTER_LIBRARY}}} - Thanks Terry
 * Some other sundry cleanup items all dealing with C/R functionality in the trunk.

This commit was SVN r18241.
2008-04-23 00:17:12 +00:00
..
help-opal-runtime.txt Remove some old references to ft_enable parameter that no longer exists. 2007-03-17 20:02:42 +00:00
Makefile.am Merging in the jjhursey-ft-cr-stable branch (r13912 : HEAD). 2007-03-16 23:11:45 +00:00
opal_cr.c Merge in tmp/jjh-scratch 2008-04-23 00:17:12 +00:00
opal_cr.h Improve checkpoint/restart support by allowing a checkpoint to progress when the process is *not* in the MPI library. This involves creating a separate thread for polling for a checkpoint request. This thread is active when the MPI process is not in the MPI library, and paused when the MPI process is in the library. 2008-02-19 22:15:52 +00:00
opal_finalize.c Move the carto finalize from the util finalize to the main finalize where it belongs. Otherwise, the modules are unloaded by the mca before we try to do carto_finalize, and bad things happen. 2008-02-29 12:49:04 +00:00
opal_init.c Renove status check from carto initiation. 2008-03-12 08:55:28 +00:00
opal_params.c Few updates due to RMAPS rank_file component changes 2008-03-30 11:52:11 +00:00
opal_progress.c Fix deadlock in thread case exposed by ORTE message model -- if we are 2007-07-24 19:10:19 +00:00
opal_progress.h Rework the opal_progress interface to better support dynamic processes and at 2006-11-22 02:06:52 +00:00
opal.h per conversation with Ralph and Jeff take out the opal_init_only logic. 2007-05-24 21:54:58 +00:00