File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3434 with :
3535 submodules : recursive
3636
37+ - name : Load CUDA module (no Spack)
38+ shell : bash
39+ run : |
40+ export PATH=$(echo "$PATH" | tr ':' '\n' | grep -v '/spack/' | paste -sd:)
41+ source /etc/profile.d/lmod.sh
42+ module purge
43+ module load nvhpc/23.11/nvhpc-hpcx-cuda12
44+ echo "PATH=$PATH"
45+ which nvcc
46+ nvcc --version
47+ nvidia-smi
48+
3749 - name : Show CUDA + driver info
3850 shell : bash
3951 run : |
4759
4860 - name : Configure (Release)
4961 run : |
62+ source /etc/profile.d/lmod.sh
63+ module purge
64+ module load nvhpc/23.11/nvhpc-hpcx-cuda12
5065 cmake -S . -B build/ci \
5166 -DCMAKE_BUILD_TYPE=Release \
5267 -DBUILD_TESTING=ON \
6075 - name : Show linked CUDA runtime
6176 shell : bash
6277 run : |
63- ldd build/tests/test_cli | grep -E 'cudart|cuda' || true
78+ ldd build/ci/ tests/test_cli | grep -E 'cudart|cuda' || true
6479
6580 - name : Run tests
6681 working-directory : build/ci
You can’t perform that action at this time.
0 commit comments