Skip to content

Commit

Permalink
Fix cmake error and remove fea test
Browse files Browse the repository at this point in the history
  • Loading branch information
jewatkins committed Feb 2, 2023
1 parent 8339e2f commit 15dce77
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions perf_tests/green-1-10km/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@ IF (NOT ALBANY_ENABLE_CUDA)
configure_file(${CMAKE_CURRENT_SOURCE_DIR}/input_albany_Velocity_MueLu.yaml
${CMAKE_CURRENT_BINARY_DIR}/input_albany_Velocity_MueLu.yaml COPYONLY)

configure_file(${CMAKE_CURRENT_SOURCE_DIR}/input_albany_Enthalpy_FiniteElementAssembly_Memoization.yaml
${CMAKE_CURRENT_BINARY_DIR}/input_albany_Enthalpy_FiniteElementAssembly_Memoization.yaml COPYONLY)
configure_file(${CMAKE_CURRENT_SOURCE_DIR}/input_albany_Enthalpy_MueLu.yaml
${CMAKE_CURRENT_BINARY_DIR}/input_albany_Enthalpy_MueLu.yaml COPYONLY)

Expand Down Expand Up @@ -48,7 +46,6 @@ IF (NOT ALBANY_ENABLE_CUDA)
add_test(${testName}_vel_muk_np${ALBANY_NUM_PROCS} ${ALBANY_SFAD12_EXE} input_albany_Velocity_MueLuKokkos.yaml ${ALBANY_EXTRA_ARGS})
add_test(${testName}_vel_mu_np${ALBANY_NUM_PROCS} ${ALBANY_SFAD12_EXE} input_albany_Velocity_MueLu.yaml ${ALBANY_EXTRA_ARGS})

add_test(${testName}_ent_fea_mem_np${ALBANY_NUM_PROCS} ${ALBANY_SFAD6_EXE} input_albany_Enthalpy_FiniteElementAssembly_Memoization.yaml ${ALBANY_EXTRA_ARGS})
add_test(${testName}_ent_mu_np${ALBANY_NUM_PROCS} ${ALBANY_SFAD6_EXE} input_albany_Enthalpy_MueLu.yaml ${ALBANY_EXTRA_ARGS})

IF(ALIPT_TUNE)
Expand All @@ -66,8 +63,6 @@ set_tests_properties(${testName}_ent_muk_np${ALBANY_NUM_PROCS}
IF (NOT ALBANY_ENABLE_CUDA)
set_tests_properties(${testName}_vel_mu_np${ALBANY_NUM_PROCS}
${testName}_vel_muk_np${ALBANY_NUM_PROCS}
${testName}_ent_fea_1ws_np${ALBANY_NUM_PROCS}
${testName}_ent_fea_mem_np${ALBANY_NUM_PROCS}
${testName}_ent_mu_np${ALBANY_NUM_PROCS}
PROPERTIES FIXTURES_REQUIRED ${testName}_pop)

Expand Down

0 comments on commit 15dce77

Please sign in to comment.