...
1) Check if the model stopped in the scripts or model job
Go into your listings directory:
cd ~/listings/${TRUE_HOST}
For example on Beluga/Narval:
cd ~/listings/Beluga
resp.
cd ~/listings/Narval
List all the listings of the month that failed:
ls -lrt ${GEM_exp}_[MS]*
Open the last listing in your editor or with 'less'
If the model stopped in the ...
a) Scripts listing ${GEM_exp}_S*
- Jump to the end of the listings (when using 'vi', 'vim' or 'less' you can jump to the end by pressing 'G')
If the model stopped in the
...
- Search upwards until you find an error message
b) Model listing ${GEM_exp}_
...
M*
Jump to the end of the listings (when using 'vi', 'vim' or 'less' you can jump to the end by pressing 'G')
...
b) Model listing ${GEM_exp}_M*
Each model job consists of 3 main parts:
- It starts with a
...
- shell code,
- followed by the Fortran executable,
- followed by another shell part.
If all goes well, the first shell part ends with:
Volet |
---|
INFO: MPI launch after 4 second(s) |
2. Fortran part scripts part.
Jump to the end of the listings (when using 'vi', 'vim' or 'less' you can jump to the end by pressing 'G')
...