23 #ifndef ORTE_UTIL_HOSTFILE_H
24 #define ORTE_UTIL_HOSTFILE_H
26 #include "orte_config.h"
36 ORTE_DECLSPEC
int orte_util_filter_hostfile_nodes(
opal_list_t *nodes,
40 ORTE_DECLSPEC
int orte_util_get_ordered_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
BEGIN_C_DECLS ORTE_DECLSPEC int orte_util_add_hostfile_nodes(opal_list_t *nodes, char *hostfile)
Parse the provided hostfile and add the nodes to the list.
Definition: hostfile.c:493