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

OF 1.5-dev / 1.6-dev

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

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   July 6, 2010, 04:48
Default OF 1.5-dev / 1.6-dev
  #1
OFU
New Member
 
Jennifer
Join Date: Aug 2009
Location: Germany
Posts: 28
Rep Power: 16
OFU is on a distinguished road
Hello,

I want to use cyclicGgi for my computations and I read that it is only available in the xx-dev versions of OpenFoam. I only found a version OpenFOAM 1.5-dev. Is there already a 1.6-dev version? Then I also found the git repository with version 1.6.x. But the problem is, that at work under linux I don't have an internet connection, so I must download the files with windows and then copy them to my linux computer. Is there a possibility to download OpenFoam 1.6.x with a Windows system?
However, I tried to install OpenFOAM 1.5-dev on my system and by running Allwmake I got a lot of error messages like these:

/home/xxxx/OpenFOAM/OpenFOAM-1.5-dev/lib/linux64GccDPOpt/libOpenFOAM.so: undefined reference to `vtable for Foam::OPstream'
/home/xxxx/OpenFOAM/OpenFOAM-1.5-dev/lib/linux64GccDPOpt/libfiniteVolume.so: undefined reference to `Foam::OPstream::waitRequests()'
/home/xxxx/OpenFOAM/OpenFOAM-1.5-dev/lib/linux64GccDPOpt/libfiniteVolume.so: undefined reference to `Foam::OPstream::~OPstream()'
/home/xxxx/OpenFOAM/OpenFOAM-1.5-dev/lib/linux64GccDPOpt/libfiniteVolume.so: undefined reference to `Foam::IPstream::IPstream(Foam::Pstream::commsType s, int, int, Foam::IOstream::streamFormat, Foam::IOstream::versionNumber)'
/home/xxxx/OpenFOAM/OpenFOAM-1.5-dev/lib/linux64GccDPOpt/libOpenFOAM.so: undefined reference to `Foam::Pstream::exit(int)'
/home/xxxx/OpenFOAM/OpenFOAM-1.5-dev/lib/linux64GccDPOpt/libfiniteVolume.so: undefined reference to `Foam::IPstream::waitRequests()'
/home/xxxx/OpenFOAM/OpenFOAM-1.5-dev/lib/linux64GccDPOpt/libOpenFOAM.so: undefined reference to `Foam::Pstream::abort()'
/home/xxxx/OpenFOAM/OpenFOAM-1.5-dev/lib/linux64GccDPOpt/libfiniteVolume.so: undefined reference to `Foam::reduce(double&, Foam::sumOp<double> const&)'
/home/xxxx/OpenFOAM/OpenFOAM-1.5-dev/lib/linux64GccDPOpt/libOpenFOAM.so: undefined reference to `Foam::Pstream::init(int&, char**&)'
/home/xxxx/OpenFOAM/OpenFOAM-1.5-dev/lib/linux64GccDPOpt/libOpenFOAM.so: undefined reference to `Foam::Pstream::addValidParOptions(Foam::HashTable <Foam::string, Foam::word, Foam::string::hash>&)'
collect2: ld returned 1 exit status
make[3]: *** [/home/xxxx/OpenFOAM/OpenFOAM-1.5-dev/applications/bin/linux64GccDPOpt/solidStress] Error 1
make[2]: *** [solidStress] Error 2
make[2]: Target `application' not remade because of errors.
make[1]: *** [stressField] Error 2
/usr/bin/ld: warning: libPstream.so, needed by /home/xxxx/OpenFOAM/OpenFOAM-1.5-dev/lib/linux64GccDPOpt/libOpenFOAM.so, not found (try using -rpath or -rpath-link)

Therefore the directory /OpenFOAM/OpenFOAM-1.5-dev/applications/bin/linux64GccDPOpt/ is empty and foamInstallationTest says:

icoFoam
WARNING: Conflicting installations:
OpenFOAM settings : /home/xxxx/OpenFOAM/OpenFOAM-1.5-dev/applications/bin/linux64GccDPOpt/icoFoam
current path :
CRITICAL ERROR

I don't know how to solve this problem, because I could install OpenFOAM 1.5 and 1.6 without problems.

Does anybody know a answer to my question?

Thanks
OFU is offline   Reply With Quote

Old   July 7, 2010, 02:33
Default
  #2
Senior Member
 
Gijsbert Wierink
Join Date: Mar 2009
Posts: 383
Rep Power: 18
gwierink is on a distinguished road
Hi Jennifer,

Quote:
Is there already a 1.6-dev version?
There is the extend project, where you can click on the svn link to sourceforge. Perhaps someone of the extend team can comment in more detail?

Quote:
Is there a possibility to download OpenFoam 1.6.x with a Windows system?
Yes, git works also under Windows. Just go to the git download page, get git, and then get OpenFOAM-1.6.x.

Quote:
/usr/bin/ld: warning: libPstream.so, needed by /home/xxxx/OpenFOAM/OpenFOAM-1.5-dev/lib/linux64GccDPOpt/libOpenFOAM.so, not found (try using -rpath or -rpath-link)
It looks like PStream did not compile properly. Probably it is best to clean (with rmdepall and wcleanLnIncludeAll) and then go through the Allwmake script line by line. There may be something that did not compile or link before PStream. Perhaps something in ThirdParty?

Hope this is of any help
__________________
Regards, Gijs
gwierink is offline   Reply With Quote

Old   October 25, 2010, 07:41
Default
  #3
Member
 
Nick Gardiner
Join Date: Apr 2009
Location: Chichester, UK
Posts: 94
Rep Power: 17
NickG is on a distinguished road
Hi Gijs

It's nice to see that some members of the non dev/extend team can still be helpful to those of us that use it without ranting (Alberto)! Thanks.

Jennifer - just to make sure you realise that .x and -dev are two different things.

Nick
NickG 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 1.5 dev LVDH OpenFOAM 98 May 5, 2010 17:01
Change in triangle::intersection breaks stitchMesh in 1.5 and 1.6 gschaider OpenFOAM Bugs 7 February 12, 2010 09:21
[OpenFOAM] Paraview/Parafoam in OpenFoam 1.5 dev titio ParaView 0 December 9, 2009 12:13
[OpenFOAM] Paraview/Parafoam in OpenFoam 1.5 dev titio ParaView 0 December 9, 2009 12:12
ChtMuliRegionFoam-Case (OF 1.6 Tutorial-case -> OF 1.5) suitup OpenFOAM 15 November 11, 2009 12:43


All times are GMT -4. The time now is 08:54.