Skip to content

Commit

Permalink
Properly handle LDUSEFFTW option for GPUs
Browse files Browse the repository at this point in the history
  • Loading branch information
samhatfield committed Dec 30, 2024
1 parent 6591aad commit f9158af
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/trans/gpu/external/setup_trans.F90
Original file line number Diff line number Diff line change
Expand Up @@ -363,6 +363,10 @@ SUBROUTINE SETUP_TRANS(KSMAX,KDGL,KDLON,KLOEN,LDSPLIT,PSTRET,&
D%LCPNMONLY=LDPNMONLY
ENDIF

IF(PRESENT(LDUSEFFTW)) THEN
WRITE(NOUT,*) 'SETUP_TRANS: LDUSEFFTW option is not relevant for GPUs'
ENDIF

! Setup distribution independent dimensions
CALL SETUP_DIMS

Expand Down

0 comments on commit f9158af

Please sign in to comment.