@@ -203,12 +203,12 @@ unittest_oneAPI_PERFORMANCE:
203
203
.compile_grid :
204
204
extends : .compile
205
205
script :
206
- - python -m pytest -k 'compile and grid'
206
+ - python -m pytest -v - k 'compile and grid'
207
207
208
208
.compile_mesh :
209
209
extends : .compile
210
210
script :
211
- - python -m pytest -k 'compile and mesh'
211
+ - python -m pytest -v - k 'compile and mesh'
212
212
213
213
grid_GCC :
214
214
extends : .compile_grid
@@ -233,7 +233,7 @@ grid_oneAPI:
233
233
# https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Floating-point-exception-in-dgeev/td-p/1665868
234
234
- sed -i '/set (DEBUG_FLAGS "${DEBUG_FLAGS} -fpe-all=0/d' ../../cmake/Compiler-IntelLLVM.cmake
235
235
- sed -i 's/FP_TRAP_ON/FP_TRAP_OFF/g' ../../src/parallelization.f90
236
- - python -m pytest -k 'compile and grid'
236
+ - python -m pytest -v - k 'compile and grid'
237
237
238
238
mesh_oneAPI :
239
239
extends : .compile
@@ -242,7 +242,7 @@ mesh_oneAPI:
242
242
# https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Floating-point-exception-in-dgeev/td-p/1665868
243
243
- sed -i '/set (DEBUG_FLAGS "${DEBUG_FLAGS} -fpe-all=0/d' ../../cmake/Compiler-IntelLLVM.cmake
244
244
- sed -i 's/FP_TRAP_ON/FP_TRAP_OFF/g' ../../src/parallelization.f90
245
- - python -m pytest -k 'compile and mesh'
245
+ - python -m pytest -v - k 'compile and mesh'
246
246
247
247
Marc_Intel :
248
248
stage : compile
@@ -269,19 +269,20 @@ setup_Marc:
269
269
270
270
271
271
# ##################################################################################################
272
- open-source_grid_GCC :
272
+ open-source_GCC :
273
273
stage : fortran
274
274
tags :
275
275
- matesting2-container-runner
276
276
image : git.damask-multiphysics.org:5050/damask/damask/gcc_petsc-default:2025.03.10
277
277
before_script :
278
- - cmake -DDAMASK_SOLVER=GRID && make -j2 all install
278
+ - cmake -DDAMASK_SOLVER=grid -B build/grid && cmake --build build/grid --parallel --target install
279
+ - cmake -DDAMASK_SOLVER=mesh -B build/grid && cmake --build build/grid --parallel --target install
279
280
- source env/DAMASK.sh
280
281
script :
281
282
- cd PRIVATE/testing
282
- - pytest -k 'grid and not compile and not (signal or restart)'
283
+ - pytest -v - k 'not compile and not (signal or restart) and not Marc '
283
284
284
- open-source_grid_signal_restart :
285
+ open-source_signal_restart_GCC :
285
286
stage : fortran
286
287
tags :
287
288
- bare-metal
@@ -297,22 +298,10 @@ open-source_grid_signal_restart:
297
298
- echo Job start:" $(date)"
298
299
script :
299
300
- cd PRIVATE/testing
300
- - pytest -k 'grid and not compile and ( signal or restart) ' -m 'not cifail' --basetemp ${TESTROOT}/open-source -v
301
+ - pytest -v - k 'signal or restart' -m 'not cifail' --basetemp ${TESTROOT}/open-source -v
301
302
after_script :
302
303
- echo Job end:" $(date)"
303
304
304
- open-source_mesh_GCC :
305
- tags :
306
- - matesting2-container-runner
307
- image : git.damask-multiphysics.org:5050/damask/damask/gcc_petsc-default:2025.03.10
308
- stage : fortran
309
- before_script :
310
- - make mesh
311
- - source env/DAMASK.sh
312
- script :
313
- - cd PRIVATE/testing
314
- - pytest -k 'mesh and not compile'
315
-
316
305
Marc :
317
306
stage : fortran
318
307
tags :
0 commit comments