Closed alaniwi closed 1 year ago
General yum update
was recently run. This include glibc
. Maybe try recompiling?
Recompilation did not fix it, although it then happens slightly later in the run (and without a traceback). Temporarily undoing the yum update
(now restored) also did not fix it (tried with both the previously compiled and the recompiled versions of the code). Again, slightly modified the point where it fell over.
segfaults on sci server also
Note: General Forward run has OpenMP on in template:
OpenMP Options:
Use OpenMP?, Threads, Particle Update Threads, Output Group Threads
Yes, 16, 16, 1
We might want to scale back on number of threads - maybe to 4 instead of 16.
And we need to add this in after ulimit
in this file:
# TO ADD
export OMP_STACKSIZE="32m"
In this file:
$ cat /gws/smf/j04/cedaproc/cedawps/swallow/20220617_1/model/run_name.sh
#!/bin/bash
. /gws/smf/j04/cedaproc/cedawps/swallow/files/20220617_1/model/load_modules.sh
export LD_LIBRARY_PATH=/gws/smf/j04/cedaproc/cedawps/swallow/files/20220617_1/model/lib:$LD_LIBRARY_PATH
ulimit -s unlimited
/gws/smf/j04/cedaproc/cedawps/swallow/files/20220617_1/model/nameiii_64bit_par.exe "$@"
This is now fixed.
The general forward model has started segfaulting. Previously it was okay - not sure if we are using different inputs or if something has changed. Need to try Andrew's example (
/gws/nopw/j04/name/examples/WebInterface_v8_3/GeneralForwardRun/GeneralForwardRun.sbatch
).Steps to reproduce using previously generated input file:
sudo to the service user (username withheld from public view) and run
Fails at: