From f240122ab080fd467bf6a4102684ac3fb991675d Mon Sep 17 00:00:00 2001 From: graham Date: Wed, 20 Oct 2010 15:16:36 +0100 Subject: [PATCH] COMP: Using scotch 5.1.10a include files to match libs. --- src/parallel/decompose/ptscotchDecomp/Make/options | 2 +- src/parallel/decompose/scotchDecomp/Make/options | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/parallel/decompose/ptscotchDecomp/Make/options b/src/parallel/decompose/ptscotchDecomp/Make/options index 488f5ef3bb..f3fa4b92b5 100644 --- a/src/parallel/decompose/ptscotchDecomp/Make/options +++ b/src/parallel/decompose/ptscotchDecomp/Make/options @@ -3,7 +3,7 @@ sinclude $(RULES)/mplib$(WM_MPLIB) EXE_INC = \ $(PFLAGS) $(PINC) \ - -I$(WM_THIRD_PARTY_DIR)/scotch_5.1/include \ + -I$(WM_THIRD_PARTY_DIR)/scotch_5.1.10a/include \ -I/usr/include/scotch \ -I../decompositionMethods/lnInclude diff --git a/src/parallel/decompose/scotchDecomp/Make/options b/src/parallel/decompose/scotchDecomp/Make/options index 2f01188ac6..10374b63c3 100644 --- a/src/parallel/decompose/scotchDecomp/Make/options +++ b/src/parallel/decompose/scotchDecomp/Make/options @@ -1,5 +1,5 @@ EXE_INC = \ - -I$(WM_THIRD_PARTY_DIR)/scotch_5.1/include \ + -I$(WM_THIRD_PARTY_DIR)/scotch_5.1.10a/include \ -I/usr/include/scotch \ -I../decompositionMethods/lnInclude