Page 1 of 1

Error while reading mesh file with saturne 2.0.2

Posted: Wed Sep 07, 2011 12:00 pm
by Romain Lopez
Hello,
The install of code_saturne 2.0.2 is ok, but when we did a check-mesh on a mesh file we have an error :
/usr/local/bin/cs_preprocess: error while loading shared libraries: libhdf5.so.0: cannot open shared object file: No such file or directory

We don't understand this error because the library libhdf5.so.0 exists but not in the directory /usr/local/bin.
 
Besides, cs_preprocess is not install in this directory. Where can we change this link ?
 
Thank you.
 
Romain LOPEZ

Re: Error while reading mesh file with saturne 2.0.2

Posted: Thu Sep 08, 2011 12:42 am
by Yvan Fournier
Hello,
In which directory is the code installed ? Do you have multiple installs (or traces from previous failed install attempts) ?
Did you use the installer or a manual install ?
Best regards,
  Yvan

Re: Error while reading mesh file with saturne 2.0.2

Posted: Thu Sep 08, 2011 2:42 pm
by Romain Lopez
Hello,
I use CAELinux and the version 2.0.1 of code_saturne was already installed and it use python and hdf5 of salome.
I resolve the problem installing the new version of HDF5 and now all is ok.
Thank you
Best regards
Romain

Re: Error while reading mesh file with saturne 2.0.2

Posted: Sat Nov 21, 2020 5:31 am
by Tsubasa
Hello,

I face a same problem.

Could you tell me how to solve the problem?

What version of HDF5 did you install?

Re: Error while reading mesh file with saturne 2.0.2

Posted: Sat Nov 21, 2020 7:28 pm
by Yvan Fournier
Hello,

As you are reactivating an old post, the version of code_saturne you are using is probably different. Could you specify the version ?

Could you also specify the system info recommended in the forum usage recommendations ?

Regards,

Yvan

Re: Error while reading mesh file with saturne 2.0.2

Posted: Mon Nov 30, 2020 2:03 pm
by Tsubasa
To solve the problem, I run "export LD_LIBRARY_PATH="/usr/local/lib:$LD_LIBRARY_PATH"" before lunching code saturne.

Re: Error while reading mesh file with saturne 2.0.2

Posted: Mon Nov 30, 2020 2:18 pm
by Yvan Fournier
Hello,

This does not answer my questions.

Regards,

Yvan

Re: Error while reading mesh file with saturne 2.0.2

Posted: Tue Dec 01, 2020 12:55 pm
by Tsubasa
Hello,

This kind of problem often occurred as following
viewtopic.php?f=3&t=2746
even if we follow the installation process.

To solve the problem such as
./cs_solver: error while loading shared libraries: libhdf5.so.103: cannot open shared object file: No such file or directory,
we have to run
export LD_LIBRARY_PATH="/usr/local/lib:$LD_LIBRARY_PATH",
before lunching code saturne.

Re: Error while reading mesh file with saturne 2.0.2

Posted: Tue Dec 01, 2020 2:01 pm
by Yvan Fournier
Hello,

Yes, I understand that, also from the other threads on this forum. My question was related to which version of the code you are using, since you are posting on an old thread related to code_saturne 2.0. It is better to only use the more current threads, to avoid confusing everyone.

I will probably end up deleting the recent messages on this thread, since they are redundant with other threads, and only add confusion.

Regards,

Yvan

Re: Error while reading mesh file with saturne 2.0.2

Posted: Tue Dec 01, 2020 2:27 pm
by Tsubasa
Hello,

Sorry for that.

I faced the problem with code_saturne 6.0 version.

Ok, I also think it is better to delete these message.

Thank you.