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
fail, or sometimes just hang, when using the gnu optimized compiler on chicoma and chrysalis (and probably others). They pass with gnu debug, intel debug, and intel optimized.
The runs die just before the timestepping begins with the error
$ tail log.ocean.0001.*
----------------------------------------------------------------------
Beginning MPAS-ocean Error Log File for task 1 of 128
Opened at 2023/04/19 09:15:37
----------------------------------------------------------------------
ERROR: MPAS IO Error: Bad return value from PIO
CRITICAL ERROR: Core init failed for core ocean
Logging complete. Closing file at 2023/04/19 09:15:37
The text was updated successfully, but these errors were encountered:
@mark-petersen, you're seeing this on Chrysalis, too? I hadn't seen that, only on Chicoma and Perlmutter. I ask because Chrysalis is always easier to deal with in terms of queue times so that could be helpful if so.
…#5610)
Remove unused variables in ocean
The variables tidalPotentialZMid and nTidalPotentialConstituents are
defined in the Registry but not used for any computations. This tricks
the gnu compiler in optimized mode, which removes them internally. The
simulation then dies when the i/o references these variables on
initialization.
Fixes#5609
[BFB]
In MPAS-Ocean stand-alone testing, the compass tests:
fail, or sometimes just hang, when using the gnu optimized compiler on chicoma and chrysalis (and probably others). They pass with gnu debug, intel debug, and intel optimized.
The runs die just before the timestepping begins with the error
The text was updated successfully, but these errors were encountered: