Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Allow CUDA compilation on Perlmutter if only PrgEnv-nvidia is loaded (#…
…2553) In this scenario, there is not a CUDA module loaded by default; nvcc is provided as part of the NVIDIA HPC SDK. In the Cray PE the environment variable defined pointing to the top level of the HPC SDK is `NVIDIA_PATH` so we can use this to indicate to the make system that we should have CUDA support.
- Loading branch information