Page 3 of 3
Re: error while installing MED
Posted: Mon Feb 13, 2017 9:02 am
by sofiane73
sorry
attached
Regards
Sofiane
Re: error while installing MED
Posted: Mon Feb 13, 2017 2:25 pm
by Yvan Fournier
Hello,
It seems the installer did not find the paths for mpiCompC and mpiComCxx.
You must replace "auto" by the correct values for those libraries (usually /usr/bin/mpicc and /usr/bin/mpic++, but you need to check that they exist, or check which equivalent wrappers are to be found in your MPI package).
Regards,
Yvan
Re: error while installing MED
Posted: Mon Mar 06, 2017 7:28 am
by sofiane73
Thanks Yvan
Code saturne is running well on my Ubuntu Machines
I was able also to install it on other machines with different Linux distribution
just there is one thing I want a clarification from you about it
I did all this installation being a root
I tried to install it without being root but I always got a weird message regarding the version of the system. Something I did not get when I install it as root using sudo
the message is below
-bash: import: command not found
-bash: install_saturne.py: line 9: syntax error near unexpected token `('
-bash: install_saturne.py: line 9: `if sys.version_info[:2] < (2,4):'
Regards
Sofiane
Re: error while installing MED
Posted: Mon Mar 06, 2017 11:17 pm
by Yvan Fournier
Hello,
It seems you are trying to run install.py using bash.
Could you simply run it using Python ?
Regards,
Yvan