File tree Expand file tree Collapse file tree 6 files changed +13
-13
lines changed
clang12_py38_mpich_h5_ad2
clangtidy_nopy_ompi_h5_ad2 Expand file tree Collapse file tree 6 files changed +13
-13
lines changed Original file line number Diff line number Diff line change 1212
1313 packages :
1414 adios2 :
15- variants : ~zfp ~sz ~png ~dataman ~python ~fortran ~ssc ~shared ~bzip2 ~blosc2
15+ variants : ~zfp ~sz ~png ~dataman ~python ~fortran ~ssc ~shared ~bzip2 ~blosc2 ~mgard
1616 cmake :
1717 externals :
1818 - spec : cmake@3.31.5
Original file line number Diff line number Diff line change 1212
1313 packages :
1414 adios2 :
15- variants : ~zfp ~sz ~png ~dataman ~python ~fortran ~ssc ~shared ~bzip2 ~blosc2
15+ variants : ~zfp ~sz ~png ~dataman ~python ~fortran ~ssc ~shared ~bzip2 ~blosc2 ~mgard
1616 cmake :
1717 externals :
1818 - spec : cmake@3.31.5
Original file line number Diff line number Diff line change 1212
1313 packages :
1414 adios2 :
15- variants : ~zfp ~sz ~png ~dataman ~python ~fortran ~ssc ~shared ~bzip2
15+ variants : ~zfp ~sz ~png ~dataman ~python ~fortran ~ssc ~shared ~bzip2 ~mgard
1616 cmake :
1717 externals :
1818 - spec : cmake@3.31.5
Original file line number Diff line number Diff line change @@ -21,9 +21,9 @@ echo "deb https://developer.download.nvidia.com/compute/cuda/repos/ubuntu2204/x8
2121sudo apt-get update
2222apt search cuda-compiler
2323sudo apt-get install -y \
24- cuda-command-line-tools-11-2 \
25- cuda-compiler-11-2 \
26- cuda-cupti-dev-11-2 \
27- cuda-minimal-build-11-2
24+ cuda-command-line-tools-12-8 \
25+ cuda-compiler-12-8 \
26+ cuda-cupti-dev-12-8 \
27+ cuda-minimal-build-12-8
2828
2929sudo ln -s cuda-11.2 /usr/local/cuda
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ sudo apt-get install -y \
1717echo ' deb [trusted=yes] https://developer.download.nvidia.com/hpc-sdk/ubuntu/amd64 /' | \
1818 sudo tee /etc/apt/sources.list.d/nvhpc.list
1919sudo apt-get update -y
20- sudo apt-get install -y --no-install-recommends nvhpc-21-11
20+ sudo apt-get install -y --no-install-recommends nvhpc-25-1
2121
2222# things should reside in /opt/nvidia/hpc_sdk now
2323
Original file line number Diff line number Diff line change 1515 steps :
1616 - uses : actions/checkout@v4
1717 - name : Dependencies
18- run : .github/workflows/dependencies/install_nvcc11 .sh
18+ run : .github/workflows/dependencies/install_nvcc12 .sh
1919 - name : Build & Install
2020 run : |
2121 export PATH=/usr/local/nvidia/bin:/usr/local/cuda/bin:${PATH}
3131 cmake --build build --parallel 2
3232 ctest --test-dir build --output-on-failure
3333
34- tests-nvhpc21-11 -nvcc :
35- name : NVHPC@21.11
34+ tests-nvhpc25-1 -nvcc :
35+ name : NVHPC@25.1
3636 runs-on : ubuntu-22.04
3737 if : github.event.pull_request.draft == false
3838 # Catch warnings:
@@ -41,11 +41,11 @@ jobs:
4141 steps :
4242 - uses : actions/checkout@v4
4343 - name : Dependencies
44- run : .github/workflows/dependencies/install_nvhpc21-11 .sh
44+ run : .github/workflows/dependencies/install_nvhpc25-1 .sh
4545 - name : Build & Install
4646 run : |
4747 source /etc/profile.d/modules.sh
48- module load /opt/nvidia/hpc_sdk/modulefiles/nvhpc/21.11
48+ module load /opt/nvidia/hpc_sdk/modulefiles/nvhpc/25.1
4949
5050 which nvcc || echo "nvcc not in PATH!"
5151 which nvc++ || echo "nvc++ not in PATH!"
You can’t perform that action at this time.
0 commit comments