solver script exited with status 137.

Questions and remarks about code_saturne usage
Forum rules
Please read the forum usage recommendations before posting.
Post Reply
sofenkumarjena
Posts: 35
Joined: Thu May 19, 2022 4:37 pm

solver script exited with status 137.

Post by sofenkumarjena »

Hi Community Members,
I have a .CGNS mesh file, which works alright in preprocessing mode and mesh import. All boundary faces are available from pre-processor.log file. But When giving run, the solver exited with the following error message

*****************************
Post-calculation operations
*****************************

solver script exited with status 137.

Error running the calculation.

Check Code_Saturne log (listing) and error* files for details.

Error in calculation stage.

But there is no error message in listing file or error file in the RESU folder.

KIndly help
Yvan Fournier
Posts: 4070
Joined: Mon Feb 20, 2012 3:25 pm

Re: solver script exited with status 137.

Post by Yvan Fournier »

Hello,

Do you have any relevant messages in your batch logs (error or standard) ?

Regards,

Yvan
sofenkumarjena
Posts: 35
Joined: Thu May 19, 2022 4:37 pm

Re: solver script exited with status 137.

Post by sofenkumarjena »

Error message getting in the GUI/Frontend
--------------------------------------------
/media/skjena/251cfb2d-1a0c-4ca3-bb02-d0b32a0298fc/skjena/Code_Satrune_Results/unstructured_mesh/3D/RESU/20220701-1044/run_solver: line 11: 13577 Killed /home/skjena/Code_Saturne/5.3.4/code_saturne-5.3.4/arch/Linux_x86_64/libexec/code_saturne/cs_solver --param setup2430.xml $@
solver script exited with status 137.
------------------------------------------------
run solver message created in the RESU folder
-----------------------------
#!/bin/bash
# Export paths here if necessary or recommended.
export LD_LIBRARY_PATH="/usr/lib/x86_64-linux-gnu/openmpi/lib":$LD_LIBRARY_PATH

export OMP_NUM_THREADS=1

cd /media/skjena/251cfb2d-1a0c-4ca3-bb02-d0b32a0298fc/skjena/Code_Satrune_Results/unstructured_mesh/3D/RESU/20220701-1044

# Run solver.
/home/skjena/Code_Saturne/5.3.4/code_saturne-5.3.4/arch/Linux_x86_64/libexec/code_saturne/cs_solver --param setup2430.xml $@
export CS_RET=$?

exit $CS_RET
-------------------------------------------------------------------------

No other error message for debugging. I am tried a lot not any success. The Mesh is in .cgns format


With Thanks and Regards

Sofen
Yvan Fournier
Posts: 4070
Joined: Mon Feb 20, 2012 3:25 pm

Re: solver script exited with status 137.

Post by Yvan Fournier »

Hello,

The message just says the computation is killed, but does not say why. Did you try running it outside the GUI ? Are you using a batch system ?

Regards,

Yvan
Post Reply