Skip to content

Commit

Permalink
make.sh: Load MPI w/NVHPC on Darwin now it isn't default
Browse files Browse the repository at this point in the history
  • Loading branch information
Ben Prather committed Dec 4, 2023
1 parent 3f5887a commit ce23cbb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion machines/darwin.sh
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ if [[ ($HOSTNAME == "cn"* || $HOSTNAME == "darwin"*) &&
else
# Default: NVHPC if cuda else IntelLLVM
if [[ "$ARGS" == *"cuda"* ]]; then
module load nvhpc
module load nvhpc openmpi
C_NATIVE="nvc"
CXX_NATIVE="nvc++"
# New NVHPC doesn't like CUDA_HOME
Expand Down

0 comments on commit ce23cbb

Please sign in to comment.