1
1
openmpi/ompi
Steve Wise 67fe3f23ed Use the HAVE_DECL_IBV_LINK_LAYER_ETHERNET macro.
Commit r27211 added ifdef checks for #define
HAVE_IBV_LINK_LAYER_ETHERNET, which is incorrect.  The correct #define
is HAVE_DECL_IBV_LINK_LAYER_ETHERNET.  This broke OMPI over iWARP.

This fixes trac:3726 and should be added to cmr:v1.7.3:reviewer=jsquyres

This commit was SVN r29053.

The following SVN revision numbers were found above:
  r27211 --> open-mpi/ompi@b27862e5c7

The following Trac tickets were found above:
  Ticket 3726 --> https://svn.open-mpi.org/trac/ompi/ticket/3726
2013-08-20 20:00:46 +00:00
..
attribute Implement MPI-2.2 functionality of deleting attributes on 2013-05-02 12:32:21 +00:00
class rename ompi_free_list operations to _mt, as per discussions at last face to face meeting 2013-07-08 22:07:52 +00:00
communicator Do not destroy the sub-communicator until we have freed its attributes, 2013-07-05 12:15:03 +00:00
contrib Fixed # 3704 2013-07-31 07:38:24 +00:00
datatype MPI-3: add support for large counts using derived datatypes 2013-07-23 15:35:14 +00:00
debuggers MPI-3: add support for large counts using derived datatypes 2013-07-23 15:35:14 +00:00
errhandler Cleanup error - need an "and" instead of an "or" 2013-08-16 21:41:59 +00:00
etc Use MKDIR_P instead of mkdir_p in Makefiles, as MKDIR_P is the only one 2012-06-21 16:52:37 +00:00
file == Highlights == 2012-04-18 15:57:29 +00:00
group Add the MPI 2.2 MPI_Dist_graph functionality. 2013-07-01 12:40:08 +00:00
include This define is not needed in mpi.h (it's private to the 2013-07-30 21:33:19 +00:00
info Update to r27292: only use "valuelen-1" when the valuelen is 2012-10-30 17:56:28 +00:00
mca Use the HAVE_DECL_IBV_LINK_LAYER_ETHERNET macro. 2013-08-20 20:00:46 +00:00
message Remove a bunch of unused variables. 2013-03-26 14:34:29 +00:00
mpi Silence unitialized var warnings 2013-08-16 21:37:35 +00:00
mpiext We want to ignore this MPI extension in the general case -- it's just 2013-06-19 16:01:45 +00:00
op Fix support for complex datatypes when fortran is not available but _Complex is 2013-07-25 19:08:21 +00:00
patterns MCA/base: Add new MCA variable system 2013-03-27 21:09:41 +00:00
peruse - Sanity check initialization and finalization of PERUSE. 2010-01-12 16:36:24 +00:00
proc As per the email discussion, revise the sparse handling of hostnames so that we avoid potential infinite loops while allowing large-scale users to improve their startup time: 2013-08-20 18:59:36 +00:00
request Correctly handle the invalid status for null and inactive 2013-05-01 12:55:24 +00:00
runtime As per the email discussion, revise the sparse handling of hostnames so that we avoid potential infinite loops while allowing large-scale users to improve their startup time: 2013-08-20 18:59:36 +00:00
tools Fixes trac:376: bu default the wrappr compilers will enable rpath support 2013-05-11 00:49:17 +00:00
win == Highlights == 2012-04-18 15:57:29 +00:00
Makefile.am Okay, fix it so it works both --disable-mpi-profile and --enable-mpi-profile. I'm not sure why mpit's library has to be treated differently, but it seems that it needs some special care to work in both scenarios 2013-08-19 14:48:23 +00:00