[cig-commits] r5252 - in long/3D/Gale/trunk: . src/Gale/libGale/src src/PICellerator/libPICellerator/src src/StGermain/Base/src src/StGermain/Discretisation/src src/StgFEM/Assembly/src src/StgFEM/Discretisation/src src/StgFEM/SLE/LinearAlgebra/PETSc src/StgFEM/SLE/src src/StgFEM/libStG_FEM/src src/Underworld/libUnderworld/src

walter at geodynamics.org walter at geodynamics.org
Mon Nov 13 13:24:55 PST 2006


Author: walter
Date: 2006-11-13 13:24:54 -0800 (Mon, 13 Nov 2006)
New Revision: 5252

Modified:
   long/3D/Gale/trunk/
   long/3D/Gale/trunk/src/Gale/libGale/src/Init.c
   long/3D/Gale/trunk/src/PICellerator/libPICellerator/src/Init.c
   long/3D/Gale/trunk/src/StGermain/Base/src/Init.c
   long/3D/Gale/trunk/src/StGermain/Discretisation/src/Init.c
   long/3D/Gale/trunk/src/StgFEM/Assembly/src/Init.c
   long/3D/Gale/trunk/src/StgFEM/Discretisation/src/Init.c
   long/3D/Gale/trunk/src/StgFEM/SLE/LinearAlgebra/PETSc/Init.c
   long/3D/Gale/trunk/src/StgFEM/SLE/src/Init.c
   long/3D/Gale/trunk/src/StgFEM/libStG_FEM/src/Init.c
   long/3D/Gale/trunk/src/Underworld/libUnderworld/src/Init.c
Log:
 r1069 at earth:  boo | 2006-11-12 23:33:09 -0800
 make output clean even with multiple processors



Property changes on: long/3D/Gale/trunk
___________________________________________________________________
Name: svk:merge
   - 3a629746-de10-0410-b17b-fd6ecaaa963e:/cig:1068
   + 3a629746-de10-0410-b17b-fd6ecaaa963e:/cig:1069

Modified: long/3D/Gale/trunk/src/Gale/libGale/src/Init.c
===================================================================
--- long/3D/Gale/trunk/src/Gale/libGale/src/Init.c	2006-11-13 21:24:51 UTC (rev 5251)
+++ long/3D/Gale/trunk/src/Gale/libGale/src/Init.c	2006-11-13 21:24:54 UTC (rev 5252)
@@ -85,10 +85,10 @@
 	
 	Journal_Printf( Journal_Register( DebugStream_Type, "Context" ), "In: %s\n", __func__ ); /* DO NOT CHANGE OR REMOVE */
 	tmp = Stream_GetPrintingRank( Journal_Register( InfoStream_Type, "Context" ) );
-	Stream_SetPrintingRank( Journal_Register( InfoStream_Type, "Context" ), 1 );
-	Journal_Printf( /* DO NOT CHANGE OR REMOVE */
-		Journal_Register( InfoStream_Type, "Context" ), 
-		"Gale (Geodynamics framework) revision %s. Copyright (C) 2005-2006 California Institute of Technology.\n");
+	Stream_SetPrintingRank( Journal_Register( InfoStream_Type, "Context" ), 0 );
+	Journal_PrintfL( /* DO NOT CHANGE OR REMOVE */
+                        Journal_Register( InfoStream_Type, "Context" ), 2,
+                        "Gale (Geodynamics framework) revision %s. Copyright (C) 2005-2006 California Institute of Technology.\n");
 	Stream_Flush( Journal_Register( InfoStream_Type, "Context" ) );
 	Stream_SetPrintingRank( Journal_Register( InfoStream_Type, "Context" ), tmp );
 

Modified: long/3D/Gale/trunk/src/PICellerator/libPICellerator/src/Init.c
===================================================================
--- long/3D/Gale/trunk/src/PICellerator/libPICellerator/src/Init.c	2006-11-13 21:24:51 UTC (rev 5251)
+++ long/3D/Gale/trunk/src/PICellerator/libPICellerator/src/Init.c	2006-11-13 21:24:54 UTC (rev 5252)
@@ -63,10 +63,10 @@
 	
 	Journal_Printf( Journal_Register( DebugStream_Type, "Context" ), "In: %s\n", __func__ ); /* DO NOT CHANGE OR REMOVE */
 	tmp = Stream_GetPrintingRank( Journal_Register( InfoStream_Type, "Context" ) );
