init_acc in openacc.F uses wrong argument type
Posted: Tue Dec 07, 2021 1:49 pm
Hi VASP team,
In openacc.f90 (subroutine INIT_ACC) the call to acc_init should have an argument that is an integer(acc_device_kind) where as in the code it is represented as just an inetger. If acc_device_kind is 4 then this is OK but some compilers have this set to 8.
Best Wishes,
Kevin.
In openacc.f90 (subroutine INIT_ACC) the call to acc_init should have an argument that is an integer(acc_device_kind) where as in the code it is represented as just an inetger. If acc_device_kind is 4 then this is OK but some compilers have this set to 8.
Best Wishes,
Kevin.