Open
Description
PR #749 introduces several impermissible statements, at least on AMD GPU hardware and with Cray compilers (v >= 19). The problem is stop
statements in the GPU kernels. Examples are here:
MFC/src/simulation/m_bubbles_EL.fpp
Line 992 in 131b41e
MFC/src/simulation/m_bubbles_EL.fpp
Line 1127 in 131b41e
MFC/src/simulation/m_bubbles_EL.fpp
Line 1115 in 131b41e
MFC/src/simulation/m_bubbles_EL.fpp
Line 1102 in 131b41e
and so on and so forth.