-	Stream_SetPrintingRank( Journal_Register( InfoStream_Type, "Context" ), 1 );
-	Journal_Printf( /* DO NOT CHANGE OR REMOVE */
-		Journal_Register( InfoStream_Type, "Context" ), 
-		"Particle-In-Cellerator (FEM/PIC framework) revision %s. Copyright (C) 2005 VPAC & Monash Cluster Computing.\n", VERSION );
+	Stream_SetPrintingRank( Journal_Register( InfoStream_Type, "Context" ), 0 );
+	Journal_PrintfL( /* DO NOT CHANGE OR REMOVE */
+                        Journal_Register( InfoStream_Type, "Context" ), 2,
+                        "Particle-In-Cellerator (FEM/PIC framework) revision %s. Copyright (C) 2005 VPAC & Monash Cluster Computing.\n", VERSION );
 	Stream_Flush( Journal_Register( InfoStream_Type, "Context" ) );
 	Stream_SetPrintingRank( Journal_Register( InfoStream_Type, "Context" ), tmp );
 	

Modified: long/3D/Gale/trunk/src/StGermain/Base/src/Init.c
===================================================================
--- long/3D/Gale/trunk/src/StGermain/Base/src/Init.c	2006-11-13 21:24:51 UTC (rev 5251)
+++ long/3D/Gale/trunk/src/StGermain/Base/src/Init.c	2006-11-13 21:24:54 UTC (rev 5252)
@@ -49,10 +49,10 @@
 
 	Journal_Printf( Journal_Register( DebugStream_Type, "Context" ), "In: %s\n", __func__ ); /* DO NOT CHANGE OR REMOVE */
 	tmp = Stream_GetPrintingRank( Journal_Register( InfoStream_Type, "Context" ) );
-	Stream_SetPrintingRank( Journal_Register( InfoStream_Type, "Context" ), 1 );
-	Journal_Printf( /* DO NOT CHANGE OR REMOVE */
-		Journal_Register( InfoStream_Type, "Context" ), 
-		"StGermain Framework revision %s. Copyright (C) 2003-2005 VPAC.\n", VERSION );
+	Stream_SetPrintingRank( Journal_Register( InfoStream_Type, "Context" ), 0 );
+	Journal_PrintfL( /* DO NOT CHANGE OR REMOVE */
+                        Journal_Register( InfoStream_Type, "Context" ), 2,
+                        "StGermain Framework revision %s. Copyright (C) 2003-2005 VPAC.\n", VERSION );
 	Stream_Flush( Journal_Register( InfoStream_Type, "Context" ) );
 	Stream_SetPrintingRank( Journal_Register( InfoStream_Type, "Context" ), tmp );
 	

Modified: long/3D/Gale/trunk/src/StGermain/Discretisation/src/Init.c
===================================================================
--- long/3D/Gale/trunk/src/StGermain/Discretisation/src/Init.c	2006-11-13 21:24:51 UTC (rev 5251)
+++ long/3D/Gale/trunk/src/StGermain/Discretisation/src/Init.c	2006-11-13 21:24:54 UTC (rev 5252)
@@ -46,10 +46,10 @@
 	
 	Journal_Printf( Journal_Register( DebugStream_Type, "Context" ), "In: %s\n", __func__ ); /* DO NOT CHANGE OR REMOVE */
 	tmp = Stream_GetPrintingRank( Journal_Register( InfoStream_Type, "Context" ) );
-	Stream_SetPrintingRank( Journal_Register( InfoStream_Type, "Context" ), 1 );
-	Journal_Printf( /* DO NOT CHANGE OR REMOVE */
-		Journal_Register( InfoStream_Type, "Context" ), 
-		"StGermain Discretisation Library revision %s. Copyright (C) 2003-2005 VPAC.\n", VERSION );
+	Stream_SetPrintingRank( Journal_Register( InfoStream_Type, "Context" ), 0 );
+	Journal_PrintfL( /* DO NOT CHANGE OR REMOVE */
+                        Journal_Register( InfoStream_Type, "Context" ), 2,
+                        "StGermain Discretisation Library revision %s. Copyright (C) 2003-2005 VPAC.\n", VERSION );
 	Stream_Flush( Journal_Register( InfoStream_Type, "Context" ) );
 	Stream_SetPrintingRank( Journal_Register( InfoStream_Type, "Context" ), tmp );
 	

Modified: long/3D/Gale/trunk/src/StgFEM/Assembly/src/Init.c
===================================================================
--- long/3D/Gale/trunk/src/StgFEM/Assembly/src/Init.c	2006-11-13 21:24:51 UTC (rev 5251)
+++ long/3D/Gale/trunk/src/StgFEM/Assembly/src/Init.c	2006-11-13 21:24:54 UTC (rev 5252)
@@ -58,10 +58,10 @@
 	
 	Journal_Printf( Journal_Register( DebugStream_Type, "Context" ), "In: %s\n", __func__ ); /* DO NOT CHANGE OR REMOVE */
 	tmp = Stream_GetPrintingRank( Journal_Register( InfoStream_Type, "Context" ) );
