hello,
I am trying to install Saturne 1.3.3.
I am getting the following error message.
[dbasu@himalaya Install]$ ./install_saturne.py
Installation of Code_Saturne elements on architecture Linux_x86_64
Installation of ecs-1.3.3 on architecture Linux_x86_64
Traceback (most recent call last):
File "./install_saturne.py", line 1221, in ? main()
File "./install_saturne.py", line 20, in main setup = Setup()
File "./install_saturne.py", line 63, in __init__ apply(self.installFunctions[library])
File "./install_saturne.py", line 777, in installECS os.chdir(srcPath)
OSError: [Errno 2] No such file or directory: '/home/dbasu/SATURNE-CODE/Enveloppe/ecs-1.3.3'
Any suggestion / help will be greatly apprceciated.
Regards,
Debashis Basu
problem in Installation
Forum rules
Please read the forum usage recommendations before posting.
Please read the forum usage recommendations before posting.
Re: problem in Installation
Hi,
perhaps your setup file is not correctly filled. The directory /home/dbasu/SATURNE-CODE/Enveloppe/ecs-1.3.3 does not exist; could you tell us where the directory ecs-1.3.3 is ?
But I see here that you have already a working installation: http://code-saturne.org/forum/viewtopic.php?f=9&t=832
Perhaps you could try to install Code_Saturne 2.0-rc2 which is more easier to install with a "configure, make, make install" procedure. See http://code-saturne.org/forum/viewtopic.php?f=6&t=931
perhaps your setup file is not correctly filled. The directory /home/dbasu/SATURNE-CODE/Enveloppe/ecs-1.3.3 does not exist; could you tell us where the directory ecs-1.3.3 is ?
But I see here that you have already a working installation: http://code-saturne.org/forum/viewtopic.php?f=9&t=832
Perhaps you could try to install Code_Saturne 2.0-rc2 which is more easier to install with a "configure, make, make install" procedure. See http://code-saturne.org/forum/viewtopic.php?f=6&t=931
Re: problem in Installation
Hello Alexandre,
Thanks for your reply. You are right. I have a working installation in ome system but seems that was not done properly (I am having problem in running that).
So I am again trying to reinstall and having problem. The directory ecs-1.3.3 is located in /home/dbasu/SATURNE-CODE.
How can I get the directory Enveloppe. I assume once the directory Enveloppe is there, I can copy ecs-1.3.3
I am attaching the steup and .ini files.
Kindly help me in the installation of version 1.3.3.
Thanks and Regards,
Debashis
Previously Alexandre Douce wrote:
Thanks for your reply. You are right. I have a working installation in ome system but seems that was not done properly (I am having problem in running that).
So I am again trying to reinstall and having problem. The directory ecs-1.3.3 is located in /home/dbasu/SATURNE-CODE.
How can I get the directory Enveloppe. I assume once the directory Enveloppe is there, I can copy ecs-1.3.3
I am attaching the steup and .ini files.
Kindly help me in the installation of version 1.3.3.
Thanks and Regards,
Debashis
Previously Alexandre Douce wrote:
Hi,
perhaps your setup file is not correctly filled. The directory /home/dbasu/SATURNE-CODE/Enveloppe/ecs-1.3.3 does not exist; could you tell us where the directory ecs-1.3.3 is ?
But I see here that you have already a working installation: http://code-saturne.org/forum/viewtopic.php?f=9&t=832
Perhaps you could try to install Code_Saturne 2.0-rc2 which is more easier to install with a "configure, make, make install" procedure. See http://code-saturne.org/forum/viewtopic.php?f=6&t=931
- Attachments
-
- setup_files.tar.gz
- (1.92 KiB) Downloaded 222 times
Re: problem in Installation
Hi,
1) download and untar the packages in your directory SATURNE-CODE (but you have already done that )
2) In the directory SATURNE-CODE create the following directories:
1) download and untar the packages in your directory SATURNE-CODE (but you have already done that )
2) In the directory SATURNE-CODE create the following directories:
3) then you move the sources at their right place:mkdir src Enveloppe Interface Noyau
4) and finally you can run the installer:mv ncs-1.3.3 Noyau/.
mv ics-1.3.3 Interface/.
mv ecs-1.3.3 Enveloppe/.
mv bft-1.0.8 fvm-0.12.0 src/.
Hope it's helpcd Install
./install_saturne.py
Re: problem in Installation
It worked
Thank you very much.
Best Regards,
Debashis
Previously Alexandre Douce wrote:
Thank you very much.
Best Regards,
Debashis
Previously Alexandre Douce wrote:
Hi,
1) download and untar the packages in your directory SATURNE-CODE (but you have already done that )
2) In the directory SATURNE-CODE create the following directories:3) then you move the sources at their right place:mkdir src Enveloppe Interface Noyau4) and finally you can run the installer:mv ncs-1.3.3 Noyau/.
mv ics-1.3.3 Interface/.
mv ecs-1.3.3 Enveloppe/.
mv bft-1.0.8 fvm-0.12.0 src/.Hope it's helpcd Install
./install_saturne.py