diff options
Diffstat (limited to 'libgomp/openacc.f90')
-rw-r--r-- | libgomp/openacc.f90 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libgomp/openacc.f90 b/libgomp/openacc.f90 index 04d8088..fbd63c6 100644 --- a/libgomp/openacc.f90 +++ b/libgomp/openacc.f90 @@ -43,7 +43,7 @@ module openacc_kinds integer (acc_device_kind), parameter :: acc_device_none = 0 integer (acc_device_kind), parameter :: acc_device_default = 1 integer (acc_device_kind), parameter :: acc_device_host = 2 - integer (acc_device_kind), parameter :: acc_device_host_nonshm = 3 + ! integer (acc_device_kind), parameter :: acc_device_host_nonshm = 3 removed. integer (acc_device_kind), parameter :: acc_device_not_host = 4 integer (acc_device_kind), parameter :: acc_device_nvidia = 5 |