sorry
attached
Regards
Sofiane
error while installing MED
Forum rules
Please read the forum usage recommendations before posting.
Please read the forum usage recommendations before posting.
Re: error while installing MED
- Attachments
-
- setup.odt
- (14.39 KiB) Downloaded 556 times
-
- Posts: 4210
- Joined: Mon Feb 20, 2012 3:25 pm
Re: error while installing MED
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
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
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
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
-
- Posts: 4210
- Joined: Mon Feb 20, 2012 3:25 pm
Re: error while installing MED
Hello,
It seems you are trying to run install.py using bash.
Could you simply run it using Python ?
Regards,
Yvan
It seems you are trying to run install.py using bash.
Could you simply run it using Python ?
Regards,
Yvan