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

Installing 1.6- no more scotch?

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   July 30, 2009, 12:04
Default Installing 1.6- no more scotch?
  #1
New Member
 
Join Date: Jul 2009
Posts: 2
Rep Power: 0
Weisswurst is on a distinguished road
Hi!

I'm currently installing OpenFoam or at least try to...
I tracked the problem down to some modules which can't be compiled.
One is for example decompositionMethods.

Code:
marco@marco-vm:~/OpenFOAM/OpenFOAM-1.6.x/src/decompositionMethods$ ./Allwmake 
+ wmake libso decompositionMethods
/usr/bin/ld: cannot find -lscotch
collect2: ld gab 1 als Ende-Status zurück
make: *** [/home/marco/OpenFOAM/OpenFOAM-1.6.x/lib/linuxGccDPOpt/libdecompositionMethods.so] Fehler 1
+ [ -d /home/marco/OpenFOAM/OpenFOAM-1.6.x/lib/linuxGccDPOpt/openmpi-1.3.3 ]
+ WM_OPTIONS=linuxGccDPOptOPENMPI
+ wmake libso parMetisDecomp
/usr/bin/ld: cannot find -lmetis-parmetis
collect2: ld gab 1 als Ende-Status zurück
make: *** [/home/marco/OpenFOAM/OpenFOAM-1.6.x/lib/linuxGccDPOpt/openmpi-1.3.3/libparMetisDecompositionMethod.so] Fehler 1
marco@marco-vm:~/OpenFOAM/OpenFOAM-1.6.x/src/decompositionMethods$
But as far as I can see scotch is a part of this decompositionMethods.

Code:
tree decompositionMethods
decompositionMethods
|-- Make
|   |-- files
|   |-- linuxGccDPOpt
|   |   |-- decompositionMethod.o
|   |   |-- dependencies
|   |   |-- dependencyFiles
|   |   |-- dontIncludeDeps
|   |   |-- files
|   |   |-- filesMacros
|   |   |-- geomDecomp.o
|   |   |-- hierarchGeomDecomp.o
|   |   |-- includeDeps
|   |   |-- localObjectFiles
|   |   |-- manualDecomp.o
|   |   |-- metisDecomp.o
|   |   |-- objectFiles
|   |   |-- options
|   |   |-- scotchDecomp.o
|   |   |-- simpleGeomDecomp.o
|   |   `-- sourceFiles
|   `-- options
|-- decompositionMethod
|   |-- decompositionMethod.C
|   |-- decompositionMethod.H
|   `-- decompositionMethod.dep
|-- geomDecomp
|   |-- geomDecomp.C
|   |-- geomDecomp.H
|   `-- geomDecomp.dep
|-- hierarchGeomDecomp
|   |-- hierarchGeomDecomp.C
|   |-- hierarchGeomDecomp.H
|   `-- hierarchGeomDecomp.dep
|-- lnInclude
|   |-- decompositionMethod.C -> ../decompositionMethod/decompositionMethod.C
|   |-- decompositionMethod.H -> ../decompositionMethod/decompositionMethod.H
|   |-- geomDecomp.C -> ../geomDecomp/geomDecomp.C
|   |-- geomDecomp.H -> ../geomDecomp/geomDecomp.H
|   |-- hierarchGeomDecomp.C -> ../hierarchGeomDecomp/hierarchGeomDecomp.C
|   |-- hierarchGeomDecomp.H -> ../hierarchGeomDecomp/hierarchGeomDecomp.H
|   |-- manualDecomp.C -> ../manualDecomp/manualDecomp.C
|   |-- manualDecomp.H -> ../manualDecomp/manualDecomp.H
|   |-- metisDecomp.C -> ../metisDecomp/metisDecomp.C
|   |-- metisDecomp.H -> ../metisDecomp/metisDecomp.H
|   |-- scotchDecomp.C -> ../scotchDecomp/scotchDecomp.C
|   |-- scotchDecomp.H -> ../scotchDecomp/scotchDecomp.H
|   |-- simpleGeomDecomp.C -> ../simpleGeomDecomp/simpleGeomDecomp.C
|   |-- simpleGeomDecomp.H -> ../simpleGeomDecomp/simpleGeomDecomp.H
|   `-- uptodate
|-- manualDecomp
|   |-- manualDecomp.C
|   |-- manualDecomp.H
|   `-- manualDecomp.dep
|-- metisDecomp
|   |-- metisDecomp.C
|   |-- metisDecomp.H
|   `-- metisDecomp.dep
|-- scotchDecomp
|   |-- scotchDecomp.C
|   |-- scotchDecomp.H
|   `-- scotchDecomp.dep
`-- simpleGeomDecomp
    |-- simpleGeomDecomp.C
    |-- simpleGeomDecomp.H
    `-- simpleGeomDecomp.dep

10 directories, 55 files
Weisswurst is offline   Reply With Quote

Old   July 30, 2009, 13:04
Default
  #2
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

I have not reached 1.6 jet, however the error suggests to me that you have had problems compiling your ThirdParty software.

Good luck,

Niels
ngj is offline   Reply With Quote

Old   July 30, 2009, 15:03
Default
  #3
Senior Member
 
Mattijs Janssens
Join Date: Mar 2009
Posts: 1,419
Rep Power: 26
mattijs is on a distinguished road
Did you go download the thirdparty directory and do an ./Allwmake in there? That should build scotch.
mattijs is offline   Reply With Quote

Old   July 31, 2009, 11:00
Default
  #4
New Member
 
Join Date: Jul 2009
Posts: 2
Rep Power: 0
Weisswurst is on a distinguished road
Ah, well I compiled the ThirdParty stuff but didn't regocniced one error due missing bison installation.

Thx for the hint!
Weisswurst 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
Installing OF 1.6 on Mac OS X gschaider OpenFOAM Installation 129 June 19, 2010 09:23
problems with installing OpenFOAM 1.6 su_junwei OpenFOAM Installation 8 September 10, 2009 12:54
Problems Installing OF 1.6 32 bit bucksfan OpenFOAM Installation 19 August 4, 2009 01:36
OpenFOAM Version 1.6 Released opencfd OpenFOAM Announcements from ESI-OpenCFD 0 July 27, 2009 17:55
Installing as root in opt bastil OpenFOAM Installation 8 October 22, 2008 02:54


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