Skip to content

Commit

Permalink
Clean up Examples/CMakeLists.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
EZoni committed Nov 15, 2024
1 parent 4ef044f commit a6f1b6d
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions Examples/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ endif()
# dims: 1,2,RZ,3
# nprocs: 1 or 2 (maybe refactor later on to just depend on WarpX_MPI)
# inputs: inputs file or PICMI script, WarpX_MPI decides w/ or w/o MPI
# analysis: analysis script, always run without MPI
# output: output file(s) to analyze
# analysis: custom test analysis command, always run without MPI
# checksum: default regression analysis command (checksum benchmark)
# dependency: name of base test that must run first
#
function(add_warpx_test
Expand Down Expand Up @@ -194,7 +194,6 @@ function(add_warpx_test
${THIS_Python_SCRIPT_EXE}
${ANALYSIS_FILE}
${ANALYSIS_ARGS}
#${output}
WORKING_DIRECTORY ${THIS_WORKING_DIR}
)
# test analysis depends on test run
Expand All @@ -218,7 +217,6 @@ function(add_warpx_test
${THIS_Python_SCRIPT_EXE}
${CHECKSUM_FILE}
${CHECKSUM_ARGS}
#${output}
WORKING_DIRECTORY ${THIS_WORKING_DIR}
)
# test analysis depends on test run
Expand Down

0 comments on commit a6f1b6d

Please sign in to comment.