1
1
openmpi/ompi/include
Jeff Squyres 8de0663ae0 Increase the size of MPI_MAX_PORT_NAME from 256 to 1024.
Rationale:

 1. This value has already changed since v1.2 (v1.2 MPI_MAX_PORT_NAME
    == 36).  Hence, this commit simply increases the value from a
    previous change.
 1. The changes does increase OMPI's memory footprint slightly, but
    only when using MPI-2 dynamics.  So it is expected that the change
    will have minimal impact on the overall footprint.
 1. The change is helpful for nodes that have 4 or more IP networks
    (e.g., regular ethernet and multiple IP-over-<pick your favorite
    high-speed network> networks).  Without this change, invoking
    MPI_COMM_SPAWN on hosts with 4 or more IP networks will fail
    because we'll exceed 256 bytes for the port name.  Some OMPI
    developer test clusters already have this kind of configuration
    (e.g., Cisco); it is expected that this is not too common in the
    real world yet, but with "manycore" coming, having multiple
    IP-based networks in a single server will likely become more
    common.

This commit was SVN r19638.
2008-09-25 16:47:17 +00:00
..
ompi Fixes trac:1392, #1400 2008-07-28 22:40:57 +00:00
Makefile.am fix comment 2007-09-18 16:30:45 +00:00
mpi.h.in Increase the size of MPI_MAX_PORT_NAME from 256 to 1024. 2008-09-25 16:47:17 +00:00
mpif-common.h Add the logicalx types to fortran. 2008-04-02 06:34:46 +00:00
mpif-config.h.in Add ability to completely turn off MPI one-sided support, so that users 2007-08-18 21:35:51 +00:00
mpif-mpi-io.h Add ability to completely turn off MPI one-sided support, so that users 2007-08-18 21:35:51 +00:00
mpif.h.in Fixes trac:1029: add in support for MPI_CONVERSION_FN_NULL. 2007-12-07 13:09:07 +00:00
ompi_config.h.in * Embed ident strings into the Open MPI libraries using one of the following 2007-11-03 02:40:22 +00:00