1
1
openmpi/ompi/mca/mpool/sm
Samuel Gutierrez 2fb7c344fc Added a new System V (sysv) shared memory component for Open MPI.
Configure Option:
--enable-sysv

MCA Parameter:
mpi_common_sm

mpi_common_sm accepts a comma delimited list of: [sysv],mmap (order
dependent).  The first component that is successfully selected is used. For
example, -mca mpi_common_sm sysv,mmap will first try sysv. If sysv is not
successfully selected, then mmap will be used.  mmap will be used if 
mpi_common_sm is not provided.

Notes:
Please make certain that your system's shmmax limit, or equivalent, is larger
than mpool_sm_min_size.  Otherwise, shmget may fail.

This commit was SVN r23260.
2010-06-09 16:58:52 +00:00
..
.windows Restore several linked libraries that were deleted by mistake in r22405. 2010-01-14 21:50:42 +00:00
configure.params Remove unneeded PARAM_INIT_FILE variable in configure.params files used by 2007-01-08 03:44:22 +00:00
Makefile.am Add windows support files into the tarball, including .windows, CMakeLists.txt files, and CMake modules. Thanks to Jeff for testing it on Linux. 2009-04-24 16:39:33 +00:00
mpool_sm_component.c Added a new System V (sysv) shared memory component for Open MPI. 2010-06-09 16:58:52 +00:00
mpool_sm_module.c Added a new System V (sysv) shared memory component for Open MPI. 2010-06-09 16:58:52 +00:00
mpool_sm.h Added a new System V (sysv) shared memory component for Open MPI. 2010-06-09 16:58:52 +00:00