[cig-commits] [commit] rajesh-petsc-schur: added the definition of the constant CPPR, set to 1, for caps_per_proc_removal (e6c06ae)

cig_noreply at geodynamics.org cig_noreply at geodynamics.org
Wed Nov 5 19:04:48 PST 2014


Repository : https://github.com/geodynamics/citcoms

On branch  : rajesh-petsc-schur
Link       : https://github.com/geodynamics/citcoms/compare/464e1b32299b15819f93efd98d969cddb84dfe51...f97ae655a50bdbd6dac1923a3471ee4dae178fbd

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

commit e6c06ae140fd767e8fd696721f8bb3cbe8aed0e2
Author: Rajesh Kommu <rajesh.kommu at gmail.com>
Date:   Fri Sep 12 15:14:48 2014 -0700

    added the definition of the constant CPPR, set to 1, for caps_per_proc_removal


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

e6c06ae140fd767e8fd696721f8bb3cbe8aed0e2
 bin/Citcom.c      | 2 ++
 lib/global_defs.h | 2 +-
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/bin/Citcom.c b/bin/Citcom.c
index f2bdb1a..182dd22 100644
--- a/bin/Citcom.c
+++ b/bin/Citcom.c
@@ -40,6 +40,8 @@
 
 extern int Emergency_stop;
 
+const int CPPR = 1;
+
 void solver_init(struct All_variables *E);
 
 int main(argc,argv)
diff --git a/lib/global_defs.h b/lib/global_defs.h
index f2814f3..a783ca4 100644
--- a/lib/global_defs.h
+++ b/lib/global_defs.h
@@ -61,7 +61,7 @@ extern "C" {
 
 #else
 
-
+extern const int CPPR;
 
 
 /* Macros */



More information about the CIG-COMMITS mailing list