-	Stream_SetPrintingRank( Journal_Register( InfoStream_Type, "Context" ), 1 );
-	Journal_Printf( /* DO NOT CHANGE OR REMOVE */
-		Journal_Register( InfoStream_Type, "Context" ), 
-		"StGermain FEM Assembly Library revision %s. Copyright (C) 2003-2005 VPAC.\n", VERSION );
+	Stream_SetPrintingRank( Journal_Register( InfoStream_Type, "Context" ), 0 );
+	Journal_PrintfL( /* DO NOT CHANGE OR REMOVE */
+                        Journal_Register( InfoStream_Type, "Context" ), 2,
+                        "StGermain FEM Assembly Library revision %s. Copyright (C) 2003-2005 VPAC.\n", VERSION );
 	Stream_Flush( Journal_Register( InfoStream_Type, "Context" ) );
 	Stream_SetPrintingRank( Journal_Register( InfoStream_Type, "Context" ), tmp );
 	

Modified: long/3D/Gale/trunk/src/StgFEM/Discretisation/src/Init.c
===================================================================
--- long/3D/Gale/trunk/src/StgFEM/Discretisation/src/Init.c	2006-11-13 21:24:51 UTC (rev 5251)
+++ long/3D/Gale/trunk/src/StgFEM/Discretisation/src/Init.c	2006-11-13 21:24:54 UTC (rev 5252)
@@ -74,10 +74,10 @@
 	
 	Journal_Printf( Journal_Register( DebugStream_Type, "Context" ), "In: %s\n", __func__ ); /* DO NOT CHANGE OR REMOVE */
 	tmp = Stream_GetPrintingRank( Journal_Register( InfoStream_Type, "Context" ) );
-	Stream_SetPrintingRank( Journal_Register( InfoStream_Type, "Context" ), 1 );
-	Journal_Printf( /* DO NOT CHANGE OR REMOVE */
-		Journal_Register( InfoStream_Type, "Context" ), 
-		"StGermain FEM Discretisation Framework revision %s. Copyright (C) 2003-2005 VPAC.\n", VERSION );
+	Stream_SetPrintingRank( Journal_Register( InfoStream_Type, "Context" ), 0 );
+	Journal_PrintfL( /* DO NOT CHANGE OR REMOVE */
+                        Journal_Register( InfoStream_Type, "Context" ), 2,
+                        "StGermain FEM Discretisation Framework revision %s. Copyright (C) 2003-2005 VPAC.\n", VERSION );
 	Stream_Flush( Journal_Register( InfoStream_Type, "Context" ) );
 	Stream_SetPrintingRank( Journal_Register( InfoStream_Type, "Context" ), tmp );
 	

Modified: long/3D/Gale/trunk/src/StgFEM/SLE/LinearAlgebra/PETSc/Init.c
===================================================================
--- long/3D/Gale/trunk/src/StgFEM/SLE/LinearAlgebra/PETSc/Init.c	2006-11-13 21:24:51 UTC (rev 5251)
+++ long/3D/Gale/trunk/src/StgFEM/SLE/LinearAlgebra/PETSc/Init.c	2006-11-13 21:24:54 UTC (rev 5252)
@@ -49,10 +49,10 @@
 	
 	Journal_Printf( Journal_Register( DebugStream_Type, "Context" ), "In: %s\n", __func__ ); /* DO NOT CHANGE OR REMOVE */
 	tmp = Stream_GetPrintingRank( Journal_Register( InfoStream_Type, "Context" ) );
-	Stream_SetPrintingRank( Journal_Register( InfoStream_Type, "Context" ), 1 );
-	Journal_Printf( /* DO NOT CHANGE OR REMOVE */
-		Journal_Register( InfoStream_Type, "Context" ), 
-		"StGermain PETSc-LinearAlgebra Interface revision %s. Copyright (C) 2003-2005 VPAC.\n", VERSION );
+	Stream_SetPrintingRank( Journal_Register( InfoStream_Type, "Context" ), 0 );
+	Journal_PrintfL( /* DO NOT CHANGE OR REMOVE */
+                        Journal_Register( InfoStream_Type, "Context" ), 2,
+                        "StGermain PETSc-LinearAlgebra Interface revision %s. Copyright (C) 2003-2005 VPAC.\n", VERSION );
 	Stream_Flush( Journal_Register( InfoStream_Type, "Context" ) );
 	Stream_SetPrintingRank( Journal_Register( InfoStream_Type, "Context" ), tmp );
 	

