File tree Expand file tree Collapse file tree 5 files changed +7
-13
lines changed Expand file tree Collapse file tree 5 files changed +7
-13
lines changed Original file line number Diff line number Diff line change 5151 -DpyAMReX_IPO=OFF \
5252 -DAMReX_GPU_BACKEND=HIP \
5353 -DAMReX_AMD_ARCH=gfx90a \
54- -DAMReX_SPACEDIM="1;2;3" \
55- -DpyAMReX_amrex_branch="development"
54+ -DAMReX_SPACEDIM="1;2;3"
5655 cmake --build build --target pip_install -j 4
5756
5857 ccache -s
Original file line number Diff line number Diff line change 5050 -DBUILD_SHARED_LIBS=ON \
5151 -DAMReX_GPU_BACKEND=SYCL \
5252 -DAMReX_MPI=ON \
53- -DAMReX_SPACEDIM="3" \
54- -DpyAMReX_amrex_branch="development"
53+ -DAMReX_SPACEDIM="3"
5554 cmake --build build --target pip_install -j 4
5655
5756 ccache -s
9695 -DCMAKE_BUILD_TYPE=Release \
9796 -DCMAKE_VERBOSE_MAKEFILE=ON \
9897 -DAMReX_MPI=ON \
99- -DAMReX_SPACEDIM="1;2;3" \
100- -DpyAMReX_amrex_branch="development"
98+ -DAMReX_SPACEDIM="1;2;3"
10199 cmake --build build --target pip_install -j 4
102100
103101 ccache -s
Original file line number Diff line number Diff line change 6363
6464 python3 -m pip install -U pip setuptools[core] wheel
6565 python3 -m pip install -U pip mpi4py pytest pybind11-stubgen pre-commit
66- cmake -S . -B build -DAMReX_SPACEDIM="1;2;3" -DpyAMReX_IPO=OFF -DpyAMReX_amrex_branch="development"
66+ cmake -S . -B build -DAMReX_SPACEDIM="1;2;3" -DpyAMReX_IPO=OFF
6767 cmake --build build -j 4 --target pip_install
6868
6969 ccache -s
Original file line number Diff line number Diff line change 9292 -DCMAKE_VERBOSE_MAKEFILE=ON \
9393 -DBUILD_SHARED_LIBS=ON \
9494 -DAMReX_MPI=ON \
95- -DAMReX_SPACEDIM="1;2;3" \
96- -DpyAMReX_amrex_branch="development"
95+ -DAMReX_SPACEDIM="1;2;3"
9796 cmake --build build --target pip_install -j 4
9897
9998 ccache -s
@@ -244,8 +243,7 @@ jobs:
244243 -DCMAKE_CXX_STANDARD=17 \
245244 -DAMReX_CUDA_ARCH=8.0 \
246245 -DAMReX_CUDA_ERROR_CROSS_EXECUTION_SPACE_CALL=ON \
247- -DAMReX_CUDA_ERROR_CAPTURE_THIS=ON \
248- -DpyAMReX_amrex_branch="development"
246+ -DAMReX_CUDA_ERROR_CAPTURE_THIS=ON
249247 cmake --build build --target pip_install -j 2
250248
251249 ccache -s
Original file line number Diff line number Diff line change 5555 -DCMAKE_VERBOSE_MAKEFILE=ON `
5656 -DBUILD_SHARED_LIBS=ON `
5757 -DAMReX_MPI=OFF `
58- -DAMReX_SPACEDIM="1;2;3" `
59- -DpyAMReX_amrex_branch="development"
58+ -DAMReX_SPACEDIM="1;2;3"
6059 if(!$?) { Exit $LASTEXITCODE }
6160
6261 cmake --build build --config Debug -j 4
You can’t perform that action at this time.
0 commit comments