Skip to content

Commit

Permalink
Updated CUDA flags on Perlmutter
Browse files Browse the repository at this point in the history
  • Loading branch information
jcandy committed Mar 14, 2024
1 parent 1f00394 commit 1341e1a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions platform/build/make.inc.PERLMUTTER_GPU
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ F77 = ${FC}

# Compiler options/flags
ifneq ($(GACODE_OMPGPU),1)
FACC =-acc -Minfo=accel -target-accel=nvidia80 -Mcudalib=cufft
FACC =-acc -Minfo=accel -target-accel=nvidia80 -cudalib=cufft
else
FACC =-mp=gpu -DOMPGPU -Minfo=mp,accel -target-accel=nvidia80 -Mcudalib=cufft
FACC =-mp=gpu -DOMPGPU -Minfo=mp,accel -target-accel=nvidia80 -cudalib=cufft
endif
FOMP =-mp -Mstack_arrays
FMATH =-r8
Expand Down

0 comments on commit 1341e1a

Please sign in to comment.