Skip to content

Commit

Permalink
Merge branch 'master' of github.com:OpenFOAM/OpenFOAM-2.3.x
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris Greenshields committed May 19, 2015
2 parents dd364b1 + cc267ba commit d071036
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions etc/config/CGAL.csh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# ========= |
# \\ / F ield | OpenFOAM: The Open Source CFD Toolbox
# \\ / O peration |
# \\ / A nd | Copyright (C) 2014 OpenFOAM Foundation
# \\ / A nd | Copyright (C) 2014-2015 OpenFOAM Foundation
# \\/ M anipulation |
#------------------------------------------------------------------------------
# License
Expand Down Expand Up @@ -30,7 +30,7 @@
##------------------------------------------------------------------------------

set boost_version=boost-system
set cgal_version=CGAL-4.3
set cgal_version=CGAL-4.6

setenv BOOST_ARCH_PATH $WM_THIRD_PARTY_DIR/platforms/$WM_ARCH$WM_COMPILER/$boost_version
setenv CGAL_ARCH_PATH $WM_THIRD_PARTY_DIR/platforms/$WM_ARCH$WM_COMPILER/$cgal_version
Expand Down
4 changes: 2 additions & 2 deletions etc/config/CGAL.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# ========= |
# \\ / F ield | OpenFOAM: The Open Source CFD Toolbox
# \\ / O peration |
# \\ / A nd | Copyright (C) 2014 OpenFOAM Foundation
# \\ / A nd | Copyright (C) 2014-2015 OpenFOAM Foundation
# \\/ M anipulation |
#------------------------------------------------------------------------------
# License
Expand Down Expand Up @@ -30,7 +30,7 @@
#------------------------------------------------------------------------------

boost_version=boost-system
cgal_version=CGAL-4.3
cgal_version=CGAL-4.6

export BOOST_ARCH_PATH=$WM_THIRD_PARTY_DIR/platforms/$WM_ARCH$WM_COMPILER/$boost_version
export CGAL_ARCH_PATH=$WM_THIRD_PARTY_DIR/platforms/$WM_ARCH$WM_COMPILER/$cgal_version
Expand Down
4 changes: 2 additions & 2 deletions etc/config/scotch.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# ========= |
# \\ / F ield | OpenFOAM: The Open Source CFD Toolbox
# \\ / O peration |
# \\ / A nd | Copyright (C) 2011-2012 OpenFOAM Foundation
# \\ / A nd | Copyright (C) 2011-2015 OpenFOAM Foundation
# \\/ M anipulation |
#------------------------------------------------------------------------------
# License
Expand Down Expand Up @@ -33,7 +33,7 @@
# during the wmake process
#------------------------------------------------------------------------------

export SCOTCH_VERSION=scotch_6.0.0
export SCOTCH_VERSION=scotch_6.0.3
export SCOTCH_ARCH_PATH=$WM_THIRD_PARTY_DIR/platforms/$WM_ARCH$WM_COMPILER/$SCOTCH_VERSION

# -----------------------------------------------------------------------------
2 changes: 1 addition & 1 deletion etc/config/settings.csh
Original file line number Diff line number Diff line change
Expand Up @@ -357,7 +357,7 @@ case SYSTEMOPENMPI:
breaksw

case OPENMPI:
setenv FOAM_MPI openmpi-1.6.5
setenv FOAM_MPI openmpi-1.8.5
# optional configuration tweaks:
_foamSource `$WM_PROJECT_DIR/bin/foamEtcFile config/openmpi.csh`

Expand Down
2 changes: 1 addition & 1 deletion etc/config/settings.sh
Original file line number Diff line number Diff line change
Expand Up @@ -377,7 +377,7 @@ SYSTEMOPENMPI)
;;

OPENMPI)
export FOAM_MPI=openmpi-1.6.5
export FOAM_MPI=openmpi-1.8.5
# optional configuration tweaks:
_foamSource `$WM_PROJECT_DIR/bin/foamEtcFile config/openmpi.sh`

Expand Down
2 changes: 1 addition & 1 deletion src/parallel/decompose/ptscotchDecomp/Make/options
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ EXE_INC = \
-I../decompositionMethods/lnInclude

LIB_LIBS = \
-L$(SCOTCH_ROOT)/lib -L$(FOAM_EXT_LIBBIN)/$(FOAM_MPI) -lptscotch -lptscotcherrexit ${LINK_FLAGS} -lrt
-L$(SCOTCH_ROOT)/lib -L$(FOAM_EXT_LIBBIN)/$(FOAM_MPI) -lptscotch -lptscotcherrexit -lscotch ${LINK_FLAGS} -lrt

0 comments on commit d071036

Please sign in to comment.