CFD Online Logo CFD Online URL
www.cfd-online.com
[Sponsors]
Home > Forums > Software User Forums > OpenFOAM

OpenFOAM 1.5 dev

Register Blogs Members List Search Today's Posts Mark Forums Read

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   February 5, 2010, 06:23
Default
  #21
Member
 
LVDH's Avatar
 
Andre Z
Join Date: Dec 2009
Posts: 75
Rep Power: 16
LVDH is on a distinguished road
Well and I have installed OF 1.6. I do have a 64bit system.
I am going to do what norman suggested. When its done I will post the log.
LVDH is offline   Reply With Quote

Old   February 5, 2010, 06:30
Default
  #22
Member
 
norman1981's Avatar
 
Norman Del Puppo
Join Date: Mar 2009
Location: Hinwil, CH
Posts: 57
Rep Power: 17
norman1981 is on a distinguished road
If you have a 64-bit system you have to replace this line:
wget http://mesh.dl.sourceforge.net/sourc....linuxGcc.gtgz
with this one:
wget http://mesh.dl.sourceforge.net/sourc...inux64Gcc.gtgz
and the line
tar xzf ThirdParty.linuxGcc.gtgz
with this one:
tar xzf ThirdParty.linux64Gcc.gtgz

because you have to choose the binaries in accord with your system architecture.

Norman

Last edited by norman1981; February 5, 2010 at 07:03.
norman1981 is offline   Reply With Quote

Old   February 5, 2010, 06:51
Default
  #23
Member
 
LVDH's Avatar
 
Andre Z
Join Date: Dec 2009
Posts: 75
Rep Power: 16
LVDH is on a distinguished road
I do not know why but this command:

svn co https://openfoam-extend.svn.sourcefo...enFOAM-1.5-dev

does not work. That is why I initially downloaded the *.tar.gz.

The message that appears when I try the svn co is this:

Code:
XXXX:~/OpenFOAM> svn co https://openfoam-extend.svn.sourcefo...enFOAM-1.5-dev
svn: OPTIONS von »https://openfoam-extend.svn.sourcefo...enfoam-1.5-dev«: Could not resolve hostname `openfoam-extend.svn.sourcefo...enfoam-1.5-dev': Host not found (https://openfoam-extend.svn.sourcefo...enfoam-1.5-dev)
Is it possible that the IT at the company I am working in is blocking this action?
LVDH is offline   Reply With Quote

Old   February 5, 2010, 06:54
Default
  #24
Member
 
LVDH's Avatar
 
Andre Z
Join Date: Dec 2009
Posts: 75
Rep Power: 16
LVDH is on a distinguished road
This is crazy, the both wgets result in files named like this:

sourc....linuxGcc.gtgz?download&failedmirror=mesh. dl.sourceforge.net

The good thing is that I have already arranged my beerdrinking for this night.
LVDH is offline   Reply With Quote

Old   February 5, 2010, 06:59
Default
  #25
Member
 
norman1981's Avatar
 
Norman Del Puppo
Join Date: Mar 2009
Location: Hinwil, CH
Posts: 57
Rep Power: 17
norman1981 is on a distinguished road
1) Copy the full path please:
'https://openfoam-extend.svn.sourceforge.net/svnroot/openfoam-extend/trunk/Core/OpenFOAM-1.5-dev'

2) Try simply copying the other two wget path (without the wget command of course) and paste them in a new tab of your browser.. it should ask you to save the package.
norman1981 is offline   Reply With Quote

Old   February 5, 2010, 07:38
Default
  #26
Member
 
LVDH's Avatar
 
Andre Z
Join Date: Dec 2009
Posts: 75
Rep Power: 16
LVDH is on a distinguished road
OK,
Norman thanks to your help the ./Allwmake is running again.

I really appreciate your help.

Thank you very much!
LVDH is offline   Reply With Quote

Old   February 5, 2010, 09:09
Default
  #27
Super Moderator
 
bigphil's Avatar
 
Philip Cardiff
Join Date: Mar 2009
Location: Dublin, Ireland
Posts: 1,086
Rep Power: 34
bigphil will become famous soon enoughbigphil will become famous soon enough
The 'dev' can also be downloaded from: http://powerlab.fsb.hr/ped/kturbo/OpenFOAM/release/

Philip C
bigphil is offline   Reply With Quote

Old   February 5, 2010, 09:52
Default
  #28
New Member
 
