View Issue Details

IDProjectCategoryView StatusLast Update
0001719OpenFOAMBugpublic2015-05-29 09:43
Reporterjherb Assigned Tohenry  
PrioritynormalSeverityminorReproducibilityalways
Status resolvedResolutionfixed 
PlatformAllOSAllOS VersionAll
Summary0001719: SCOTCH_ROOT not set in bashrc
DescriptionThe environment variable SCOTCH_ROOT which is needed for the compilation scotchDecomp (https://github.com/OpenFOAM/OpenFOAM-2.4.x/blob/master/src/parallel/decompose/scotchDecomp/Make/options) and ptscotchDecomp (https://github.com/OpenFOAM/OpenFOAM-2.4.x/blob/master/src/parallel/decompose/ptscotchDecomp/Make/options) is not set by default (e.g. in $WM_PROJECT_DIR/etc/bashrc)

Adding the following line to $WM_PROJECT_DIR/etc/bashrc fixes the problem:

export SCOTCH_ROOT=$WM_PROJECT_DIR/../ThirdParty-2.4.0/scotch_6.0.3/
TagsNo tags attached.

Activities

henry

2015-05-29 09:43

manager   ~0004835

SCOTCH_ROOT is set as required by the src/parallel/decompose/Allwmake script. So to compile scotchDecomp you need to run the Allwmake script in the src/parallel/decompose directory.

Issue History

Date Modified Username Field Change
2015-05-29 09:37 jherb New Issue
2015-05-29 09:43 henry Note Added: 0004835
2015-05-29 09:43 henry Status new => resolved
2015-05-29 09:43 henry Resolution open => fixed
2015-05-29 09:43 henry Assigned To => henry