Skip to content

Commit

Permalink
Merge branch 'master' into bugfix/184
Browse files Browse the repository at this point in the history
  • Loading branch information
abouteiller committed Feb 14, 2024
2 parents efc2b25 + d4b7cd1 commit 0f7b829
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/apps/merge_sort/Testings.cmake
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
add_test(apps/merge_sort ${SHM_TEST_CMD_LIST} apps/merge_sort/merge_sort)
parsec_addtest_cmd(apps/merge_sort ${SHM_TEST_CMD_LIST} apps/merge_sort/merge_sort)
if( MPI_C_FOUND )
add_test(apps/merge_sort:mp ${MPI_TEST_CMD_LIST} 4 apps/merge_sort/merge_sort)
parsec_addtest_cmd(apps/merge_sort:mp ${MPI_TEST_CMD_LIST} 4 apps/merge_sort/merge_sort)
endif( MPI_C_FOUND)

0 comments on commit 0f7b829

Please sign in to comment.