Skip to content

Commit

Permalink
Add LONG suffix to advection periodic explicit
Browse files Browse the repository at this point in the history
  • Loading branch information
dougshidong committed Oct 6, 2019
1 parent eed8d88 commit 1f9b5a8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
set(TEST_OUTPUT_DIR ${CMAKE_CURRENT_BINARY_DIR})
configure_file(2D_advection_explicit_periodic.prm 2D_advection_explicit_periodic.prm COPYONLY)
add_test(
NAME MPI_2D_ADVECTION_EXPLICIT_PERIODIC
NAME MPI_2D_ADVECTION_EXPLICIT_PERIODIC_LONG
COMMAND mpirun -n ${MPIMAX} ${EXECUTABLE_OUTPUT_PATH}/PHiLiP_2D -i ${CMAKE_CURRENT_BINARY_DIR}/2D_advection_explicit_periodic.prm
WORKING_DIRECTORY ${TEST_OUTPUT_DIR}
)

0 comments on commit 1f9b5a8

Please sign in to comment.