File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff 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
3030AMD-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
6161Intel-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
You can’t perform that action at this time.
0 commit comments