File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -103,10 +103,10 @@ if (ARCANE_HAS_ACCELERATOR_API)
103
103
ARCANE_ADD_TEST (material3 testMaterial-3.arc "-m 20" )
104
104
# NOTE Ajoute test optmisation uniquement en sequentiel car pour l'instant cela
105
105
# ne marche pas en parallele a cause de la suppression de mailles.
106
- ARCANE_ADD_TEST_SEQUENTIAL (material3_opt1 testMaterial-3-opt1.arc "-m 20" )
107
- ARCANE_ADD_TEST_SEQUENTIAL (material3_opt3 testMaterial-3-opt3.arc "-m 20" )
108
- ARCANE_ADD_TEST_SEQUENTIAL (material3_opt5 testMaterial-3-opt5.arc "-m 20" )
109
- ARCANE_ADD_TEST_SEQUENTIAL (material3_opt7 testMaterial-3-opt7.arc "-m 20" )
106
+ ARCANE_ADD_TEST_SEQUENTIAL (material3_opt1 testMaterial-3-opt1.arc "-m 20" "-We,ARCANE_MATERIAL_TRANSFORM_NO_FILTER,1" )
107
+ ARCANE_ADD_TEST_SEQUENTIAL (material3_opt3 testMaterial-3-opt3.arc "-m 20" "-We,ARCANE_MATERIAL_TRANSFORM_NO_FILTER,1" )
108
+ ARCANE_ADD_TEST_SEQUENTIAL (material3_opt5 testMaterial-3-opt5.arc "-m 20" "-We,ARCANE_MATERIAL_TRANSFORM_NO_FILTER,1" )
109
+ ARCANE_ADD_TEST_SEQUENTIAL (material3_opt7 testMaterial-3-opt7.arc "-m 20" "-We,ARCANE_MATERIAL_TRANSFORM_NO_FILTER,1" )
110
110
if (NOT ARCANE_DISABLE_PERFCOUNTER_TESTS )
111
111
arcane_add_test_sequential (material3_opt7_trace testMaterial-3-opt7.arc "-m 20" "-We,ARCANE_TRACE_ENUMERATOR,1" )
112
112
endif ()
You can’t perform that action at this time.
0 commit comments