Для этого сайта требуется поддержка JavaScript.
Обзор
Помощь
Вход
ports
/
openmpi
Следить
1
В избранное
1
Форкнуть
0
Вы уже форкнули openmpi
Код
Релизы
Активность
openmpi
/
orte
/
mca
/
grpcomm
История
Mike Dubman
98234b5a69
SLURM/PMI2: Fix parsing of PMI2 process mapping
...
fixed by AlexM, reviewed by miked cmr=v1.7.4:reviewer=rhc This commit was SVN r30300.
2014-01-16 12:05:29 +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
SLURM/PMI2: Fix parsing of PMI2 process mapping
2014-01-16 12:05:29 +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