CFD Online Discussion Forums

CFD Online Discussion Forums (https://www.cfd-online.com/Forums/)
-   OpenFOAM Installation (https://www.cfd-online.com/Forums/openfoam-installation/)
-   -   OF 1.5-dev / 1.6-dev (https://www.cfd-online.com/Forums/openfoam-installation/77844-1-5-dev-1-6-dev.html)

OFU July 6, 2010 04:48

OF 1.5-dev / 1.6-dev
 
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

gwierink July 7, 2010 02:33

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 :)

NickG October 25, 2010 07:41

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


All times are GMT -4. The time now is 03:55.