From 1963fa7e5be5d274da58188901499b7e4da8e595 Mon Sep 17 00:00:00 2001 From: David A Minton Date: Tue, 21 Mar 2023 12:41:07 -0400 Subject: [PATCH] More updates to coarray CMAKE options --- CMakeLists.txt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 5ffa15283..1a9ed99c0 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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)