1
1
openmpi/orte/mca/grpcomm
Mike Dubman 874c4e2558 PMI2: add missing file from prev commit
Refs trac:4119

This commit was SVN r30301.

The following Trac tickets were found above:
  Ticket 4119 --> https://svn.open-mpi.org/trac/ompi/ticket/4119
2014-01-16 13:17:08 +00:00
..
bad Fix longstanding issue with our multi-project support. Rather than using 2014-01-07 22:11:15 +00:00
base For large scale systems, we would like to avoid doing a full modex during MPI_Init so that launch will scale a little better. At the moment, our options are somewhat limited as only a few BTLs don't immediately call modex_recv on all procs during startup. However, for those situations where someone can take advantage of it, add the ability to do a "modex on demand" retrieval of data from remote procs when we launch via mpirun. 2014-01-11 17:36:06 +00:00
hier Fix longstanding issue with our multi-project support. Rather than using 2014-01-07 22:11:15 +00:00
pmi PMI2: add missing file from prev commit 2014-01-16 13:17:08 +00:00
grpcomm_types.h Remove a unnecessary definition before the real one. 2012-06-06 14:15:39 +00:00
grpcomm.h Roll in the rest of the modex change. Eliminate all non-modex API access of RTE info from the MPI layer - in some cases, the info was already present (either in the ompi_proc_t or in the orte_process_info struct) and no call was necessary. This removes all calls to orte_ess from the MPI layer. Calls to orte_grpcomm remain required. 2012-06-27 14:53:55 +00:00
Makefile.am Fix longstanding issue with our multi-project support. Rather than using 2014-01-07 22:11:15 +00:00