- So, this ain't right, but somewhere the orte-tools
do not detect the orte_name_wildcard and orte_name_invalid. This commit was SVN r21097.
Этот коммит содержится в:
родитель
221fb9dbca
Коммит
88ae934c26
@ -53,9 +53,9 @@ ORTE_DECLSPEC extern bool orte_help_want_aggregate; /* instantiated in orte/uti
|
||||
|
||||
/* Shortcut for some commonly used names */
|
||||
#define ORTE_NAME_WILDCARD (&orte_name_wildcard)
|
||||
ORTE_DECLSPEC extern orte_process_name_t orte_name_wildcard; /** instantiated in orte/runtime/orte_init.c */
|
||||
ORTE_DECLSPEC orte_process_name_t orte_name_wildcard; /** instantiated in orte/runtime/orte_init.c */
|
||||
#define ORTE_NAME_INVALID (&orte_name_invalid)
|
||||
ORTE_DECLSPEC extern orte_process_name_t orte_name_invalid; /** instantiated in orte/runtime/orte_init.c */
|
||||
ORTE_DECLSPEC orte_process_name_t orte_name_invalid; /** instantiated in orte/runtime/orte_init.c */
|
||||
|
||||
#define ORTE_PROC_MY_NAME (&orte_process_info.my_name)
|
||||
|
||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user