Skip to content

Commit

Permalink
added benchmark
Browse files Browse the repository at this point in the history
  • Loading branch information
Liam Bindle committed Feb 13, 2019
1 parent c30765d commit 6d67b91
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeScripts/GC-ConfigureClassicBuild.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ set_dynamic_default(GC_DEFINES ${TEMP})
set_dynamic_option(MECH "${RUNDIR_MECH}"
LOG GENERAL_OPTIONS_LOG
SELECT_EXACTLY 1
OPTIONS "Standard" "Tropchem" "SOA_SVPOA"
OPTIONS "Standard" "Tropchem" "SOA_SVPOA" "benchmark"
)

if(${MECH} STREQUAL "Tropchem")
Expand Down
2 changes: 1 addition & 1 deletion KPP/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Add the correct subdirectory based on ${MECH}
if("${MECH}" STREQUAL "Standard")
if("${MECH}" STREQUAL "Standard" OR "${MECH}" STREQUAL "benchmark")
add_subdirectory(Standard)
elseif("${MECH}" STREQUAL "Tropchem")
add_subdirectory(Tropchem)
Expand Down

0 comments on commit 6d67b91

Please sign in to comment.