[cig-commits] r11711 - in seismo/2D/SPECFEM2D/trunk: . DATA

dkomati1 at geodynamics.org dkomati1 at geodynamics.org
Tue Apr 1 13:35:59 PDT 2008


Author: dkomati1
Date: 2008-04-01 13:35:59 -0700 (Tue, 01 Apr 2008)
New Revision: 11711

Modified:
   seismo/2D/SPECFEM2D/trunk/DATA/Par_file
   seismo/2D/SPECFEM2D/trunk/DATA/Par_file_Abel_Balanche_bathy_source_solid
   seismo/2D/SPECFEM2D/trunk/DATA/Par_file_M2_UPPA
   seismo/2D/SPECFEM2D/trunk/DATA/Par_file_Ronan_SV_30
   seismo/2D/SPECFEM2D/trunk/DATA/Par_file_canyon
   seismo/2D/SPECFEM2D/trunk/DATA/Par_file_no_canyon
   seismo/2D/SPECFEM2D/trunk/DATA/Par_file_unstruct
   seismo/2D/SPECFEM2D/trunk/meshfem2D.F90
Log:
fixed a typo in "partitioning"


Modified: seismo/2D/SPECFEM2D/trunk/DATA/Par_file
===================================================================
--- seismo/2D/SPECFEM2D/trunk/DATA/Par_file	2008-04-01 19:48:23 UTC (rev 11710)
+++ seismo/2D/SPECFEM2D/trunk/DATA/Par_file	2008-04-01 20:35:59 UTC (rev 11711)
@@ -13,7 +13,7 @@
 
 # parameters concerning partitioning
 nproc                           = 1              # number of processes
-partionning_method              = 1              # ascending order = 1, Metis = 2, Scotch = 3
+partitioning_method             = 1              # ascending order = 1, Metis = 2, Scotch = 3
 partitioning_strategy          = 01110 #b{strat=m{asc=g,low=g,rat=1.0,type=h,vert=4}} #01110          # options concerning partitioning strategy.
                                                  
 # geometry of the model (origin lower-left corner = 0,0) and mesh description

Modified: seismo/2D/SPECFEM2D/trunk/DATA/Par_file_Abel_Balanche_bathy_source_solid
===================================================================
--- seismo/2D/SPECFEM2D/trunk/DATA/Par_file_Abel_Balanche_bathy_source_solid	2008-04-01 19:48:23 UTC (rev 11710)
+++ seismo/2D/SPECFEM2D/trunk/DATA/Par_file_Abel_Balanche_bathy_source_solid	2008-04-01 20:35:59 UTC (rev 11711)
@@ -13,7 +13,7 @@
 
 # parameters concerning partitioning
 nproc                           = 1              # number of processes
-partionning_method              = 1              # ascending order = 1, Metis = 2, Scotch = 3
+partitioning_method             = 1              # ascending order = 1, Metis = 2, Scotch = 3
 partitioning_strategy          = 01110 #b{strat=m{asc=g,low=g,rat=1.0,type=h,vert=4}} #01110          # options concerning partitioning strategy.
                                                  
 # geometry of the model (origin lower-left corner = 0,0) and mesh description

Modified: seismo/2D/SPECFEM2D/trunk/DATA/Par_file_M2_UPPA
===================================================================
--- seismo/2D/SPECFEM2D/trunk/DATA/Par_file_M2_UPPA	2008-04-01 19:48:23 UTC (rev 11710)
+++ seismo/2D/SPECFEM2D/trunk/DATA/Par_file_M2_UPPA	2008-04-01 20:35:59 UTC (rev 11711)
@@ -13,7 +13,7 @@
 
 # parameters concerning partitioning
 nproc                           = 1              # number of processes
-partionning_method              = 1              # ascending order = 1, Metis = 2, Scotch = 3
+partitioning_method             = 1              # ascending order = 1, Metis = 2, Scotch = 3
 partitioning_strategy          = 01110 #b{strat=m{asc=g,low=g,rat=1.0,type=h,vert=4}} #01110          # options concerning partitioning strategy.
                                                  
 # geometry of the model (origin lower-left corner = 0,0) and mesh description

Modified: seismo/2D/SPECFEM2D/trunk/DATA/Par_file_Ronan_SV_30
===================================================================
--- seismo/2D/SPECFEM2D/trunk/DATA/Par_file_Ronan_SV_30	2008-04-01 19:48:23 UTC (rev 11710)
+++ seismo/2D/SPECFEM2D/trunk/DATA/Par_file_Ronan_SV_30	2008-04-01 20:35:59 UTC (rev 11711)
@@ -13,7 +13,7 @@
 
 # parameters concerning partitioning
 nproc                           = 1              # number of processes
