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
There are 58 instances of STOP statements in 22 source files in the physics repository. These are violations of the CCPP coding standards (https://ccpp-techdoc.readthedocs.io/en/latest/CompliantPhysicsParams.html?highlight=stop#coding-rules) and they cause jobs to hang on some systems when one or a few MPI tasks stop leaving the rest of the MPI tasks and the job sitting in a run-state consuming resources in the batch queue.
Steps to Reproduce
Check out commit 7e35351 (HEAD -> main, origin/release/public-v6, origin/main, origin/HEAD)
Description
There are 58 instances of STOP statements in 22 source files in the physics repository. These are violations of the CCPP coding standards (https://ccpp-techdoc.readthedocs.io/en/latest/CompliantPhysicsParams.html?highlight=stop#coding-rules) and they cause jobs to hang on some systems when one or a few MPI tasks stop leaving the rest of the MPI tasks and the job sitting in a run-state consuming resources in the batch queue.
Steps to Reproduce
Additional Context
N.A.
Output
The text was updated successfully, but these errors were encountered: