File tree Expand file tree Collapse file tree 1 file changed +15
-3
lines changed Expand file tree Collapse file tree 1 file changed +15
-3
lines changed Original file line number Diff line number Diff line change @@ -174,6 +174,9 @@ unittest_oneAPI_DEBUG:
174
174
extends : .unittest
175
175
image : git.damask-multiphysics.org:5050/damask/damask/oneapi_petsc-debug:2025.03.09
176
176
before_script :
177
+ # https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Floating-point-exception-in-dgeev/td-p/1665868
178
+ - sed -i '/set (DEBUG_FLAGS "${DEBUG_FLAGS} -fpe-all=0/d' cmake/Compiler-IntelLLVM.cmake
179
+ - sed -i 's/FP_TRAP_ON/FP_TRAP_OFF/g' src/parallelization.f90
177
180
- TEMPDIR=$(mktemp -d /tmp/tmp.XXXXXXXXXX)
178
181
- cmake -B ${TEMPDIR} -DDAMASK_SOLVER=test -DCMAKE_INSTALL_PREFIX=${TEMPDIR} -DCMAKE_BUILD_TYPE=DEBUG
179
182
- cmake --build ${TEMPDIR} --target install
@@ -232,13 +235,22 @@ mesh_GCC-i64:
232
235
image : git.damask-multiphysics.org:5050/damask/damask/gcc_petsc-i64:2025.03.10
233
236
234
237
grid_oneAPI :
235
- extends : .compile_grid
238
+ extends : .compile
236
239
image : git.damask-multiphysics.org:5050/damask/damask/oneapi_petsc-default:2025.03.09
240
+ script :
241
+ # https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Floating-point-exception-in-dgeev/td-p/1665868
242
+ - sed -i '/set (DEBUG_FLAGS "${DEBUG_FLAGS} -fpe-all=0/d' ../../cmake/Compiler-IntelLLVM.cmake
243
+ - sed -i 's/FP_TRAP_ON/FP_TRAP_OFF/g' ../../src/parallelization.f90
244
+ - python -m pytest -k 'compile and grid'
237
245
238
246
mesh_oneAPI :
239
- extends : .compile_mesh
247
+ extends : .compile
240
248
image : git.damask-multiphysics.org:5050/damask/damask/oneapi_petsc-default:2025.03.09
241
-
249
+ script :
250
+ # https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Floating-point-exception-in-dgeev/td-p/1665868
251
+ - sed -i '/set (DEBUG_FLAGS "${DEBUG_FLAGS} -fpe-all=0/d' ../../cmake/Compiler-IntelLLVM.cmake
252
+ - sed -i 's/FP_TRAP_ON/FP_TRAP_OFF/g' ../../src/parallelization.f90
253
+ - python -m pytest -k 'compile and mesh'
242
254
243
255
Marc_Intel :
244
256
stage : compile
You can’t perform that action at this time.
0 commit comments