Hello,
When running ROMS I am getting the following error. I'm wondering if anyone knows what it means and how I might debug it.
[gadi-cpu-clx-2186:757301:0:757301] Caught signal 11 (Segmentation fault: address not mapped to object at address 0x200)
==== backtrace (tid: 757325) ====
0 0x0000000000012dd0 .annobin_sigaction.c() sigaction.c:0
1 0x00000000005887bd wclock_on_() ???:0
2 0x000000000066584b distribute_mod_mp_mp_bcasti_0d_() ???:0
3 0x00000000004a8e68 inp_par_mod_mp_inp_par_() ???:0
4 0x000000000040df22 ocean_control_mod_mp_roms_initialize_() ???:0
5 0x000000000040d5ca MAIN__() ???:0
6 0x000000000040d362 main() ???:0
7 0x00000000000236a3 __libc_start_main() ???:0
8 0x000000000040d26e _start() ???:0
=================================
==== backtrace (tid: 757333) ====
0 0x0000000000012dd0 .annobin_sigaction.c() sigaction.c:0
1 0x00000000005887bd wclock_on_() ???:0
2 0x000000000066584b distribute_mod_mp_mp_bcasti_0d_() ???:0
3 0x00000000004a8e68 inp_par_mod_mp_inp_par_() ???:0
4 0x000000000040df22 ocean_control_mod_mp_roms_initialize_() ???:0
5 0x000000000040d5ca MAIN__() ???:0
6 0x000000000040d362 main() ???:0
7 0x00000000000236a3 __libc_start_main() ???:0
8 0x000000000040d26e _start() ???:0
=================================
etc etc... for all 48 cores
It appears that some variable that wclock_on is trying to use is not defined.
Thanks ...
Colette
Error with wclock_on subroutine
Re: Error with wclock_on subroutine
If you recompile with USE_DEBUG you should get some line numbers in the error report. Those line numbers refer to your files in the SCRATCH_DIR, so it helps if you go looking there to find out say which call to wclock_on is failing.