[cig-commits] commit: Add new files to wscript

Mercurial hg at geodynamics.org
Thu Jun 7 13:35:50 PDT 2012


changeset:   266:4231b0b0c024
user:        Sylvain Barbot <sbarbot at caltech.edu>
date:        Tue May 01 15:16:20 2012 -0700
files:       wscript
description:
Add new files to wscript


diff -r 8e656c4c1517 -r 4231b0b0c024 wscript
--- a/wscript	Tue May 01 15:15:15 2012 -0700
+++ b/wscript	Tue May 01 15:16:20 2012 -0700
@@ -36,6 +36,7 @@ def build(bld):
                         'src/StokesFACOps/StokesFACOps.C',
                         'src/StokesFACOps/computeCompositeResidualOnLevel.C',
                         'src/StokesFACOps/residual_2D.C',
+                        'src/StokesFACOps/residual_3D.C',
                         'src/StokesFACOps/computeResidualNorm.C',
                         'src/StokesFACOps/computeVectorWeights.C',
                         'src/StokesFACOps/deallocateOperatorState.C',
@@ -47,9 +48,11 @@ def build(bld):
                         'src/StokesFACOps/restrictSolution.C',
                         'src/StokesFACOps/smoothError.C',
                         'src/StokesFACOps/smooth_Tackley_2D.C',
+                        'src/StokesFACOps/smooth_Tackley_3D.C',
                         'src/StokesFACOps/set_boundaries.C',
                         'src/StokesFACOps/solveCoarsestLevel.C',
                         'src/StokesFACOps/smooth_V_2D.C',
+                        'src/StokesFACOps/smooth_V_3D.C',
                         'src/StokesFACOps/xeqScheduleGhostFill.C',
                         'src/StokesFACOps/xeqScheduleGhostFillNoCoarse.C',
                         'src/StokesFACOps/xeqScheduleProlongation.C',
@@ -70,9 +73,9 @@ def build(bld):
                         'src/StokesHypreSolver.C'],
 
         target       = 'gamr',
-        # cxxflags      = ['-std=c++0x','-g','-D_GLIBCXX_DEBUG'],
+        # cxxflags      = ['-std=c++0x','-g'],
         cxxflags      = ['-O3', '-Wall', '-Wextra', '-Wconversion',
-                         '-DTESTING=0'],
+                        '-DTESTING=0'],
         lib          = ['SAMRAI_appu', 'SAMRAI_algs', 'SAMRAI_solv',
                         'SAMRAI_geom', 'SAMRAI_mesh', 'SAMRAI_math',
                         'SAMRAI_pdat', 'SAMRAI_xfer', 'SAMRAI_hier',



More information about the CIG-COMMITS mailing list