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

OpenFOAM-1.6 installation on Centos5.4 x86_64 Cluster

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

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   April 7, 2010, 11:58
Default OpenFOAM-1.6 installation on Centos5.4 x86_64 Cluster
  #1
New Member
 
Join Date: Apr 2010
Posts: 17
Rep Power: 16
dhoom is on a distinguished road
Hello Friends,

By quirk of fate I am now an admin on a small univ. cluster eventhough I am a newbie with Linux and Clustering.

I am trying to install OpenFOAM-1.6 on the head-node of a cluster based on Centos5.4 x86_64. The directory in NSF shared. I downloaded the 2 source files named 1) OpenFOAM-1.6.General.gtgz and 2) ThirdParty-1.6.General.gtgz .

I have changed the bashrc and settings file to include mpi as I am using NSF shared MPICH2. I am getting error during ./Allwmake and I have attached the log file for review.

Thanks,

Dhoom
Attached Files
File Type: txt log.txt (67.5 KB, 6 views)
dhoom is offline   Reply With Quote

Old   April 8, 2010, 05:16
Default
  #2
Assistant Moderator
 
Bernhard Gschaider
Join Date: Mar 2009
Posts: 4,225
Rep Power: 51
gschaider will become famous soon enoughgschaider will become famous soon enough
Quote:
Originally Posted by dhoom View Post
Hello Friends,

By quirk of fate I am now an admin on a small univ. cluster eventhough I am a newbie with Linux and Clustering.

I am trying to install OpenFOAM-1.6 on the head-node of a cluster based on Centos5.4 x86_64. The directory in NSF shared. I downloaded the 2 source files named 1) OpenFOAM-1.6.General.gtgz and 2) ThirdParty-1.6.General.gtgz .

I have changed the bashrc and settings file to include mpi as I am using NSF shared MPICH2. I am getting error during ./Allwmake and I have attached the log file for review.

Thanks,

Dhoom
Obviously the compiler doesn't find mpio.h (don't have MPICH so I can't help you where to find it). Check the wmake/rules/YourArchitecture/mpiYourImplementation that the paths there are correct.

About the second error: strange. Which g++ are you using? The one that comes with CentOS is 4.1 (which might not work with OF 1.6) BUT you can install 4.4 from the standard-repositories (but the best guess would be to use the 4.3 that comes in ThirdParty)

Bernhard
gschaider is offline   Reply With Quote

Old   April 8, 2010, 09:53
Default
  #3
New Member
 
Join Date: Apr 2010
Posts: 17
Rep Power: 16
dhoom is on a distinguished road
Bernhard,

I will check the paths to mpio.h are correct. I am using the third party module I guess for g++ as I have not specified anywhere to use system compilers.

Thanks for the feedback.
dhoom is offline   Reply With Quote

Old   April 12, 2010, 02:30
Default
  #4
New Member
 
Join Date: Apr 2010
Posts: 17
Rep Power: 16
dhoom is on a distinguished road
I have changed the settings.sh option to use Openfoam compilers and it seems I am getting a libPstream.so error and also errors in the Scotch package. Please find a log file attached.

hmm... where is my Johny Walker, I need it now...
Attached Files
File Type: txt log.txt (16.2 KB, 6 views)
dhoom is offline   Reply With Quote

Old   April 12, 2010, 06:41
Default
  #5
Assistant Moderator
 
Bernhard Gschaider
Join Date: Mar 2009
Posts: 4,225
Rep Power: 51
gschaider will become famous soon enoughgschaider will become famous soon enough
Quote:
Originally Posted by dhoom View Post
I have changed the settings.sh option to use Openfoam compilers and it seems I am getting a libPstream.so error and also errors in the Scotch package. Please find a log file attached.

hmm... where is my Johny Walker, I need it now...
I think it's rather obvious: mpich.a was not compiles -fPIC to make it reloacatable and therefor the linker refuses to link it.

Bernhard
gschaider is offline   Reply With Quote

Old   April 14, 2010, 02:21
Default
  #6
New Member
 
Join Date: Apr 2010
Posts: 17
Rep Power: 16
dhoom is on a distinguished road
any solutions?

Thanks,

D
dhoom is offline   Reply With Quote

Old   April 14, 2010, 12:39
Default
  #7
Assistant Moderator
 
Bernhard Gschaider
Join Date: Mar 2009
Posts: 4,225
Rep Power: 51
gschaider will become famous soon enoughgschaider will become famous soon enough
Quote:
Originally Posted by dhoom View Post
any solutions?

Thanks,

D
Recompile MPICH or use the OpenMPI that comes with OF
gschaider is offline   Reply With Quote

Old   April 15, 2010, 01:31
Default
  #8
New Member
 
Join Date: Apr 2010
Posts: 17
Rep Power: 16
dhoom is on a distinguished road
Quote:
Originally Posted by gschaider View Post
Recompile MPICH or use the OpenMPI that comes with OF
Thanks, OK will do, do I need to recompile MPICH with any particular options, in the past I used ch3:ssm.

Dhoom
dhoom is offline   Reply With Quote

Old   April 15, 2010, 04:42
Default
  #9
Assistant Moderator
 
Bernhard Gschaider
Join Date: Mar 2009
Posts: 4,225
Rep Power: 51
gschaider will become famous soon enoughgschaider will become famous soon enough
Quote:
Originally Posted by dhoom View Post
Thanks, OK will do, do I need to recompile MPICH with any particular options, in the past I used ch3:ssm.
Keep that. The thing you have to make sure is that everything is compiled with the -fPIC-option.

This is the relevant section from your log:
Code:
/usr/bin/ld: /usr/cluster/mpich2-1.2.1/lib/libmpich.a(allreduce.o): relocation R_X86_64_32 against `a local symbol' can not be used when making a shared object; recompile with -fPIC
gschaider 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
Cross-compiling OpenFOAM 1.6 on Linux for Windows 32 and 64bits with Mingw-w64 wyldckat OpenFOAM Announcements from Other Sources 7 January 19, 2010 15:39
OpenFOAM 1.6 installation in Ubuntu 9.1 jsm OpenFOAM Installation 4 January 3, 2010 22:53
Problem installing OpenFOAM 1.5 installation on RHEL 4. vwsj84 OpenFOAM Installation 4 April 23, 2009 04:48
64bitrhel5 OF installation instructions mirko OpenFOAM Installation 2 August 12, 2008 18:07
Adventure of fisrst openfoam installation on Ubuntu 710 jussi OpenFOAM Installation 0 April 24, 2008 14:25


All times are GMT -4. The time now is 04:46.