[cig-commits] [commit] QA: build: Remove scotch from specfem2d Makefile. (e7178cc)

cig_noreply at geodynamics.org cig_noreply at geodynamics.org
Mon Jan 20 11:49:13 PST 2014


Repository : ssh://geoshell/specfem2d

On branch  : QA
Link       : https://github.com/geodynamics/specfem2d/compare/28743f19b9f9fdb75d359c135053825c0ffd05b3...5e8aa55e68fd17b6f475fb65531b84195e497aa1

>---------------------------------------------------------------

commit e7178cc23bd786f5e977eccb6800b8d2f715f27f
Author: Elliott Sales de Andrade <esalesde at physics.utoronto.ca>
Date:   Mon Jan 6 01:52:40 2014 -0500

    build: Remove scotch from specfem2d Makefile.
    
    It's only used in the mesher, and the search path was wrong when used
    here anyway.


>---------------------------------------------------------------

e7178cc23bd786f5e977eccb6800b8d2f715f27f
 src/specfem2D/Makefile.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/specfem2D/Makefile.in b/src/specfem2D/Makefile.in
index eeaadd7..888f8d2 100644
--- a/src/specfem2D/Makefile.in
+++ b/src/specfem2D/Makefile.in
@@ -62,7 +62,7 @@ CPPFLAGS = @CPPFLAGS@ $(COND_MPI_CPPFLAGS)
 CFLAGS = @CFLAGS@ $(CPPFLAGS) -I../../setup
 
 ## serial or parallel
- at COND_MPI_TRUE@F90 = $(MPIFC) $(FCFLAGS) @FC_DEFINE at USE_MPI @FC_DEFINE at USE_SCOTCH -I"@SCOTCH_INCLUDEDIR@" $(MPILIBS)
+ at COND_MPI_TRUE@F90 = $(MPIFC) $(FCFLAGS) @FC_DEFINE at USE_MPI $(MPILIBS)
 @COND_MPI_FALSE at F90 = $(FC) $(FCFLAGS)
 
 



More information about the CIG-COMMITS mailing list