1
1
openmpi/ompi/mca/btl
Jeff Squyres 8b786cac04 The configure test we had for checking whether openib could build
(related to the presence of posix threads and ptmalloc2) is now a
little outdated: since we don't build ptmalloc2 as part of libopal
anymore, the openib BTL's requirements are not directly tied to
ptmalloc2's anymore.  Specifically, I altered the test to:

 1. At compile time, if no threads are found, the ptmalloc2 component
    is going to be built, '''and the ptmalloc2 component is going to be
    inside libopal,''' then refuse to build the openib BTL.
 1. At run time, if no threads were available at compile time and the
    ptmalloc2 component is part of the process, then refuse to use the
    openib BTL.

Fixes trac:1537.

This commit was SVN r19652.

The following Trac tickets were found above:
  Ticket 1537 --> https://svn.open-mpi.org/trac/ompi/ticket/1537
2008-09-27 11:19:21 +00:00
..
base Add a missing OMPI_DECLSPEC 2008-08-07 20:36:11 +00:00
elan Fixes trac:1392, #1400 2008-07-28 22:40:57 +00:00
gm Fixes trac:1392, #1400 2008-07-28 22:40:57 +00:00
mx Fix the problem with the unexpected MX handler. The Solution so far is to 2008-09-04 15:46:29 +00:00
ofud Fixes trac:1392, #1400 2008-07-28 22:40:57 +00:00
openib The configure test we had for checking whether openib could build 2008-09-27 11:19:21 +00:00
portals Fix a bunch of compiler warnings. Refs trac:1458 2008-09-26 16:15:05 +00:00
sctp Fixes trac:1392, #1400 2008-07-28 22:40:57 +00:00
self Fixes trac:1392, #1400 2008-07-28 22:40:57 +00:00
sm - Mainly type casts. Microsoft VC++ compiler is too strict. 2008-09-08 15:39:30 +00:00
tcp - Mainly type casts. Microsoft VC++ compiler is too strict. 2008-09-08 15:39:30 +00:00
template Fixes trac:1392, #1400 2008-07-28 22:40:57 +00:00
udapl catch when mpool not created and prevent the subsequent segv 2008-08-07 11:33:28 +00:00
btl.h Remove useless defines. The MCA was bumped to 2.0, there is no reason to keep 2008-07-30 10:40:18 +00:00
Makefile.am Clean up a couple of configure things: 2007-05-15 04:23:48 +00:00