1
1
openmpi/ompi/mca/pml
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 Ensure we don't enter into an infinite loop looking for the PML modex key if it isn't present. The PMI implementation will load ALL modex keys when the first key is queried, so the hash db component can safely return "not found" if a subsequent key isn't present. The PML modex_recv needs to assume everything is okay if the modex recv fails to return a value. 2013-09-25 16:04:00 +00:00
bfo Fix longstanding issue with our multi-project support. Rather than using 2014-01-07 22:11:15 +00:00
cm Fix longstanding issue with our multi-project support. Rather than using 2014-01-07 22:11:15 +00:00
crcpw Fix longstanding issue with our multi-project support. Rather than using 2014-01-07 22:11:15 +00:00
example Fix longstanding issue with our multi-project support. Rather than using 2014-01-07 22:11:15 +00:00
ob1 Fix longstanding issue with our multi-project support. Rather than using 2014-01-07 22:11:15 +00:00
v Fix longstanding issue with our multi-project support. Rather than using 2014-01-07 22:11:15 +00:00
configure.m4 Rather than setting up the direct call stuff in ompi_mca (which requires 2013-02-04 23:26:42 +00:00
Makefile.am Fix longstanding issue with our multi-project support. Rather than using 2014-01-07 22:11:15 +00:00
pml.h Remove the proc_pml and proc_bml fields from ompi_proc_t and replace with a 2013-08-30 16:54:55 +00:00