Realm
A distributed, event-based tasking library
Loading...
Searching...
No Matches
bootstrap_internal.h
Go to the documentation of this file.
1/*
2 * Copyright 2026 NVIDIA Corporation
3 * SPDX-License-Identifier: Apache-2.0
4 *
5 * Licensed under the Apache License, Version 2.0 (the "License");
6 * you may not use this file except in compliance with the License.
7 * You may obtain a copy of the License at
8 *
9 * http://www.apache.org/licenses/LICENSE-2.0
10 *
11 * Unless required by applicable law or agreed to in writing, software
12 * distributed under the License is distributed on an "AS IS" BASIS,
13 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14 * See the License for the specific language governing permissions and
15 * limitations under the License.
16 */
17
18// UCP bootstrap internal
19
20#ifndef BOOTSTRAP_INTERNAL_H
21#define BOOTSTRAP_INTERNAL_H
22
23#include <cstddef>
25
26#define BOOTSTRAP_MPI_PLUGIN "realm_ucp_bootstrap_mpi.so"
27#define BOOTSTRAP_P2P_PLUGIN "realm_ucp_bootstrap_p2p.so"
28namespace Realm {
48
49}; // namespace Realm
50
51#endif
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