Skip to content

Commit ec3e9ad

Browse files
committed
Use new format
1 parent b7bd986 commit ec3e9ad

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.gitlab/hpsf-gitlab-ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Nvidia-H100-single-precision:
2424
- cmake --build build -j 16
2525
- export OMPI_ALLOW_RUN_AS_ROOT=1
2626
- export OMPI_ALLOW_RUN_AS_ROOT_CONFIRM=1
27-
- export AMREX_THE_ARENA_INIT_SIZE=1000000000
27+
- export AMREX_THE_ARENA_INIT_SIZE=1e9
2828
- ctest -j 2 --test-dir build --output-on-failure
2929

3030
AMD-MI300A:
@@ -55,7 +55,7 @@ AMD-MI300A:
5555
- cmake --build build -j 16
5656
- export OMPI_ALLOW_RUN_AS_ROOT=1
5757
- export OMPI_ALLOW_RUN_AS_ROOT_CONFIRM=1
58-
- export AMREX_THE_ARENA_INIT_SIZE=1000000000
58+
- export AMREX_THE_ARENA_INIT_SIZE=1e9
5959
- ctest -j 2 --test-dir build --output-on-failure
6060

6161
Intel-PVC:
@@ -80,5 +80,5 @@ Intel-PVC:
8080
-DCMAKE_CXX_COMPILER=$(which icpx) \
8181
-DAMReX_PARALLEL_LINK_JOBS=8
8282
- cmake --build build -j 16
83-
- export AMREX_THE_ARENA_INIT_SIZE=1000000000
83+
- export AMREX_THE_ARENA_INIT_SIZE=1e9
8484
- ctest -j 4 --test-dir build --output-on-failure

0 commit comments

Comments
 (0)