20#ifndef BOOTSTRAP_INTERNAL_H
21#define BOOTSTRAP_INTERNAL_H
26#define BOOTSTRAP_MPI_PLUGIN "realm_ucp_bootstrap_mpi.so"
27#define BOOTSTRAP_P2P_PLUGIN "realm_ucp_bootstrap_p2p.so"
bootstrap_handle_t * handle
Definition bootstrap.h:61
int bootstrap_init(const BootstrapConfig *config, bootstrap_handle_t *handle)
int bootstrap_finalize(bootstrap_handle_t *handle)
BootstrapMode
Definition bootstrap_internal.h:32
@ BOOTSTRAP_VTABLE
Definition bootstrap_internal.h:36
@ BOOTSTRAP_PLUGIN
Definition bootstrap_internal.h:35
@ BOOTSTRAP_P2P
Definition bootstrap_internal.h:34
@ BOOTSTRAP_MPI
Definition bootstrap_internal.h:33
Definition activemsg.h:38
Definition bootstrap_internal.h:39
char * plugin_name
Definition bootstrap_internal.h:41
BootstrapMode mode
Definition bootstrap_internal.h:40
Definition bootstrap.h:32