1
1

Export the orte_ns_base_print_name_args function.

This commit was SVN r15520.
Этот коммит содержится в:
George Bosilca 2007-07-19 21:45:27 +00:00
родитель 0b06832fc7
Коммит 9cbc9df1b8

Просмотреть файл

@ -96,7 +96,7 @@ typedef struct orte_process_name_t orte_process_name_t;
/* useful define to print name args in output messages */
char* orte_ns_base_print_name_args(orte_process_name_t *name);
ORTE_DECLSPEC extern char* orte_ns_base_print_name_args(orte_process_name_t *name);
#define ORTE_NAME_PRINT(n) \
orte_ns_base_print_name_args(n)