22 #ifndef ORTE_UTIL_DASH_HOST_H
23 #define ORTE_UTIL_DASH_HOST_H
25 #include "orte_config.h"
32 ORTE_DECLSPEC
int orte_util_add_dash_host_nodes(
opal_list_t *nodes,
35 ORTE_DECLSPEC
int orte_util_filter_dash_host_nodes(
opal_list_t *nodes,
39 ORTE_DECLSPEC
int orte_util_get_ordered_dash_host_list(
opal_list_t *nodes,
The opal_list_t interface is used to provide a generic doubly-linked list container for Open MPI...
Definition: opal_list.h:147