Для этого сайта требуется поддержка JavaScript.
Обзор
Помощь
Вход
ports
/
openmpi
Следить
1
В избранное
1
Форкнуть
0
Вы уже форкнули openmpi
Код
Релизы
Активность
openmpi
/
orte
/
orted
История
Ralph Castain
d9f7947a42
Arg - the other half of the prior commit: have the orted properly parse the resulting data to hand it to orte_odls.
...
Also, reindent per emacs (sigh). This commit was SVN r23437.
2010-07-20 04:06:46 +00:00
..
help-orted.txt
Bring in an updated launch system for the orteds. This commit restores the ability to execute singletons and singleton comm_spawn, both in single node and multi-node environments.
2007-07-12 19:53:18 +00:00
Makefile.am
Complete implementation of the --without-rte-support configure option. Working with Brian, this has been tested on RedStorm.
2008-06-18 03:15:56 +00:00
orted_comm.c
Arg - the other half of the prior commit: have the orted properly parse the resulting data to hand it to orte_odls.
2010-07-20 04:06:46 +00:00
orted_main.c
Fix singleton comm_spawn by having the host orted create a map object for the singleton job. Even though this isn't filled in, the pidmap function will ignore any job that doesn't have a map object. Thus, this ensures that the singleton's location is included in the pidmap, thereby allowing messages to be routed to/from it.
2010-07-18 02:48:17 +00:00
orted.h
Enable substitution of the communication calls in the orted when sending messages back to the HNP by creating a function for this purpose and saving the pointer to it in orte_odls_base. Higher level libraries can then override the default function to use their own method.
2010-04-09 18:50:10 +00:00