We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e4b07eb + 2643160 commit 04878b3Copy full SHA for 04878b3
arcane/src/arcane/tests/CMakeLists.txt
@@ -563,7 +563,9 @@ if (Parmetis_FOUND)
563
endif()
564
arcane_add_test(mesh2_generate_edge_face_uid testMesh-2-generate-edge-face-uid.arc)
565
arcane_add_test(mesh2_non_manifold testMesh-2-non-manifold.arc)
566
-arcane_add_test_parallel_thread(mesh2_non_manifold testMesh-2-non-manifold.arc 4)
+if (ARCANE_DEFAULT_PARTITIONER_IS_METIS)
567
+ arcane_add_test_parallel_thread(mesh2_non_manifold testMesh-2-non-manifold.arc 4)
568
+endif()
569
arcane_add_test_sequential(mesh2_generate_edge_face_uid_env testMesh-2-env-generate-edge-face-uid.arc "-We,ARCANE_GENERATE_UNIQUE_ID_FROM_NODES,1")
570
arcane_add_test_sequential(mesh2_sort_faces testMesh-2-sorted-faces.arc)
571
arcane_add_test_sequential(mesh2_init_nan testMesh-2.arc "-We,ARCANE_DATA_INIT_POLICY,NAN")
0 commit comments