Code is in (see r23633). Note: mmap is still the default.
--
Samuel K. Gutierrez
Los Alamos National Laboratory
On Aug 12, 2010, at 11:37 AM, Samuel K. Gutierrez wrote:
Sorry, I should have included the link containing the discussion of
the plot.
http://www.open-mpi.org/community/lists/dev
Hi
In the file "mca_base_components_open.c", following code checks for the
components that are checkpointable. If I configure OpenMPI library with
"-enable-cr" option, I was under the assumption that all components will
be checkpointable. However I see that quite a few components are not
checkpoin
There is a typo in my previous posting. I have configured OpenMPI
library with "-with-ft=cr".
Thanks
Ananda
From: Ananda Babu Mudar (WT01 - Energy and Utilities)
Sent: Monday, August 23, 2010 11:50 AM
To: 'de...@open-mpi.org'
Subject: Question on MCA_BASE_METADATA_PARAM_NONE
Hi
In the file
When you configure with '--with-ft=cr' this enables the C/R fault tolerance
frameworks, tools and code paths. One code path is the component selection
logic you cited below. When you run an application compiled with Open MPI
passing the '-am ft-enable-cr' or '-am ft-enable-cr-recovery' options t
The PGI C compiler complains (issues a warning) for the redefinition
of the assert macro in opal/mca/memory/ptmalloc2/malloc.c:
Making all in mca/memory/ptmalloc2
make[2]: Entering directory `/home/baker/openmpi-1.5rc5/opal/mca/
memory/ptmalloc2'
CC opal_ptmalloc2_component.lo
CC
OpenMPI 1.5rc5 make fails for the PGI 10.3 compilers:
make[2]: Entering directory `/home/baker/openmpi-1.5rc5/opal/tools/
wrappers'
CC opal_wrapper.o
CCLD opal_wrapper
../../../opal/.libs/libopen-pal.so: undefined reference to
`pthread_create'
../../../opal/.libs/libopen-pal.so: un