Skip to content

Add a missing acc exit data

Victor Yu requested to merge vwzyu/q-e:fix_deallocate_gvect_exx into develop

I think there is a bug introduced in !1945 (merged). See changes to Modules/recvec.f90 in commit 3c3e92e7, which added acc enter data create(gg) to gvect_init and acc exit data delete(gg) to deallocate_gvect, but forgot to add the exit data to deallocate_gvect_exx. This sometimes leads to a crash when using EXX and GPUs.

Merge request reports