[cig-commits] r22927 - seismo/3D/SPECFEM3D/trunk/utils/Cluster/pbs

carltape at geodynamics.org carltape at geodynamics.org
Sun Oct 6 22:04:04 PDT 2013


Author: carltape
Date: 2013-10-06 22:04:04 -0700 (Sun, 06 Oct 2013)
New Revision: 22927

Modified:
   seismo/3D/SPECFEM3D/trunk/utils/Cluster/pbs/go_decomposer_pbs.bash
   seismo/3D/SPECFEM3D/trunk/utils/Cluster/pbs/go_generate_databases_pbs.bash
   seismo/3D/SPECFEM3D/trunk/utils/Cluster/pbs/go_mesher_pbs.bash
   seismo/3D/SPECFEM3D/trunk/utils/Cluster/pbs/go_solver_pbs.bash
Log:
set 'debug' queue by default in bash run scripts; previously they were commented out, since most users will need to change this


Modified: seismo/3D/SPECFEM3D/trunk/utils/Cluster/pbs/go_decomposer_pbs.bash
===================================================================
--- seismo/3D/SPECFEM3D/trunk/utils/Cluster/pbs/go_decomposer_pbs.bash	2013-10-05 06:49:25 UTC (rev 22926)
+++ seismo/3D/SPECFEM3D/trunk/utils/Cluster/pbs/go_decomposer_pbs.bash	2013-10-07 05:04:04 UTC (rev 22927)
@@ -14,7 +14,8 @@
 
 ## 1 CPU, walltime 1 hour
 #PBS -l nodes=1:ppn=1,walltime=1:00:00
-##PBS -q debug
+## queue name will depend on the cluster
+#PBS -q debug
 
 ###########################################################
 

Modified: seismo/3D/SPECFEM3D/trunk/utils/Cluster/pbs/go_generate_databases_pbs.bash
===================================================================
--- seismo/3D/SPECFEM3D/trunk/utils/Cluster/pbs/go_generate_databases_pbs.bash	2013-10-05 06:49:25 UTC (rev 22926)
+++ seismo/3D/SPECFEM3D/trunk/utils/Cluster/pbs/go_generate_databases_pbs.bash	2013-10-07 05:04:04 UTC (rev 22927)
@@ -12,9 +12,10 @@
 ###########################################################
 # USER PARAMETERS
 
-## 4 CPUs ( 4  ), walltime 1 hour
+## 4 CPUs, walltime 1 hour
 #PBS -l nodes=1:ppn=4,walltime=1:00:00
-##PBS -q debug
+## queue name will depend on the cluster
+#PBS -q debug
 
 ###########################################################
 

Modified: seismo/3D/SPECFEM3D/trunk/utils/Cluster/pbs/go_mesher_pbs.bash
===================================================================
--- seismo/3D/SPECFEM3D/trunk/utils/Cluster/pbs/go_mesher_pbs.bash	2013-10-05 06:49:25 UTC (rev 22926)
+++ seismo/3D/SPECFEM3D/trunk/utils/Cluster/pbs/go_mesher_pbs.bash	2013-10-07 05:04:04 UTC (rev 22927)
@@ -12,9 +12,10 @@
 ###########################################################
 # USER PARAMETERS
 
-## 4 CPUs ( 4  ), walltime 1 hour
+## 4 CPUs, walltime 1 hour
 #PBS -l nodes=1:ppn=4,walltime=1:00:00
-##PBS -q debug
+## queue name will depend on the cluster
+#PBS -q debug
 
 ###########################################################
 

Modified: seismo/3D/SPECFEM3D/trunk/utils/Cluster/pbs/go_solver_pbs.bash
===================================================================
--- seismo/3D/SPECFEM3D/trunk/utils/Cluster/pbs/go_solver_pbs.bash	2013-10-05 06:49:25 UTC (rev 22926)
+++ seismo/3D/SPECFEM3D/trunk/utils/Cluster/pbs/go_solver_pbs.bash	2013-10-07 05:04:04 UTC (rev 22927)
@@ -12,9 +12,10 @@
 ###########################################################
 # USER PARAMETERS
 
-## 4 CPUs ( 4  ), walltime 1 hour
+## 4 CPUs, walltime 1 hour
 #PBS -l nodes=1:ppn=4,walltime=1:00:00
-##PBS -q debug
+## queue name will depend on the cluster
+#PBS -q debug
 
 ###########################################################
 



More information about the CIG-COMMITS mailing list