XIOS error with CCE20 on Setonix #569
Replies: 7 comments
-
|
Not that I can remember, sorry! |
Beta Was this translation helpful? Give feedback.
-
|
I don't recognize that error. I guess the usual question, are there any clues in the xios output/error files at maximum logging by setting the parameters
in the |
Beta Was this translation helpful? Give feedback.
-
|
Thanks Andrew Coughtrie (@andrewcoughtrie) cce/18 works perfectly. I'm seeing this error only with cce/20. It could be an issue with the compiler as well. I'll give it a try with the suggested parameters by Harry Shepherd (@harry-shepherd) . |
Beta Was this translation helpful? Give feedback.
-
|
Have you installed rose+cylc on Setonix for this work? If so, is that infrastructure available for others to use? |
Beta Was this translation helpful? Give feedback.
-
|
Hi Aidan Heerdegen (@aidanheerdegen), I'm finalising the Cylc setup on Setonix. It's currently in the pawsey branch here: Please follow these instructions to install Cylc in your software space on Setonix: Please use this and let me know if you are having any issues. |
Beta Was this translation helpful? Give feedback.
-
|
I raised this issue with Hacka Fett (@christophermaynard) yesterday. I pulled the latest commit from lfric_apps (08d21a7) and lfric_core (99d8d2b). I made the following changes in lfric_core to compile with cce/20: The lfric_xios_temporal_mod.f90 change is to avoid: With cce/20. -G is not a valid option anymore. From cray-mpich/9.0.1, Cray's MPI Fortran bindings do not define keywords like ierror=.. MPI procedures are defined as generic Fortran subroutines with positional arguments only. So we just need to pass the variable in positional order. Can't use ierror= with MPI routines in log_mod.F90 file. gungho_model throws SIGFPE if write_diag is set to true lfric_atm fails at a different stage with write_diag set to true: |
Beta Was this translation helpful? Give feedback.
-
|
lfric_atm with write_diag set to true seg faults with the same error noticed in Feb. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Has anyone seen this kind of error from XIOS before:
on behalf of ddeeptimahanti.
Tagging mo-marqh, Ed Hone (@EdHone) and Harry Shepherd (@harry-shepherd) for their expertise.
Beta Was this translation helpful? Give feedback.
All reactions