We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd15715 commit bd97de3Copy full SHA for bd97de3
1 file changed
.github/workflows/ci.yml
@@ -35,6 +35,10 @@ jobs:
35
- name: Test Building
36
working-directory: ${{ matrix.exercise }}
37
run: |
38
+ source /usr/local/bin/entrypoint.sh
39
+ type module
40
+ source source /usr/share/lmod/lmod/init/bash
41
42
module load nvhpc-hpcx
43
printenv NVHPC_ROOT
44
make jacobi
0 commit comments