adding shared-memory

This commit is contained in:
Jose Salcedo Perez 2018-01-27 17:33:53 +00:00
parent e8423ceca4
commit 281d6a6aa4

View file

@ -30,10 +30,10 @@ endif()
# Command line options
#===============================================================================
option(openmp "Enable shared-memory parallelism with OpenMP" OFF)
option(openmp "Enable shared-memory parallelism with OpenMP" ON)
option(profile "Compile with profiling flags" OFF)
option(debug "Compile with debug flags" OFF)
option(optimize "Turn on all compiler optimization flags" OFF)
option(optimize "Turn on all compiler optimization flags" ON)
option(coverage "Compile with coverage analysis flags" OFF)
option(mpif08 "Use Fortran 2008 MPI interface" OFF)