Hi,
My run with tomawac v6p2 fails. Apparently, it fails when it calls semimp.f.
I put the keyword "DEBUGGER = 1" in my steering file and i can see when my run fails.
Also i want to know where is the error. I want to execute tomawac with a debugger in order to make my run step by step. I use totalview.
I put the PATH of totalview in my .bashrc. I think that it's in systel.cfg that i must change something to execute tomawac with this debugger.
I change these lines:
cmd_obj: gfortran -c -g -O3 -ffixed-line-length-132 -fconvert=big-endian - frecord-marker=4 <mods> <incs> <f95name>
cmd_lib: ar cru <libname> <objs>
cmd_exe: mpif90 -g -fconvert=big-endian -frecord-marker=4 -lpthread -v -lm -o <exename> <objs> -Wl,--start-group <libs> -Wl,--end-group
In the first line (cmd_obj) i put '-g' between -c and -03 : '-g' activate the debugger
I change this other line:
mpi_cmdexec: /usr/bin/mpiexec -wdir <wdir> -n - 1 -tv --host nemo <exename>
where i put the term '-tv' in order to say it to open my debugger totalview during the run. But i obtain an error thanks to this 'tv'.
Where can i say in the executable to open my debugger??
Thanks for your help
Florian