1
1
openmpi/ompi/mca
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
..
allocator Fixes trac:1392, #1400 2008-07-28 22:40:57 +00:00
bml Oops -- fix silly cut-n-paste error... 2008-09-24 20:17:54 +00:00
btl The configure test we had for checking whether openib could build 2008-09-27 11:19:21 +00:00
coll Make the code match the comment. I checked with Jelena, and based on the papers we 2008-09-15 23:28:40 +00:00
common Per http://www.open-mpi.org/community/lists/devel/2008/09/4648.php, 2008-09-11 19:02:33 +00:00
crcp Replace the old coordinated component ('coord') and replace it with a much more refined version ('bkmrk'). 2008-09-10 18:29:17 +00:00
dpm Remove some historical, but now unused, cruft 2008-09-11 12:49:11 +00:00
io Patch originally from George to improve ROMIO's performance when 2008-09-06 09:50:12 +00:00
mpool Change the default value of mpi_leave_pinned to -1, meaning that we'll 2008-09-16 22:06:14 +00:00
mtl Fix a bunch of compiler warnings. Refs trac:1458 2008-09-26 16:15:05 +00:00
osc - The MS VC compiler complains "error C2512: 'ompi_convertor_master_t' : no appropriate default constructor available", initialize it, it's not the fast path anyway. 2008-08-27 15:57:59 +00:00
pml Change the default value of mpi_leave_pinned to -1, meaning that we'll 2008-09-16 22:06:14 +00:00
pubsub Per July technical meeting: 2008-08-04 16:43:12 +00:00
rcache Fixes trac:1392, #1400 2008-07-28 22:40:57 +00:00
topo Remove redundant code 2008-09-05 04:29:21 +00:00