1
1
openmpi/ompi
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
..
attribute Repair the MPI-2 dynamic operations. This includes: 2008-07-03 17:53:37 +00:00
class Small fix for including unistd.h header file. 2008-06-27 16:25:31 +00:00
communicator Ensure that the mutex is properly constructed/destructed. 2008-09-09 12:57:45 +00:00
contrib/vt Removed - This file will be created by autotools 2008-09-19 15:09:46 +00:00
datatype Fix CID 1116: ensure to check return code (patch approved by George 2008-09-19 13:28:04 +00:00
debuggers Disable global ID resolution when sparse groups are used. Tested by 2008-09-23 16:27:01 +00:00
errhandler Based on a review by Ralph, no need to call getpid() or gethostname(); 2008-09-23 20:04:34 +00:00
etc Many thanks to Ralf W. for finding a subtle bug in these Makefile.am's 2008-06-04 01:28:03 +00:00
file - Initialize the lock as well 2008-09-09 08:01:41 +00:00
group Fix 2 derefenced NULL variables (Coverty fix 474 & 476). 2008-08-06 15:50:54 +00:00
include Increase the size of MPI_MAX_PORT_NAME from 256 to 1024. 2008-09-25 16:47:17 +00:00
info Effectively revert the orte_output system and return to direct use of opal_output at all levels. Retain the orte_show_help subsystem to allow aggregation of show_help messages at the HNP. 2008-06-09 14:53:58 +00:00
mca Oops -- fix silly cut-n-paste error... 2008-09-24 20:17:54 +00:00
mpi Fix CID 1117: ensure to check return values. 2008-09-19 13:27:30 +00:00
op - double declaration of extern "C" make MS compiler complain. Change them to *_C_DECLS. 2008-08-27 15:49:40 +00:00
peruse - Move the OMPI_DECLSPEC from .c to .h 2008-09-11 12:26:33 +00:00
proc Fix CID 839: minor memory leak on error 2008-08-11 20:46:27 +00:00
request - As shown in ticket #1349, the status is not copied 2008-09-02 15:36:10 +00:00
runtime Very tiny modification of the output when displaying mca param values to clarify that ones found in the environment could have also been set on the cmd line - we don't have a way to distinguish them internally. 2008-09-25 13:08:17 +00:00
tools Very tiny modification of the output when displaying mca param values to clarify that ones found in the environment could have also been set on the cmd line - we don't have a way to distinguish them internally. 2008-09-25 13:08:17 +00:00
win Replace the ompi_pointer_array with opal_pointer_array. The next step 2007-12-21 06:02:00 +00:00
Makefile.am Some more work on the man pages: 2008-08-07 19:20:40 +00:00