Skip to content

Commit

Permalink
Change data type
Browse files Browse the repository at this point in the history
  • Loading branch information
CasparJungbacker committed Jun 13, 2023
1 parent a065271 commit d41510a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/modmpi.f90
Original file line number Diff line number Diff line change
Expand Up @@ -352,7 +352,7 @@ subroutine excjs_real32(a,sx,ex,sy,ey,sz,ez,ih,jh)
, sendw,recvw
! Check if the data is on the gpu
#if defined(_OPENACC)
integer :: is_present
logical :: is_present
is_present = acc_is_present(a)
#endif

Expand Down Expand Up @@ -477,7 +477,7 @@ subroutine excjs_real64(a,sx,ex,sy,ey,sz,ez,ih,jh)
, sendw,recvw
! Check if the data is on the gpu
#if defined(_OPENACC)
integer :: is_present
logical :: is_present
is_present = acc_is_present(a)
#endif

Expand Down

0 comments on commit d41510a

Please sign in to comment.