23 #ifndef _ORTE_REGEX_H_
24 #define _ORTE_REGEX_H_
26 #include "orte_config.h"
28 #include "opal/class/opal_value_array.h"
56 ORTE_DECLSPEC
int orte_regex_create(
char *nodes,
char **regexp);
58 ORTE_DECLSPEC
int orte_regex_extract_node_names(
char *regexp,
char ***names);
60 ORTE_DECLSPEC
int orte_regex_extract_ppn(
int num_nodes,
char *regexp,
int **ppn);
The opal_list_t interface is used to provide a generic doubly-linked list container for Open MPI...
Definition: opal_list.h:98
Definition: opal_list.h:147
Global params for OpenRTE.
#define OBJ_CLASS_DECLARATION(NAME)
Declaration for class descriptor.
Definition: opal_object.h:236