Move comments.

This commit is contained in:
Ye Luo 2023-10-23 14:47:27 -05:00
parent 1c0d22a128
commit 17e3a2d901
1 changed files with 3 additions and 3 deletions

View File

@ -368,10 +368,10 @@ if(alignment_remainder)
endif()
message(STATUS "QMC_SIMD_ALIGNMENT is set to ${QMC_SIMD_ALIGNMENT}")
#---------------------------------------------------------
# Determine if OpenMP taskloop works with the CXX compiler
#---------------------------------------------------------
if(QMC_OMP)
#---------------------------------------------------------
# Determine if OpenMP taskloop works with the CXX compiler
#---------------------------------------------------------
include(TestOpenMPtaskloop)
option(ENABLE_OMP_TASKLOOP "Enable OpenMP taskloop" ${OMP_TASKLOOP_OKAY})
message(STATUS "ENABLE_OMP_TASKLOOP is set to ${ENABLE_OMP_TASKLOOP}")