Linux mint and Salome 6.6.00 fatal error
Hi all
Well Im all googled and searched out , Ive followed tutorials , With the same problems
if I use install wizard it will install , and run all ok
but if I run ,
Cd salome 6.6 where the apli scripts are
then in a terminal run the run apli script , ( Ive tried so many combinations )
it will run but as soon as I click on a module , I get fatal error
Now Ive googled and read , and for the life of me I cant understand why this wont work , fortran is installed
Can some one PLEASE , please help ( ive tried the install tutorial )
why is this software SOOO difficult to install Ill give it one more shot just to confirm
Kind regards
Stephen
When I try to install the universal version 6.6 / 32 bits in the Ubuntu 12.04 / 32-bits; gives error in the installation and ubuntu restarts.
Anyone know how to proceed now?
Hello everybody
I don't know if it can help you, but I am using Salome 6.6.0 on Linux Mint 14. I also installed different versions of Salome on Ubuntu 10.10 32 bits.
I always use the Debian 4.0 Etch binaries.
I always follow this (rather old) tutorial to inspire me during the installation process:
http://code-saturne.blogspot.cz/2010/05/installation-of-salome-513-on-ubuntu.html
Then, once installed, I create this script, replacing $salome_folder by the suitable location:
#!/bin/bash
source $salome_folder/KERNEL_6.6.0/salome.sh
$salome_folder/KERNEL_6.6.0/bin/salome/runSalome $*
exit 0
Making this script executable (with chmod +x), and puting it in some $PATH folder, you can then type in a console:
salome
and it should run without problem. You can also pass arguments to this command. For example, to launch a python script in batch mode:
salome -t script1.py
Hope this helps
William
Hi,
I downloaded the Debian 6.0 Squeeze 64bit version (Salome 6.6.0) and installed on Linux Mint 16 (64 bit), The installation was fine but when I run Salome I got the following messa ge on the terminal:
Searching for a free port for naming service: 2810 - OK
Searching Naming Service + found in 0.1 seconds
Searching /Containers/manocska/FactoryServerPy in Naming Service ++++ found in 2.0 seconds
Searching /Kernel/Session in Naming Service ++++++ found in 3.0 seconds
Start SALOME, elapsed time : 5.5 seconds
and nothing appen. Only the starts screen appears announcing “Activating Desktop” and counter is at 100%,
I tried also with the script by William Tougeron but the results was the same.
What could be wrong in my istallation?
Kind Regards,
martims
