Page 1 of 1

solver script exited with status 137.

Posted: Fri Jul 01, 2022 4:09 am
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

Re: solver script exited with status 137.

Posted: Fri Jul 01, 2022 8:31 am
by Yvan Fournier
Hello,

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

Regards,

Yvan

Re: solver script exited with status 137.

Posted: Fri Jul 01, 2022 9:52 am
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

Re: solver script exited with status 137.

Posted: Fri Jul 01, 2022 12:45 pm
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