problem in Installation

All questions about installation
Forum rules
Please read the forum usage recommendations before posting.
Post Reply
Debashis Basu

problem in Installation

Post by Debashis Basu »

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
 
Alexandre Douce

Re: problem in Installation

Post by Alexandre Douce »

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
Debashis Basu

Re: problem in Installation

Post by Debashis Basu »

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:
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 181 times
Alexandre Douce

Re: problem in Installation

Post by Alexandre Douce »

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:
mkdir src Enveloppe Interface Noyau
3) then you move the sources at their right place:
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/.
4) and finally you can run the installer:
cd Install
./install_saturne.py
Hope it's help :)
Debashis Basu

Re: problem in Installation

Post by Debashis Basu »

It worked :) :)

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:
mkdir src Enveloppe Interface Noyau
3) then you move the sources at their right place:
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/.
4) and finally you can run the installer:
cd Install
./install_saturne.py
Hope it's help :)
 
Post Reply