Skip to content

Commit

Permalink
CMake: forgot to print option ENABLE_MPI_THREAD_MULTIPLE (AMReX-Codes…
Browse files Browse the repository at this point in the history
  • Loading branch information
mic84 authored Jul 6, 2020
1 parent 579a0c4 commit e02489e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Tools/CMake/AMReX_Options.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,7 @@ print_option( ENABLE_MPI )
cmake_dependent_option( ENABLE_MPI_THREAD_MULTIPLE
"whether to initialize MPI so that multiple threads can make MPI calls at the same time" OFF
"ENABLE_MPI" OFF)
print_option( ENABLE_MPI_THREAD_MULTIPLE )

option( ENABLE_OMP "Enable OpenMP" OFF)
print_option( ENABLE_OMP )
Expand Down

0 comments on commit e02489e

Please sign in to comment.