-partionning_method              = 1              # ascending order = 1, Metis = 2, Scotch = 3
+partitioning_method             = 1              # ascending order = 1, Metis = 2, Scotch = 3
 partitioning_strategy          = 01110 #b{strat=m{asc=g,low=g,rat=1.0,type=h,vert=4}} #01110          # options concerning partitioning strategy.
                                                  
 # geometry of the model (origin lower-left corner = 0,0) and mesh description

Modified: seismo/2D/SPECFEM2D/trunk/DATA/Par_file_canyon
===================================================================
--- seismo/2D/SPECFEM2D/trunk/DATA/Par_file_canyon	2008-04-01 19:48:23 UTC (rev 11710)
+++ seismo/2D/SPECFEM2D/trunk/DATA/Par_file_canyon	2008-04-01 20:35:59 UTC (rev 11711)
@@ -13,7 +13,7 @@
 
 # parameters concerning partitioning
 nproc                           = 1              # number of processes
-partionning_method              = 1              # ascending order = 1, Metis = 2, Scotch = 3
+partitioning_method             = 1              # ascending order = 1, Metis = 2, Scotch = 3
 partitioning_strategy          = 01110 #b{strat=m{asc=g,low=g,rat=1.0,type=h,vert=4}} #01110          # options concerning partitioning strategy.
                                                  
 # geometry of the model (origin lower-left corner = 0,0) and mesh description

Modified: seismo/2D/SPECFEM2D/trunk/DATA/Par_file_no_canyon
===================================================================
--- seismo/2D/SPECFEM2D/trunk/DATA/Par_file_no_canyon	2008-04-01 19:48:23 UTC (rev 11710)
+++ seismo/2D/SPECFEM2D/trunk/DATA/Par_file_no_canyon	2008-04-01 20:35:59 UTC (rev 11711)
@@ -13,7 +13,7 @@
 
 # parameters concerning partitioning
 nproc                           = 1              # number of processes
-partionning_method              = 1              # ascending order = 1, Metis = 2, Scotch = 3
+partitioning_method             = 1              # ascending order = 1, Metis = 2, Scotch = 3
 partitioning_strategy          = 01110 #b{strat=m{asc=g,low=g,rat=1.0,type=h,vert=4}} #01110          # options concerning partitioning strategy.
                                                  
 # geometry of the model (origin lower-left corner = 0,0) and mesh description

Modified: seismo/2D/SPECFEM2D/trunk/DATA/Par_file_unstruct
===================================================================
--- seismo/2D/SPECFEM2D/trunk/DATA/Par_file_unstruct	2008-04-01 19:48:23 UTC (rev 11710)
+++ seismo/2D/SPECFEM2D/trunk/DATA/Par_file_unstruct	2008-04-01 20:35:59 UTC (rev 11711)
@@ -13,7 +13,7 @@
 
 # parameters concerning partitioning
 nproc                           = 8              # number of processes
-partionning_method              = 1              # ascending order = 1, Metis = 2, Scotch = 3
+partitioning_method             = 1              # ascending order = 1, Metis = 2, Scotch = 3
 partitioning_strategy          = 01110 #b{strat=m{asc=g,low=g,rat=1.0,type=h,vert=4}} #01110          # options concerning partitioning strategy.
                                                  
 # geometry of the model (origin lower-left corner = 0,0) and mesh description

Modified: seismo/2D/SPECFEM2D/trunk/meshfem2D.F90
===================================================================
--- seismo/2D/SPECFEM2D/trunk/meshfem2D.F90	2008-04-01 19:48:23 UTC (rev 11710)
+++ seismo/2D/SPECFEM2D/trunk/meshfem2D.F90	2008-04-01 20:35:59 UTC (rev 11711)
@@ -267,8 +267,8 @@
      scotch_strategy = trim(partitioning_strategy)
 
   case default
-     print *, 'Invalid partionning method number.'
-     print *, 'Partionning method', partitioning_method, 'was requested, but is not available.'
+     print *, 'Invalid partitioning method number.'
+     print *, 'Partitioning method ',partitioning_method,' was requested, but is not available.'
      stop
   end select
 



More information about the cig-commits mailing list