We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 54aea85 commit b82e704Copy full SHA for b82e704
src/syscheck/syscheck.fpp
@@ -53,7 +53,7 @@ program syscheck
53
54
@:ACC(integer(acc_device_kind) :: devtype)
55
@:ACC(integer :: i, num_devices)
56
- @:ACC(real(wp), allocatable, dimension(:) :: arr)
+ @:ACC(real(kind(0d0)), allocatable, dimension(:) :: arr)
57
@:ACC(integer, parameter :: N = 100)
58
59
@:MPIC(call mpi_init(ierr))
0 commit comments