1
1
openmpi/ompi/mca/bml
Jeff Squyres 3bc940ac27 Fix three things from r15474 (thanks to Brian for noticing):
* bml.h had a change that introduced a variable named "_order" to
   avoid a conflict with a local variable.  The namespace starting
   with _ belongs to the os/compiler/kernel/not us.  So we can't start
   symbols with _.  So I replaced it with arg_order, and also updated
   the threaded equivalent of the macro that was modified.
 * in btl_openib_proc.c, one opal_output accidentally had its string
   reverted from "ompi_modex_recv..." to
   "mca_pml_base_modex_recv....".  This was fixed.
 * The change to ompi/runtime/ompi_preconnect.c was entirely
   reverted; it was an artifact of debugging.

This commit was SVN r15475.

The following SVN revision numbers were found above:
  r15474 --> open-mpi/ompi@8ace07efed
2007-07-18 11:38:06 +00:00
..
base These are supposed to have a high probability of success. 2007-07-11 23:02:47 +00:00
r2 Move modex from pml base to general ompi runtime, sicne it's used by more 2007-07-09 17:16:34 +00:00
bml.h Fix three things from r15474 (thanks to Brian for noticing): 2007-07-18 11:38:06 +00:00
Makefile.am Fix a bunch of install locations for header files 2005-12-08 00:54:44 +00:00