Realm
A distributed, event-based tasking library
Loading...
Searching...
No Matches
bootstrap_internal.h File Reference
#include <cstddef>
#include "realm/ucx/bootstrap/bootstrap.h"
Include dependency graph for bootstrap_internal.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  Realm::UCP::BootstrapConfig
 

Namespaces

namespace  Realm
 
namespace  Realm::UCP
 

Macros

#define BOOTSTRAP_MPI_PLUGIN   "realm_ucp_bootstrap_mpi.so"
 
#define BOOTSTRAP_P2P_PLUGIN   "realm_ucp_bootstrap_p2p.so"
 

Enumerations

enum  Realm::UCP::BootstrapMode { Realm::UCP::BOOTSTRAP_MPI , Realm::UCP::BOOTSTRAP_P2P , Realm::UCP::BOOTSTRAP_PLUGIN , Realm::UCP::BOOTSTRAP_VTABLE }
 

Functions

int Realm::UCP::bootstrap_init (const BootstrapConfig *config, bootstrap_handle_t *handle)
 
int Realm::UCP::bootstrap_finalize (bootstrap_handle_t *handle)
 

Macro Definition Documentation

◆ BOOTSTRAP_MPI_PLUGIN

#define BOOTSTRAP_MPI_PLUGIN   "realm_ucp_bootstrap_mpi.so"

◆ BOOTSTRAP_P2P_PLUGIN

#define BOOTSTRAP_P2P_PLUGIN   "realm_ucp_bootstrap_p2p.so"