Skip to content

fix for hpc_sdk 20.xx

Fabrizio Ferrari requested to merge fabrizio22/q-e:sdk20_fix into develop

serial+gpu runs of PW compiled with less recent versions of hpc_sdk (20.9) occasionally (actually often but not always) stop with error message:
variable in data clause is partially present... eigts3
Seemingly older versions might have some difficulty to handle global acc variables without explicitly declaring their presence on device at need. This fix solves the issue.

Merge request reports