Skip to content

Commit b82e704

Browse files
Archith IyerArchith Iyer
authored andcommitted
fix
1 parent 54aea85 commit b82e704

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/syscheck/syscheck.fpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ program syscheck
5353

5454
@:ACC(integer(acc_device_kind) :: devtype)
5555
@:ACC(integer :: i, num_devices)
56-
@:ACC(real(wp), allocatable, dimension(:) :: arr)
56+
@:ACC(real(kind(0d0)), allocatable, dimension(:) :: arr)
5757
@:ACC(integer, parameter :: N = 100)
5858

5959
@:MPIC(call mpi_init(ierr))

0 commit comments

Comments
 (0)