Join Date: Nov 2009
Posts: 3
Rep Power: 16
dadros is on a distinguished road
Hi Andre, Norman and others,

I think I have the same problem:
Also trying to compile OF-1.5-dev, already tried with ThirdParty package of 1.6, and OpenFOAM-1.5-dev/etc/settings.sh altered accordingly.

Now following Normans suggestion and using that ThirdParty package.

I get the following error
Code:
/home/ddros/OpenFOAM/ThirdParty/gcc-4.3.1/platforms/linux64/bin/../libexec/gcc/x86_64-unknown-linux-gnu/4.3.1/cc1: error while loading shared libraries: libmpfr.so.1: cannot open shared object file: No such file or directory
make: *** [Make/linux64GccDPOpt/adler32.o] Error 1
make: *** Waiting for unfinished jobs....
I think I know what it is. It has to do with Norman 0) step. I am missing the mpfr library. That is why I was using the ThirdParty package of 1.6, the mpfr library is included in that one.

If I am going to install the mpfr library separately I also need the gmp library I think?

My question: how to install the correct versions of these two libraries, in the correct order/place? Just copying form the 1.6 ThirdParty package seems a bit harsh.
dadros is offline   Reply With Quote

Old   February 5, 2010, 10:24
Default
  #29
Senior Member
 
Elvis
Join Date: Mar 2009
Location: Sindelfingen, Germany
Posts: 620
Blog Entries: 6
Rep Power: 24
elvis will become famous soon enough
@ moksen take a look at svn

http://openfoam-extend.svn.sourcefor...sticFluidFoam/

http://openfoam-extend.svn.sourcefor...sticFluidFoam/
elvis is offline   Reply With Quote

Old   February 5, 2010, 10:28
Default
  #30
Member
 
LVDH's Avatar
 
Andre Z
Join Date: Dec 2009
Posts: 75
Rep Power: 16
LVDH is on a distinguished road
Hi,
this is my last post for this week.
The included log shows the new failures.
You can find them by searching for "Fehler".
I have already done that but have no idea how to solve them.

Have a nice weekend,
Andre
Attached Files
File Type: gz log.gz (85.9 KB, 17 views)
LVDH is offline   Reply With Quote

Old   February 5, 2010, 10:45
Default
  #31
Member
 
norman1981's Avatar
 
Norman Del Puppo
Join Date: Mar 2009
Location: Hinwil, CH
Posts: 57
Rep Power: 17
norman1981 is on a distinguished road
Quote:
Originally Posted by bigphil View Post
The 'dev' can also be downloaded from: http://powerlab.fsb.hr/ped/kturbo/OpenFOAM/release/

Philip C
Dear Philip,
you are right but I think using the SVN version is better because you can upgrade your OF without too much troubles while the powerlab's version is not kept frequently updated..BTW it is only my opinion and that is also a good alternative. Thanks for the contribution,
Norman
norman1981 is offline   Reply With Quote

Old   February 5, 2010, 10:53
Default
  #32
Member
 
norman1981's Avatar
 
Norman Del Puppo
Join Date: Mar 2009
Location: Hinwil, CH
Posts: 57
Rep Power: 17
norman1981 is on a distinguished road
Quote:
Originally Posted by LVDH View Post
Hi,
this is my last post for this week.
The included log shows the new failures.
You can find them by searching for "Fehler".
I have already done that but have no idea how to solve them.

Have a nice weekend,
Andre
Hi,
try re-running ./Allwmake without the allwclean.. I saw your decompositionMethods library was not compiled.
Norman

Last edited by norman1981; February 8, 2010 at 04:34.
norman1981 is offline   Reply With Quote

Old   February 8, 2010, 04:27
Default
  #33
Member
 
LVDH's Avatar
 
Andre Z
Join Date: Dec 2009
Posts: 75
Rep Power: 16
LVDH is on a distinguished road
It is working now.

Thank you very much.
LVDH is offline   Reply With Quote

Old   February 22, 2010, 09:00
Default
  #34
New Member
 
maja ondracka
Join Date: Apr 2009
Location: Slovenia
Posts: 17
Rep Power: 16
maja is on a distinguished road
Hi! I'm desperate!
I spent a week trying to install OF-1.5-dev for the same reason Andre did. I need GGI working. I followed the instructions I found here from Norman. Everything was OK (finally) until I had to run Allwmake. I did not find any Allwmake script in $HOME/OpenFOAM directory, so I ran Allwmake in $HOME/OpenFOAM/OpenFOAM-1.5-dev directory. Aftre that I got errors like this:

