Re: [OMPI devel] Trunk Commit Heads-up: New Common Shared Memory Component

2010-08-23 Thread Samuel K. Gutierrez
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

[OMPI devel] Question on MCA_BASE_METADATA_PARAM_NONE

2010-08-23 Thread ananda.mudar
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

Re: [OMPI devel] Question on MCA_BASE_METADATA_PARAM_NONE

2010-08-23 Thread ananda.mudar
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

Re: [OMPI devel] Question on MCA_BASE_METADATA_PARAM_NONE

2010-08-23 Thread Joshua Hursey
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

Re: [OMPI devel] 1.5rc5 has been posted

2010-08-23 Thread Larry Baker
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

Re: [OMPI devel] 1.5rc5 has been posted

2010-08-23 Thread Larry Baker
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