Skip to content

Commit

Permalink
Add ifdef workaround
Browse files Browse the repository at this point in the history
  • Loading branch information
mathomp4 committed Jun 4, 2024
1 parent 06323a4 commit 584c9fd
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/tutorial/driver_app/Example_Driver.F90
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@
program Example_Driver
use MPI
use MAPL
#ifdef __NVCOMPILER
! Needed by NVIDIA but breaks Intel (see https://github.com/GEOS-ESM/MAPL/pull/2664)
use mapl_CapOptionsMod, only: MAPL_CapOptions
#endif
implicit none

type (MAPL_Cap) :: cap
Expand Down

0 comments on commit 584c9fd

Please sign in to comment.