As I need to perform some thermal-fluid coupled calculation, and as the Windows builds of Syrthes and Saturne don't permit this for the moment, I've choosen to install a Linux virtual machine on my workstation and then build and install Syrthes and Saturne.
The virtual machine is build on VirtualBox and running Xubuntu 15.10.
I've downloaded from EDF site CS 4.2.1 and Syrthes 4.3.1
based on this topic : http://code-saturne.org/forum/viewtopic ... de+syrthes
I've installed all the asked librairies from synaptic except :
lib32icu48, who doesn't exist anymore
libcppunit, replaced by libcppunit-1.13-0v5
after installing syrthes, there is some error, but due to the path to ple not defined for the moment, as Code_saturne is not installed for the moment.
I've sourced the syrthes.profile
When trying to test Syrthes, typing
Code: Select all
syrthes.gui
Code: Select all
/home/jbl/syrthes4.3.0/arch/Linux_x86_64/lib/syrthes-GUI_exe/SyrthesMain: error while loading shared libraries: libssl.so.0.9.8: cannot open shared object file: No such file or directory
Code: Select all
jbl@VM-CAO-S81-BA:~/syrthes4.3.0/arch/Linux_x86_64/bin$ sudo apt-get install libssl0.9.8:i386
Mot de passe [sudo] pour jbl :
Lecture des listes de paquets... Fait
Construction de l'arbre des dépendances
Lecture des informations d'état... Fait
Aucune version du paquet libssl0.9.8:i386 n'est disponible, mais il existe dans la base
de données. Cela signifie en général que le paquet est manquant, qu'il est devenu obsolète
ou qu'il n'est disponible que sur une autre source
E: Le paquet « libssl0.9.8:i386 » n'a pas de version susceptible d'être installée
I've fixed the problem using a symbolic link to the Salome install
Code: Select all
sudo ln /home/jbl/salome/Salome-V7_7_1-x86_64/prerequisites/debianForSalome/lib/libssl.so.0.9.8 /usr/lib/libssl.so.0.9.8
Code: Select all
sudo ln /home/jbl/salome/Salome-V7_7_1-x86_64/prerequisites/debianForSalome/lib/libcrypto.so.0.9.8 /usr/lib/libcrypto.so.0.9.8
Code: Select all
jbl@VM-CAO-S81-BA:~/syrthes4.3.0/arch/Linux_x86_64/bin$ syrthes.gui
Traceback (most recent call last):
File "/usr/lib/pymodules/python2.6/cx_Freeze/initscripts/Console.py", line 27, in <module>
File "SyrthesMain.py", line 16, in <module>
File "/usr/lib/pymodules/python2.6/numpy/__init__.py", line 132, in <module>
File "/usr/lib/pymodules/python2.6/numpy/add_newdocs.py", line 9, in <module>
File "/usr/lib/pymodules/python2.6/numpy/lib/__init__.py", line 13, in <module>
File "/usr/lib/pymodules/python2.6/numpy/lib/polynomial.py", line 17, in <module>
File "/usr/lib/pymodules/python2.6/numpy/linalg/__init__.py", line 47, in <module>
File "/usr/lib/pymodules/python2.6/numpy/linalg/linalg.py", line 22, in <module>
File "ExtensionLoader_numpy_linalg_lapack_lite.py", line 11, in <module>
ImportError: liblapack.so.3gf: cannot open shared object file: No such file or directory
Then, Syrthes gui start.

Now, let's try a tutorial.