23 #ifndef ORTE_HNP_CONTACT_H
24 #define ORTE_HNP_CONTACT_H
26 #include "orte_config.h"
29 #ifdef HAVE_SYS_TYPES_H
30 #include <sys/types.h>
54 ORTE_DECLSPEC
int orte_write_hnp_contact_file(
char *filename);
56 ORTE_DECLSPEC
int orte_read_hnp_contact_file(
char *filename,
orte_hnp_contact_t *hnp,
bool connect);
58 ORTE_DECLSPEC
int orte_list_local_hnps(
opal_list_t *hnps,
bool connect);
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
#define OBJ_CLASS_DECLARATION(NAME)
Declaration for class descriptor.
Definition: opal_object.h:236