mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-28 06:05:58 -04:00
fix order
This commit is contained in:
parent
0e79264e7f
commit
3f2d85cad3
1 changed files with 3 additions and 3 deletions
|
|
@ -25,9 +25,9 @@ endif()
|
|||
# Command line options
|
||||
#===============================================================================
|
||||
|
||||
option(OPENMC_ENABLE_PROFILE "Enable shared-memory parallelism with OpenMP" ON)
|
||||
option(OPENMC_ENABLE_COVERAGE "Compile with profiling flags" OFF)
|
||||
option(OPENMC_USE_OPENMP "Compile with coverage analysis flags" OFF)
|
||||
option(OPENMC_USE_OPENMP "Enable shared-memory parallelism with OpenMP" ON)
|
||||
option(OPENMC_ENABLE_PROFILE "Compile with profiling flags" OFF)
|
||||
option(OPENMC_ENABLE_COVERAGE "Compile with coverage analysis flags" OFF)
|
||||
option(OPENMC_USE_DAGMC "Enable support for DAGMC (CAD) geometry" OFF)
|
||||
option(OPENMC_USE_LIBMESH "Enable support for libMesh unstructured mesh tallies" OFF)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue