Skip to content

Commit

Permalink
Adopt new CUDA flags on Levante
Browse files Browse the repository at this point in the history
  • Loading branch information
RobertPincus committed Nov 8, 2024
1 parent d2f8322 commit 152f010
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .gitlab/levante.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ variables:
FC: nvfortran
CUDACXX: nvcc
# Flags used in building Icon
CUDAFLAGS: -arch=sm_80 -g -O3 -expt-relaxed-constexpr -DNDEBUG
CUDAFLAGS: -Xptxas -O3 -DNDEBUG -DRTE_RRTMGP_GPU_MEMPOOL_CUDA
# Convenience variables:
VERSION_FCFLAGS: --version
NFHOME: /sw/spack-levante/netcdf-fortran-4.5.4-syv4qr
Expand Down

0 comments on commit 152f010

Please sign in to comment.