We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5f0091f commit 42797f3Copy full SHA for 42797f3
test/CMakeLists.txt
@@ -35,10 +35,14 @@ set_property(TEST mpi_pass PROPERTY FIXTURES_REQUIRED mpi_fxt)
35
36
endif()
37
38
+# --- test properties
39
40
get_property(tests DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR} PROPERTY TESTS)
41
+
42
set_property(TEST ${tests} PROPERTY cpu_mpi)
43
44
+set_property(TEST ${tests} PROPERTY SKIP_REGULAR_EXPRESSION "No host list provided")
45
46
# convenience vars
47
set(single mpi_basic_C mpi_version_C mpi_basic_Fortran mpi_version_Fortran)
48
set(_m ${MPIEXEC_EXECUTABLE} ${MPIEXEC_NUMPROC_FLAG})
0 commit comments