View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0000770 | ThirdParty | Bug | public | 2013-03-07 21:00 | 2013-03-13 15:15 |
Reporter | albertop | Assigned To | |||
Priority | normal | Severity | minor | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Platform | Linux | OS | openSUSE | OS Version | 12.2 |
Summary | 0000770: SCOTCH does not build out of the box | ||||
Description | The source code for scotch is provided as a compressed archive and not extracted automatically, which leads to a compilation error when ./Allwmake is run in the top OpenFOAM-2.2.x directory. A similar problem is encountered when running makeParaview, if the source code has not been extracted by hand. | ||||
Tags | No tags attached. | ||||
|
Yep, the ThirdParty package carries the 3 big tarballs inside it. The advantage is that it doesn't unpack ~20000 files in a single go... problem is that this is the first time it happens... at least when thinking back to OpenFOAM 1.6? A quick fix now would be to provide additional instructions in the "unpacking sources" section, such as: tar xzf OpenFOAM-2.2.0.tgz tar xzf ThirdParty-2.2.0.tgz If you choose to do custom builds of OpenFOAM's default ThirdParty packages of Open-MPI and Scotch: cd ThirdParty-2.2.0 tar xjf openmpi-1.6.3.tar.bz2 tar xzf scotch_6.0.0.tar.gz Then later on, before makeParaView: cd $WM_THIRD_PARTY_DIR tar xzf ParaView-3.12.0.gtgz ./makeParaView and similar for Fedora: cd $WM_THIRD_PARTY_DIR tar xzf ParaView-3.12.0.gtgz ./makeParaView -qmake $(which qmake-qt4) |
|
Thanks for the report - the ThirdParty source pack and associated md5sum have been updated |
Date Modified | Username | Field | Change |
---|---|---|---|
2013-03-07 21:00 | albertop | New Issue | |
2013-03-11 21:31 | wyldckat | Note Added: 0001971 | |
2013-03-11 21:32 | wyldckat | Note Edited: 0001971 | |
2013-03-13 15:15 |
|
Note Added: 0001995 | |
2013-03-13 15:15 |
|
Status | new => resolved |
2013-03-13 15:15 |
|
Resolution | open => fixed |
2013-03-13 15:15 |
|
Assigned To | => user2 |