1
1
openmpi/ompi/mca
Samuel Gutierrez 3b162593e6 New POSIX shared memory component and other common sm enhancements.
NOTE: mmap is still the default.

Some highlights:
o Silent component failover.
o The sysv component will only be queried for selection if it is placed before
  the mmap component (for example, -mca mpi_common_sm sysv,posix,mmap).  In the
  default case, sysv will never be queried/selected.
o Per some on-list discussion, now unlinking mmaped file in both mmap and posix
  components (see: "System V Shared Memory for Open MPI: Request for Community
  Input and Testing" thread).
o  Assuming local process homogeneity with respect to all utilized shared
   memory facilities. That is, if one local process deems a particular shared
   memory facility acceptable, then ALL local processes should be able to
   utilize that facility. As it stands, this is an important point because one
   process dictates to all other local processes which common sm component will
   be selected based on its own, local run-time test.
o Addressed some of George's code reuse concerns.

This commit was SVN r23633.
2010-08-23 16:04:13 +00:00
..
allocator Remove include/opal/sys/cache.h -- its only purpose in life was to 2010-07-06 14:33:36 +00:00
bml A number of C/R enhancements per RFC below: 2010-08-10 20:51:11 +00:00
btl - Hmm, these mca parameters indeeed are registered twice ,-] 2010-08-10 21:11:59 +00:00
coll revert fix to comply with #2534 2010-08-15 11:04:34 +00:00
common New POSIX shared memory component and other common sm enhancements. 2010-08-23 16:04:13 +00:00
crcp A number of C/R enhancements per RFC below: 2010-08-10 20:51:11 +00:00
dpm New POSIX shared memory component and other common sm enhancements. 2010-08-23 16:04:13 +00:00
io Don't let ROMIO mishandle the displacement for contiguous data with a non-zero 2010-03-23 01:23:45 +00:00
mpool A number of C/R enhancements per RFC below: 2010-08-10 20:51:11 +00:00
mtl Created two new macros that are used when filling in either the 2010-08-04 19:36:40 +00:00
op Update Cisco copyrights for consistency 2009-10-07 22:02:32 +00:00
osc Oops -- use the right function name, otherwise you get compile/link 2010-07-23 01:30:01 +00:00
pml A number of C/R enhancements per RFC below: 2010-08-10 20:51:11 +00:00
pubsub * Wrap all the direct error-code checks of the form (OMPI_ERR_* == ret) with 2010-05-17 23:08:56 +00:00
rcache Fix rcache for Windows. 2010-07-14 09:04:34 +00:00
topo - Replace combinations of 2009-08-20 11:42:18 +00:00