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
pass# pyrometheus already emits the correct form; no patch needed
114
-
else:
115
-
raisecommon.MFCException(
116
-
"CCE 19.0.0 workaround: pyrometheus output format changed — Cray+ACC GPU_ROUTINE macro patch did not apply. Update the pattern in toolchain/mfc/run/input.py."
117
-
)
118
-
else:
119
-
cons.print(
120
-
"[yellow]Warning: Applied CCE 19.0.0 workaround patch to pyrometheus-generated "
121
-
"m_thermochem.f90 (replaced _CRAYFTN GPU_ROUTINE macro with !$acc routine seq). "
122
-
"Remove this patch once pyrometheus emits correct Cray+ACC directives upstream.[/yellow]"
0 commit comments