1
1
openmpi/orte/mca/ns
Josh Hursey 4cf4b4ea86 Fix for MPI 2 dynamics.
The NS replica should give out tags that are over ORTE_RML_TAG_DYNAMIC
or it will overlap with other outstanding tags. This overlap was killing
MPI_Comm_spawn when a program tried to use it multiple times (> 3).

With this fix MPI_Comm_spawn is behaving properly.
A program can call it many times in a row with out problem.

NOTE: Not tested for multi-threaded build yet

(A long time debugging for a one liner... :/)

This commit was SVN r7529.
2005-09-28 03:20:43 +00:00
..
base * update configure.ac to use the modern version of AC_INIT and 2005-09-07 05:54:53 +00:00
proxy Add lib{opal,orte,mpi}.la to appropriate LIBADD's, some whitespace cleanup as well. 2005-09-22 12:28:54 +00:00
replica Fix for MPI 2 dynamics. 2005-09-28 03:20:43 +00:00
Makefile.am * update configure.ac to use the modern version of AC_INIT and 2005-09-07 05:54:53 +00:00
ns_types.h Finally ... the command was a uint16_t but was packed as an int8_t. That's always ZERO on a big endian 2005-09-12 09:43:34 +00:00
ns.h Add several new interface functions to the name services: 2005-08-07 13:21:52 +00:00