MESH-Model / MESH-Dev

This repository contains the official MESH development code, which is the basis for the 'tags' listed under the MESH-Releases repository. The same tags are listed under this repository. Legacy branches and utilities have also been ported from the former SVN (Subversion) repository. Future developments must create 'forks' from this repository.
Other
2 stars 3 forks source link

1860 'overflows record' error #58

Open JoaquinSaavC opened 1 month ago

JoaquinSaavC commented 1 month ago

I am running a grid-based setup for a large-scale region in MESH r1860, compiled with Intel 2022, but it crashes before finishing the initialization. The error message is as follows:: forrtl: severe (66): output statement overflows record, unit -5, file Internal List-Directed Write Image PC Routine Line Source
sa_mesh 000000000083BC98 for__io_return Unknown Unknown sa_mesh 00000000008889B8 for_write_int_lis Unknown Unknown sa_mesh 0000000000886C78 for_write_int_lis Unknown Unknown sa_mesh 00000000004C2F09 Unknown Unknown Unknown sa_mesh 00000000005BF4BD Unknown Unknown Unknown sa_mesh 0000000000823A87 Unknown Unknown Unknown sa_mesh 000000000040DCFD Unknown Unknown Unknown libc.so.6 000014858B23FEB0 Unknown Unknown Unknown libc.so.6 000014858B23FF60 __libc_start_main Unknown Unknown sa_mesh 000000000040DC29 Unknown Unknown Unknown srun: error: sn004: task 0: Exited with exit code 66 srun: Terminating StepId=30054345.0

Any guidance on how to fix this issue would be greatly appreciated.

dprincz commented 1 month ago

Can you recompile the code adding "symbols" with the rest of your targets (e.g., make ifort symbols)? This should replace "Unknown Unknown" in your message with paths/line numbers which will make it easier to identify the source of the issue.

JoaquinSaavC commented 1 month ago

I’m working on my college HPC and I requested a recompilation with symbols, but the request hasn't been resolved yet. I will report the detailed error message here once the recompiled code is available. Thanks for your reply!

dprincz commented 1 month ago

What HPC are you using? For example, if Digital Research Alliance/ComputeCanada, you can load modules to compile the code yourself until we resolve this issue. Similar approaches might work for other machines. Let me know!