Для этого сайта требуется поддержка JavaScript.
Обзор
Помощь
Вход
ports
/
openmpi
Следить
1
В избранное
1
Форкнуть
0
Вы уже форкнули openmpi
Код
Релизы
Активность
openmpi
/
ompi
/
mca
/
pubsub
/
pmi
История
Brian Barrett
7406ef1241
Make all the PMI components depend on the common pmi library and properly
...
install the common pmi library This commit was SVN r26588.
2012-06-11 15:58:09 +00:00
..
configure.m4
Ensure the wrapper flags get entered in the right order, with -lpmi coming before the alps util libs
2012-01-27 20:56:21 +00:00
Makefile.am
Make all the PMI components depend on the common pmi library and properly
2012-06-11 15:58:09 +00:00
pubsub_pmi_component.c
move pmi init/finalize into a common component
2012-05-22 15:15:39 +00:00
pubsub_pmi.c
Handle the case where the allocator "fibs" to us about the node names. In some cases (ahem...you know who you are!), the allocator will tell us a node number (e.g., "16"). However, the daemon will return a node name (e.g., "nid0016") - leaving us not recognizing its location.
2011-12-02 14:10:08 +00:00
pubsub_pmi.h
Complete implementation of pmi support. Ensure we support both mpirun and direct launch within same configuration to avoid requiring separate builds. Add support for generic pmi, not just under slurm. Add publish/subscribe support, although slurm's pmi implementation will just return an error as it hasn't been done yet.
2011-10-17 20:51:22 +00:00