diff options
Diffstat (limited to 'Source/main.cpp')
-rw-r--r-- | Source/main.cpp | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/Source/main.cpp b/Source/main.cpp index d6939a6f1..5587d4f93 100644 --- a/Source/main.cpp +++ b/Source/main.cpp @@ -36,12 +36,10 @@ int main(int argc, char* argv[]) { using namespace amrex; - auto mpi_thread_levels = utils::warpx_mpi_init(argc, argv); + utils::warpx_mpi_init(argc, argv); warpx_amrex_init(argc, argv); - utils::warpx_check_mpi_thread_level(mpi_thread_levels); - #if defined(AMREX_USE_HIP) && defined(WARPX_USE_PSATD) rocfft_setup(); #endif |