Skip to content

Commit 2598678

Browse files
committed
try using nvc++ instead of mpic++
1 parent 2f0608e commit 2598678

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.gpu.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ jobs:
2222
include:
2323
- { name: "clang 19", cuda: "12.0", cxx: "clang++", build: "Release", tag: "llvm19-cuda12.0", gpu: "v100", sm: "70", driver: "latest", arch: "amd64" }
2424
- { name: "clang 19", cuda: "12.9", cxx: "clang++", build: "Release", tag: "llvm19-cuda12.9", gpu: "v100", sm: "70", driver: "latest", arch: "amd64" }
25-
- { name: "nvc++ 25.5", cuda: "12.9", cxx: "mpic++", build: "Release", tag: "nvhpc25.5", gpu: "v100", sm: "70", driver: "latest", arch: "amd64" }
26-
- { name: "nvc++ 25.5", cuda: "12.9", cxx: "mpic++", build: "Debug", tag: "nvhpc25.5", gpu: "v100", sm: "70", driver: "latest", arch: "amd64" }
25+
- { name: "nvc++ 25.5", cuda: "12.9", cxx: "nvc++", build: "Release", tag: "nvhpc25.5", gpu: "v100", sm: "70", driver: "latest", arch: "amd64" }
26+
- { name: "nvc++ 25.5", cuda: "12.9", cxx: "nvc++", build: "Debug", tag: "nvhpc25.5", gpu: "v100", sm: "70", driver: "latest", arch: "amd64" }
2727
runs-on: linux-${{ matrix.arch }}-gpu-${{ matrix.gpu }}-${{ matrix.driver }}-1
2828
container:
2929
options: -u root

0 commit comments

Comments
 (0)