You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
INTEGER, DIMENSION(:), POINTER, CONTIGUOUS, SAVE :: cbs, rbs
The AMD flang compiler for example does not like it (even though it should be standard) and since those pointers are mere aliases set mostly at the earliest moment in the code I am wondering whether they are actually needed and what the intention was.
The text was updated successfully, but these errors were encountered:
There are various variables declared as
SAVE
, for example here:dbcsr/src/work/dbcsr_work_operations.F
Line 1412 in 0a1ce2e
The AMD flang compiler for example does not like it (even though it should be standard) and since those pointers are mere aliases set mostly at the earliest moment in the code I am wondering whether they are actually needed and what the intention was.
The text was updated successfully, but these errors were encountered: