Skip to content
This repository was archived by the owner on Aug 28, 2024. It is now read-only.

Commit

Permalink
More updates to coarray CMAKE options
Browse files Browse the repository at this point in the history
  • Loading branch information
daminton committed Mar 21, 2023
1 parent 0df70cb commit 1963fa7
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,7 @@ IF(NOT CMAKE_Fortran_COMPILER_SUPPORTS_F90)
ENDIF(NOT CMAKE_Fortran_COMPILER_SUPPORTS_F90)

# Set some options the user may choose
# Uncomment the below if you want the user to choose a parallelization library
OPTION(USE_COARRAY "Use Coarray Fortran for parallelization" OFF)
OPTION(USE_COARRAY "Use Coarray Fortran for parallelization of test particles" OFF)
OPTION(USE_OPENMP "Use OpenMP for parallelization" ON)

IF (USE_COARRAY)
Expand Down

0 comments on commit 1963fa7

Please sign in to comment.