Skip to content

Commit 99d026e

Browse files
committed
add fp-model=precise to intel ci
1 parent 1850e10 commit 99d026e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.gitlab/hpsf-gitlab-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,6 @@ Intel-PVC:
8181
- |
8282
cmake -S . -B build \
8383
-DCMAKE_VERBOSE_MAKEFILE=ON \
84-
-DCMAKE_BUILD_TYPE=RelWithDebInfo \
8584
-DAMReX_MPI=OFF \
8685
-DAMReX_SPACEDIM="1;2;3" \
8786
-DAMReX_FFT=ON \
@@ -91,6 +90,7 @@ Intel-PVC:
9190
-DAMReX_GPU_BACKEND=SYCL \
9291
-DCMAKE_C_COMPILER=$(which icx) \
9392
-DCMAKE_CXX_COMPILER=$(which icpx) \
93+
-DCMAKE_CXX_FLAGS="-fp-model=precise" \
9494
-DAMReX_PARALLEL_LINK_JOBS=8
9595
- cmake --build build -j 16
9696
- export AMREX_THE_ARENA_INIT_SIZE=1e9

0 commit comments

Comments
 (0)