Hello everyone,
I carried out some steady-state test simulations to calculate mixed suspended sediment transport in a reservoir using T2D and Gaia. However, the final .slf files are not written and the program crashes after exiting MPI. The results in the working directory seem to be alright and the log-files show no errors.
Do you have an idea concerning this problem or experienced sth. similar?
Can the problem be caused by an error in the steering file?
I appreciate any advice and have attached the working directory and steering files.
I had the following message in the terminal:
END OF TIME LOOP
EXITING MPI
double free or corruption (!prev)
Program received signal SIGABRT: Process abort signal.
Backtrace for this error:
double free or corruption (!prev)
Program received signal SIGABRT: Process abort signal.
Backtrace for this error:
#0 0x7f456933e8b0 in ???
#1 0x7f456933dae3 in ???
#2 0x7f45689b783f in ???
#3 0x7f45689b77bb in ???
#4 0x7f45689a2534 in ???
#5 0x7f45689f9507 in ???
#0 0x7fdcf6cea8b0 in ???
#1 0x7fdcf6ce9ae3 in ???
#2 0x7fdcf636383f in ???
#3 0x7fdcf63637bb in ???
#4 0x7fdcf634e534 in ???
#5 0x7fdcf63a5507 in ???
#6 0x7fdcf63abc19 in ???
#7 0x7fdcf63ad73b in ???
#8 0x556129fed494 in ???
#6 0x7f45689ffc19 in ???
#7 0x7f4568a0173b in ???
#8 0x55bfdead8494 in ???
#9 0x55bfde7f0025 in ???
#10 0x55bfde7bc42f in ???
#11 0x55bfde7b6842 in ???
#9 0x556129d05025 in ???
#10 0x556129cd142f in ???
#11 0x556129ccb842 in ???
#12 0x7fdcf635009a in ???
#13 0x556129ccb879 in ???
#14 0xffffffffffffffff in ???
#12 0x7f45689a409a in ???
#13 0x55bfde7b6879 in ???
#14 0xffffffffffffffff in ???
--------------------------------------------------------------------------
Primary job terminated normally, but 1 process returned
a non-zero exit code. Per user-direction, the job has been aborted.
--------------------------------------------------------------------------
--------------------------------------------------------------------------
mpiexec noticed that process rank 0 with PID 0 on node lww-034 exited on signal 6 (Aborted).
--------------------------------------------------------------------------
Traceback (most recent call last):
File "/home/modelling/telemac/v8p2/scripts/python3/telemac2d.py", line 7, in <module>
main('telemac2d')
File "/home/modelling/telemac/v8p2/scripts/python3/runcode.py", line 271, in main
run_study(cas_file, code_name, options)
File "/home/modelling/telemac/v8p2/scripts/python3/execution/run_cas.py", line 157, in run_study
run_local_cas(my_study, options)
File "/home/modelling/telemac/v8p2/scripts/python3/execution/run_cas.py", line 65, in run_local_cas
my_study.run(options)
File "/home/modelling/telemac/v8p2/scripts/python3/execution/study.py", line 612, in run
self.run_local()
File "/home/modelling/telemac/v8p2/scripts/python3/execution/study.py", line 440, in run_local
run_code(self.run_cmd, self.sortie_file)
File "/home/modelling/telemac/v8p2/scripts/python3/execution/run.py", line 182, in run_code
raise TelemacException('Fail to run\n'+exe)
utils.exceptions.TelemacException: Fail to run
/usr/bin/mpiexec -wdir /home/IWS/mouris/Desktop/Model_tests/Gaia_Banja/Steady_state_plusSed4/run_steady_tel.cas_2021-02-22-10h33min32s -n 2 /home/IWS/mouris/Desktop/Model_tests/Gaia_Banja/Steady_state_plusSed4/run_steady_tel.cas_2021-02-22-10h33min32s/out_telemac2d
Best,
Kilian