Modified: long/3D/Gale/trunk/src/StgFEM/SLE/src/Init.c
===================================================================
--- long/3D/Gale/trunk/src/StgFEM/SLE/src/Init.c	2006-11-13 21:24:51 UTC (rev 5251)
+++ long/3D/Gale/trunk/src/StgFEM/SLE/src/Init.c	2006-11-13 21:24:54 UTC (rev 5252)
@@ -59,10 +59,10 @@
 	
 	Journal_Printf( Journal_Register( DebugStream_Type, "Context" ), "In: %s\n", __func__ ); /* DO NOT CHANGE OR REMOVE */
 	tmp = Stream_GetPrintingRank( Journal_Register( InfoStream_Type, "Context" ) );
-	Stream_SetPrintingRank( Journal_Register( InfoStream_Type, "Context" ), 1 );
-	Journal_Printf( /* DO NOT CHANGE OR REMOVE */
-		Journal_Register( InfoStream_Type, "Context" ), 
-		"StGermain SLE Library revision %s. Copyright (C) 2003-2005 VPAC.\n", VERSION );
+	Stream_SetPrintingRank( Journal_Register( InfoStream_Type, "Context" ), 0 );
+	Journal_PrintfL( /* DO NOT CHANGE OR REMOVE */
+                        Journal_Register( InfoStream_Type, "Context" ), 2,
+                        "StGermain SLE Library revision %s. Copyright (C) 2003-2005 VPAC.\n", VERSION );
 	Stream_Flush( Journal_Register( InfoStream_Type, "Context" ) );
 	Stream_SetPrintingRank( Journal_Register( InfoStream_Type, "Context" ), tmp );
 	

Modified: long/3D/Gale/trunk/src/StgFEM/libStG_FEM/src/Init.c
===================================================================
--- long/3D/Gale/trunk/src/StgFEM/libStG_FEM/src/Init.c	2006-11-13 21:24:51 UTC (rev 5251)
+++ long/3D/Gale/trunk/src/StgFEM/libStG_FEM/src/Init.c	2006-11-13 21:24:54 UTC (rev 5252)
@@ -55,10 +55,10 @@
 	
 	Journal_Printf( Journal_Register( DebugStream_Type, "Context" ), "In: %s\n", __func__ ); /* DO NOT CHANGE OR REMOVE */
 	tmp = Stream_GetPrintingRank( Journal_Register( InfoStream_Type, "Context" ) );
-	Stream_SetPrintingRank( Journal_Register( InfoStream_Type, "Context" ), 1 );
-	Journal_Printf( /* DO NOT CHANGE OR REMOVE */
-		Journal_Register( InfoStream_Type, "Context" ), 
-		"StGermain Finite Element Framework revision %s. Copyright (C) 2003-2005 VPAC.\n", VERSION );
+	Stream_SetPrintingRank( Journal_Register( InfoStream_Type, "Context" ), 0 );
+	Journal_PrintfL( /* DO NOT CHANGE OR REMOVE */
+                        Journal_Register( InfoStream_Type, "Context" ), 2,
+                        "StGermain Finite Element Framework revision %s. Copyright (C) 2003-2005 VPAC.\n", VERSION );
 	Stream_Flush( Journal_Register( InfoStream_Type, "Context" ) );
 	Stream_SetPrintingRank( Journal_Register( InfoStream_Type, "Context" ), tmp );
 	

Modified: long/3D/Gale/trunk/src/Underworld/libUnderworld/src/Init.c
===================================================================
--- long/3D/Gale/trunk/src/Underworld/libUnderworld/src/Init.c	2006-11-13 21:24:51 UTC (rev 5251)
+++ long/3D/Gale/trunk/src/Underworld/libUnderworld/src/Init.c	2006-11-13 21:24:54 UTC (rev 5252)
@@ -88,10 +88,10 @@
 	
 	Journal_Printf( Journal_Register( DebugStream_Type, "Context" ), "In: %s\n", __func__ ); /* DO NOT CHANGE OR REMOVE */
 	tmp = Stream_GetPrintingRank( Journal_Register( InfoStream_Type, "Context" ) );
-	Stream_SetPrintingRank( Journal_Register( InfoStream_Type, "Context" ), 1 );
-	Journal_Printf( /* DO NOT CHANGE OR REMOVE */
-		Journal_Register( InfoStream_Type, "Context" ), 
-		"Underworld (Geodynamics framework) revision %s. Copyright (C) 2005 Monash Cluster Computing.\n", VERSION );
+	Stream_SetPrintingRank( Journal_Register( InfoStream_Type, "Context" ), 0 );
+	Journal_PrintfL( /* DO NOT CHANGE OR REMOVE */
+                        Journal_Register( InfoStream_Type, "Context" ), 2,
+                        "Underworld (Geodynamics framework) revision %s. Copyright (C) 2005 Monash Cluster Computing.\n", VERSION );
 	Stream_Flush( Journal_Register( InfoStream_Type, "Context" ) );
 	Stream_SetPrintingRank( Journal_Register( InfoStream_Type, "Context" ), tmp );
 



More information about the cig-commits mailing list