Skip to content

Commit

Permalink
Update CMakeLists.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
rprat-pro authored Mar 18, 2024
1 parent 0e4c263 commit 7bc1c3a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions example/spheres/rotating-drum/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
add_test(Example_ExaDEM_Rotating_Drum ${CMAKE_BINARY_DIR}/exaDEM ${CMAKE_CURRENT_SOURCE_DIR}/rotating-drum.msp --omp_num_threads 1)
add_test(Example_ExaDEM_Rotating_Drum_omp ${CMAKE_BINARY_DIR}/exaDEM ${CMAKE_CURRENT_SOURCE_DIR}/rotating-drum.msp --omp_num_threads 4)
add_test(Example_ExaDEM_Rotating_Drum_mpi mpirun -n 4 ${CMAKE_BINARY_DIR}/exaDEM ${CMAKE_CURRENT_SOURCE_DIR}/rotating-drum.msp --omp_num_threads 1)
add_test(Example_ExaDEM_Rotating_Drum_omp ${CMAKE_BINARY_DIR}/exaDEM ${CMAKE_CURRENT_SOURCE_DIR}/rotating-drum.msp --omp_num_threads 2)
add_test(Example_ExaDEM_Rotating_Drum_mpi mpirun -n 2 ${CMAKE_BINARY_DIR}/exaDEM ${CMAKE_CURRENT_SOURCE_DIR}/rotating-drum.msp --omp_num_threads 1)

0 comments on commit 7bc1c3a

Please sign in to comment.