1
1
openmpi/opal/mca/db
Brian Barrett 8b778903d8 Fix longstanding issue with our multi-project support. Rather than using
pkg{data,lib,includedir}, use our own ompi{data,lib,includedir}, which is
always set to {datadir,libdir,includedir}/openmpi.  This will keep us from
having help files in prefix/share/open-rte when building without Open MPI,
but in prefix/share/openmpi when building with Open MPI.

This commit was SVN r30140.
2014-01-07 22:11:15 +00:00
..
base Fix longstanding issue with our multi-project support. Rather than using 2014-01-07 22:11:15 +00:00
hash Fix longstanding issue with our multi-project support. Rather than using 2014-01-07 22:11:15 +00:00
pmi Fix longstanding issue with our multi-project support. Rather than using 2014-01-07 22:11:15 +00:00
print Fix longstanding issue with our multi-project support. Rather than using 2014-01-07 22:11:15 +00:00
sqlite Fix longstanding issue with our multi-project support. Rather than using 2014-01-07 22:11:15 +00:00
db_types.h Do some cleanup of the way we handle modex data. Identify data that needs to be shared with peers in my job vs data that needs to be shared with non-peers - no point in sharing extra data. When we share data with some process(es) from another job, we cannot know in advance what info they have or lack, so we have to share everything just in case. This limits the optimization we can do for things like comm_spawn. 2013-09-27 00:37:49 +00:00
db.h Fix an issue regarding use of PMI when running processes and tools that don't need or want to use it. We build PMI support based on configuration settings and library availability. 2013-10-02 19:03:46 +00:00
Makefile.am Fix longstanding issue with our multi-project support. Rather than using 2014-01-07 22:11:15 +00:00