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 d9f6d03 commit 1b3274bCopy full SHA for 1b3274b
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(kind(0e0_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