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
Fix Intel 2025 segfault in comm expand: prevent allocatable reallocation
Use array(:) = transfer(..., size=size(array)) instead of
array = transfer(...) to prevent the compiler from reallocating the
LHS during assignment. Applies to all 4 expand routines (real 1D/2D/3D
and integer 1D).
0 commit comments