sorry
attached
Regards
Sofiane
setup.odt (14.4 KB)
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
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
Hello,
It seems you are trying to run install.py using bash.
Could you simply run it using Python ?
Regards,
Yvan