We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1850e10 commit 99d026eCopy full SHA for 99d026e
.gitlab/hpsf-gitlab-ci.yml
@@ -81,7 +81,6 @@ Intel-PVC:
81
- |
82
cmake -S . -B build \
83
-DCMAKE_VERBOSE_MAKEFILE=ON \
84
- -DCMAKE_BUILD_TYPE=RelWithDebInfo \
85
-DAMReX_MPI=OFF \
86
-DAMReX_SPACEDIM="1;2;3" \
87
-DAMReX_FFT=ON \
@@ -91,6 +90,7 @@ Intel-PVC:
91
90
-DAMReX_GPU_BACKEND=SYCL \
92
-DCMAKE_C_COMPILER=$(which icx) \
93
-DCMAKE_CXX_COMPILER=$(which icpx) \
+ -DCMAKE_CXX_FLAGS="-fp-model=precise" \
94
-DAMReX_PARALLEL_LINK_JOBS=8
95
- cmake --build build -j 16
96
- export AMREX_THE_ARENA_INIT_SIZE=1e9
0 commit comments