1
1
openmpi/ompi/runtime
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
..
help-mpi-runtime.txt The mpi_leave_pinned and mpi_leave_pinned_pipeline MCA parameters were 2007-01-21 14:02:06 +00:00
Makefile.am Move modex from pml base to general ompi runtime, sicne it's used by more 2007-07-09 17:16:34 +00:00
mpiruntime.h - export symbols that are required for the fortran bindings 2007-07-16 13:23:57 +00:00
ompi_cr.c Closes trac:977 2007-04-14 02:06:05 +00:00
ompi_cr.h Closes trac:977 2007-04-14 02:06:05 +00:00
ompi_module_exchange.c fix deadlock in new modex code 2007-07-10 13:28:44 +00:00
ompi_module_exchange.h Move modex from pml base to general ompi runtime, sicne it's used by more 2007-07-09 17:16:34 +00:00
ompi_mpi_abort.c * Before this commit, if we called ompi_mpi_abort() before MPI_INIT 2007-01-29 22:01:28 +00:00
ompi_mpi_finalize.c move buffered send component clean up out of the pml to ompi_mpi_finalize. 2007-07-17 14:50:52 +00:00
ompi_mpi_init.c add missing header file - Thanks Brian. 2007-07-17 00:06:35 +00:00
ompi_mpi_params.c Allow multiple connections to be started simultaneously when doing the OOB 2007-05-23 21:35:44 +00:00
ompi_mpi_preconnect.c Fix three things from r15474 (thanks to Brian for noticing): 2007-07-18 11:38:06 +00:00
params.h Clean up the preconnect code: 2007-05-01 04:49:36 +00:00