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

Install OF-1.5.x or OF-1.5-dev

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   April 23, 2009, 11:26
Default Install OF-1.5.x or OF-1.5-dev
  #1
Member
 
Hy Yu
Join Date: Mar 2009
Location: Hessen, Germany
Posts: 34
Rep Power: 17
ttdtud is on a distinguished road
I have tried to install OF-1.5.x and OF-1.5-dev. At the first step i want to compile OF-1.5.x(OF-1.5-dev)/src. For both i have the same errors:

for compiling "decompositionAgglomeration"
it cannot find
"-lmetis,
-lmetis-parmetis
-lMGridGen"

and for compiling "autoMesh"
it cannot find
"-ldecompositionMethods"

What are they and what should i do now?

Any help will be appreciated gratefully!!!
ttdtud is offline   Reply With Quote

Old   April 24, 2009, 03:24
Default Install OF-1.5.x or OF-1.5-dev
  #2
Senior Member
 
Mark Olesen
Join Date: Mar 2009
Location: https://olesenm.github.io/
Posts: 1,685
Rep Power: 40
olesen has a spectacular aura aboutolesen has a spectacular aura about
Did you build ThirdParty sources first?
In the main Allwmake file:

Code:
#!/bin/sh
cd ${0%/*} || exit 1 # run from this directory
set -x
 
# wmake is required for subsequent targets
( cd wmake/src && make )
 
# build ThirdParty sources
( cd $WM_THIRD_PARTY_DIR && ./Allwmake )
 
src/Allwmake
applications/Allwmake
 
if [ "$1" = doc ]
then
    doc/Allwmake
fi
olesen is offline   Reply With Quote

Reply


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
CFX11 + Fortran compiler ? Mohan CFX 20 March 30, 2011 18:56
Problem installing OpenFOAM 1.5 installation on RHEL 4. vwsj84 OpenFOAM Installation 4 April 23, 2009 04:48
OpenFOAM 15 and CentOS 52 installation issues remrich OpenFOAM Bugs 9 March 20, 2009 01:48
P4 1.5 or Dual P3 800EB on Gibabyte board Danial FLUENT 4 September 12, 2001 11:44
CFX4.3 -build analysis form Chie Min CFX 5 July 12, 2001 23:19


All times are GMT -4. The time now is 02:58.