bin/linux64GccDPOpt/fluentMeshToFoam
/usr/bin/ld: cannot find -liberty
collect2: ld returned 1 exit status
make[3]: *** [/home/maja/OpenFOAM/OpenFOAM-1.5-dev/applications/bin/linux64GccDPOpt/fluentMeshToFoam] Error 1
make[2]: *** [fluentMeshToFoam] Error 2
make[4]: Nothing to be done for `application'.

I have Ubuntu 9.1 64 bit. I also installed OF1.6, but realized GGi is not working there. I renamed the OpenFOAM directory where OF1.6 is installed. But I did not delete this version. I hope this is ok.
In ~/.bashrc file I commented the line with 1.6 version.

I have no idea what else to do.

Please, someone help me.
Regards, Maja
maja is offline   Reply With Quote

Old   February 22, 2010, 09:14
Default
  #35
Senior Member
 
Kathrin Kissling
Join Date: Mar 2009
Location: Besigheim, Germany
Posts: 134
Rep Power: 17
kathrin_kissling is on a distinguished road
Hi Maja,

seems like you are missing some library.
Try to install binutils-dev on your machine. (Should work with your OS installation helper).

Best

Kathrin
kathrin_kissling is offline   Reply With Quote

Old   February 22, 2010, 09:24
Default
  #36
ngj
Senior Member
 
Niels Gjoel Jacobsen
Join Date: Mar 2009
Location: Copenhagen, Denmark
Posts: 1,900
Rep Power: 37
ngj will become famous soon enoughngj will become famous soon enough
Hi Maja

You need to install "binutils-dev" which inclulde the missing dependency.

Best regards,

Niels
ngj is offline   Reply With Quote

Old   February 22, 2010, 09:49
Default
  #37
New Member
 
maja ondracka
Join Date: Apr 2009
Location: Slovenia
Posts: 17
Rep Power: 16
maja is on a distinguished road
Thank you Kathrin and Niels!
It works!!
maja is offline   Reply With Quote

Old   February 25, 2010, 06:13
Default
  #38
Senior Member
 
Pavan
Join Date: May 2009
Location: Melbourne
Posts: 101
Rep Power: 16
rieuk is on a distinguished road
Hey, I've got the binutils-dev installed but get errors like Maja. No commands work even after running allwmake, for eg blockMesh gives "command not found". I've attached a portion of the allwmake output with errors. Can any one give me a hand?
Attached Files
File Type: gz log.txt.tar.gz (115 Bytes, 7 views)
rieuk is offline   Reply With Quote

Old   February 25, 2010, 06:22
Default
  #39
New Member
 
Join Date: Nov 2009
Posts: 3
Rep Power: 16
dadros is on a distinguished road
the log file you posted seems empty..

after the build did you source your bashrc?

# . $HOME/.bashrc
dadros is offline   Reply With Quote

Old   February 25, 2010, 06:36
Default
  #40
Senior Member
 
Pavan
Join Date: May 2009
Location: Melbourne
Posts: 101
Rep Power: 16
rieuk is on a distinguished road
Yes of course I did source it. The lines in the bashrc file are,

. $HOME/OpenFOAM/OpenFOAM-1.5-dev/etc/bashrc
export PATH=$PATH\:$HOME/OpenFOAM/OpenFOAM-1.5-dev/wmake

Sorry about the log file, it's attached now.

I source the bashrc by typing "source ~/.bashrc"
Attached Files
File Type: gz log.tar.gz (1.3 KB, 11 views)
rieuk is offline   Reply With Quote

Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
[OpenFOAM] Paraview/Parafoam in OpenFoam 1.5 dev titio ParaView 0 December 9, 2009 13:13
[OpenFOAM] Paraview/Parafoam in OpenFoam 1.5 dev titio ParaView 0 December 9, 2009 13:12
OpenFOAM 1.5 installation on OpenSUSE 11.0 bigphil OpenFOAM Installation 16 April 29, 2009 07:28
Problem installing OpenFOAM 1.5 installation on RHEL 4. vwsj84 OpenFOAM Installation 4 April 23, 2009 05:48
OpenFOAM Version 1.5 Released OpenFOAM discussion board administrator OpenFOAM Announcements from ESI-OpenCFD 0 July 14, 2008 19:22


All times are GMT -4. The time now is 07:12.