Skip to content

Commit

Permalink
Load nvhpcc environment module
Browse files Browse the repository at this point in the history
  • Loading branch information
RobertPincus committed Sep 26, 2024
1 parent 3a27836 commit 7e5f8c8
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .gitlab/levante.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ variables:
.nvhpc:
variables:
# Core variables:
FC: /sw/spack-levante/nvhpc-22.5-v4oky3/Linux_x86_64/22.5/compilers/bin/nvfortran
CXX: /sw/spack-levante/nvhpc-22.5-v4oky3/Linux_x86_64/22.5/compilers/bin/nvc++
FC: nvfortran
CXX: nvc++
# Convenience variables:
VERSION_FCFLAGS: --version
NFHOME: /sw/spack-levante/netcdf-fortran-4.5.4-syv4qr
Expand All @@ -43,6 +43,7 @@ variables:
before_script:
- module purge
- module load git
- module load nvhpc/22.5-gcc-11.2.0
# Extend the existing environment variables:
- export PATH="${PYHOME}/bin:${PATH}"
- export LD_LIBRARY_PATH="${NFHOME}/lib:${NCHOME}/lib:${LD_LIBRARY_PATH-}"
Expand Down

0 comments on commit 7e5f8c8

Please sign in to comment.