1
1
openmpi/opal/mca/shmem
Jeff Squyres 5215dc0db3 shmem base: do not allow framework selection to occur twice
Both opal_shmem_base_select() and
opal_shmem_base_best_runnable_component_name() and were calling
opal_shmem_base_runtime_query(), which would do component selection
(and closing of losing components) twice.

Put protection in opal_shmem_base_runtime_query() to return the cached
results the second time.  Additionally, make
opal_shmem_base_runtime_query() "own" the cached results
(vs. opal_shmem_base_select).
2015-02-26 14:56:46 -08:00
..
base shmem base: do not allow framework selection to occur twice 2015-02-26 14:56:46 -08:00
mmap shmem: use C99 struct initialization 2015-02-26 14:56:46 -08:00
posix shmem: use C99 struct initialization 2015-02-26 14:56:46 -08:00
sysv shmem: use C99 struct initialization 2015-02-26 14:56:46 -08:00
Makefile.am The final step of the RFC: convert the <foo>libdir and friends to fit their respective code areas, and equate them all at the top. Note that we can't entirely separate things as the opal_install_dirs framework can't handle separated locations for the various trees. 2014-05-08 02:01:35 +00:00
shmem_types.h New sm BTL initialization take two. This approach is pretty simple. Instead of 2013-01-11 16:24:56 +00:00
shmem.h shmem: make the base_module_t a real mca_base_module_t 2015-02-26 14:56:46 -08:00