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
{{ message }}
This repository was archived by the owner on Oct 23, 2020. It is now read-only.
Some Fortran files in core_ocean include *.inc files. These files have many instances of redundant use statements, and the result is that a file like src/core_ocean/driver/mpas_ocn_core_interface.f90 has many redundant use statements (77 in one example). Intel staff member Martyn Corden said that modules only need one use statement (before the contains statement) and multiple use statements can degrade performance. This mirrors an issue by Noel Keen on the ACME repo: E3SM-Project/E3SM#1176