Error in calculation stage

Questions and remarks about code_saturne usage
Forum rules
Please read the forum usage recommendations before posting.
Post Reply
Tsubasa
Posts: 175
Joined: Fri Nov 20, 2020 4:09 am

Error in calculation stage

Post by Tsubasa »

Hello,

I've just started to use Code_saturne.
When I tried "Mesh preprocessgin only", with mesh(med 3.3) following problem happend.
Could you help me and give tips to me?

Code: Select all

                      Code_Saturne
                      ************

 Version:   6.0.5
 Path:      /home/tsubasa/Code_Saturne/6.0.5/code_saturne-6.0.5/arch/Linux_x86_64

 Result directory:
   /home/tsubasa/Desktop/test/newmed/RESU/preprocess_20201120-2331



 ****************************
  Preparing calculation data
 ****************************

 Single processor code_saturne simulation.


 ***************************
  Preprocessing calculation
 ***************************


 **********************
  Starting calculation
 **********************


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

/home/tsubasa/Code_Saturne/6.0.5/code_saturne-6.0.5/arch/Linux_x86_64/libexec/code_saturne/cs_solver: error while loading shared libraries: libhdf5.so.103: cannot open shared object file: No such file or directory
solver script exited with status 127.

Error running the calculation.

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

Error in calculation stage.
When I tried "Import mesh only", it was suceeded.
Mohammad
Posts: 114
Joined: Thu Oct 25, 2018 12:18 pm

Re: Error in calculation stage

Post by Mohammad »

Hello,

When I installed code_saturne for the first time, I had the similar problem.
The problem solved by using the following command in terminal before running the code:

Code: Select all

export LD_LIBRARY_PATH="/usr/local/lib:$LD_LIBRARY_PATH"
Hope it works for you, too.
If it doesn't help, then it maybe due to HDF5 library which may not be installed, or given to code_saturne correctly.

Regards,
Mohammad
Tsubasa
Posts: 175
Joined: Fri Nov 20, 2020 4:09 am

Re: Error in calculation stage

Post by Tsubasa »

Dear Mohammad,

Thank you for your advice.

Your tip corrected my error.

Thank you.
Post Reply