ARTEMIS
MPIInitHelpers.H
Go to the documentation of this file.
1 /* Copyright 2020 Axel Huebl
2  *
3  * This file is part of WarpX.
4  *
5  * License: BSD-3-Clause-LBNL
6  */
7 #ifndef WARPX_MPI_INIT_HELPERS_H_
8 #define WARPX_MPI_INIT_HELPERS_H_
9 
10 #include <utility>
11 
12 namespace utils
13 {
18  int
20 
25  std::pair< int, int >
26  warpx_mpi_init (int argc, char* argv[]);
27 
33  void
35 
40  void
42 
43 } // namespace utils
44 
45 #endif // WARPX_MPI_INIT_HELPERS_H_
Definition: IsIn.H:16
int warpx_mpi_thread_required()
Definition: MPIInitHelpers.cpp:26
std::pair< int, int > warpx_mpi_init(int argc, char *argv[])
Definition: MPIInitHelpers.cpp:42
void warpx_mpi_finalize()
Definition: MPIInitHelpers.cpp:56
void warpx_check_mpi_thread_level()
Definition: MPIInitHelpers.cpp:64