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
The generated ccpp_kessler_cam_cap.F90 has OMP_GET_THREAD_NUM as a variable inside "#ifdef _OPENMP" sections. When _OPENMP evaluates to true, there is not declaration for this variable and compiler errors are raised.
The generated ccpp_kessler_cam_cap.F90 has OMP_GET_THREAD_NUM as a variable inside "#ifdef _OPENMP" sections. When _OPENMP evaluates to true, there is not declaration for this variable and compiler errors are raised.