[cig-commits] [commit] rajesh-petsc-schur: Got rid of an overlooked caps_per_proc for loop in Full_parallel_related.c (14bf836)

cig_noreply at geodynamics.org cig_noreply at geodynamics.org
Wed Nov 5 19:09:36 PST 2014


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

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

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

commit 14bf836b448747f25a55f9530aa83f23df2cd4d2
Author: Rajesh Kommu <rajesh.kommu at gmail.com>
Date:   Thu Sep 18 11:37:34 2014 -0700

    Got rid of an overlooked caps_per_proc for loop in Full_parallel_related.c


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

14bf836b448747f25a55f9530aa83f23df2cd4d2
 lib/Full_parallel_related.c | 2 --
 1 file changed, 2 deletions(-)

diff --git a/lib/Full_parallel_related.c b/lib/Full_parallel_related.c
index c5a0d43..d7cc1a3 100644
--- a/lib/Full_parallel_related.c
+++ b/lib/Full_parallel_related.c
@@ -719,13 +719,11 @@ void full_parallel_communication_routs_v(E)
       for (k=1;k<=E->parallel.TNUM_PASSz[lev];k++)   {
 	kkkp = k + E->sphere.max_connections;
 	fprintf(E->fp_out,"proc %d and pass  %d to proc %d\n",E->parallel.me,k,E->parallel.PROCESSORz[lev].pass[k]);
-	for (m=1;m<=E->sphere.caps_per_proc;m++)  {
 	  fprintf(E->fp_out,"cap=%d eqn=%d node=%d\n",E->sphere.capid[CPPR],E->parallel.NUM_NEQ[lev][CPPR].pass[kkkp],E->parallel.NUM_NODE[lev][CPPR].pass[kkkp]);
 	  for (ii=1;ii<=E->parallel.NUM_NEQ[lev][CPPR].pass[kkkp];ii++) 
 	    fprintf(E->fp_out,"%d %d\n",ii,E->parallel.EXCHANGE_ID[lev][CPPR][ii].pass[kkkp]); 
 	  for (ii=1;ii<=E->parallel.NUM_NODE[lev][CPPR].pass[kkkp];ii++) 
 	    fprintf(E->fp_out,"%d %d\n",ii,E->parallel.EXCHANGE_NODE[lev][CPPR][ii].pass[kkkp]); 
-	}
       }
     }
     fflush(E->fp_out);



More information about the CIG-COMMITS mailing list