Skip to content

Commit

Permalink
Remove unused cmake variables for timer tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ldowen committed Sep 18, 2024
1 parent 7ba9dbd commit d1b9f5a
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 9 deletions.
5 changes: 0 additions & 5 deletions tests/unit/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,10 +1,5 @@
add_subdirectory(CXXTests)

if (ENABLE_TIMER)
set(MPI_TIMER_VAR "True")
else()
set(MPI_TIMER_VAR "False")
endif()
configure_file(
"${CMAKE_CURRENT_SOURCE_DIR}/Utilities/testTimers.py.in"
"${SPHERAL_TEST_INSTALL_PREFIX}/tests/unit/Utilities/testTimers.py"
Expand Down
4 changes: 0 additions & 4 deletions tests/unit/Utilities/testTimers.py.in
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,6 @@ import mpi

import sys, os, time


# Set based on ENABLE_TIMERS configure variable
timer_compiler = @MPI_TIMER_VAR@

commandLine()

# Remove cali files from previous test runs
Expand Down

0 comments on commit d1b9f5a

Please sign in to comment.