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

carltape at geodynamics.org carltape at geodynamics.org
Sun Dec 23 14:55:06 PST 2012


Author: carltape
Date: 2012-12-23 14:55:05 -0800 (Sun, 23 Dec 2012)
New Revision: 21190

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
   seismo/3D/SPECFEM3D/trunk/utils/Cluster/pbs/valgrind_go_solver_pbs.bash
Log:
added line -Wumask=0022 to all five pbs run scripts so that others can read the .o job files on clusters that have default stricter permissions


Modified: seismo/3D/SPECFEM3D/trunk/utils/Cluster/pbs/go_decomposer_pbs.bash
===================================================================
--- seismo/3D/SPECFEM3D/trunk/utils/Cluster/pbs/go_decomposer_pbs.bash	2012-12-21 20:40:49 UTC (rev 21189)
+++ seismo/3D/SPECFEM3D/trunk/utils/Cluster/pbs/go_decomposer_pbs.bash	2012-12-23 22:55:05 UTC (rev 21190)
@@ -6,6 +6,9 @@
 #PBS -j oe
 #PBS -o OUTPUT_FILES/$PBS_JOBID.o
 
+## group/others read .o file
+#PBS -Wumask=0022
+
 ###########################################################
 # USER PARAMETERS
 

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	2012-12-21 20:40:49 UTC (rev 21189)
+++ seismo/3D/SPECFEM3D/trunk/utils/Cluster/pbs/go_generate_databases_pbs.bash	2012-12-23 22:55:05 UTC (rev 21190)
@@ -6,6 +6,9 @@
 #PBS -j oe
 #PBS -o OUTPUT_FILES/$PBS_JOBID.o
 
+## group/others read .o file
+#PBS -Wumask=0022
+
 ###########################################################
 # USER PARAMETERS
 

Modified: seismo/3D/SPECFEM3D/trunk/utils/Cluster/pbs/go_mesher_pbs.bash
===================================================================
--- seismo/3D/SPECFEM3D/trunk/utils/Cluster/pbs/go_mesher_pbs.bash	2012-12-21 20:40:49 UTC (rev 21189)
+++ seismo/3D/SPECFEM3D/trunk/utils/Cluster/pbs/go_mesher_pbs.bash	2012-12-23 22:55:05 UTC (rev 21190)
@@ -6,6 +6,9 @@
 #PBS -j oe
 #PBS -o OUTPUT_FILES/$PBS_JOBID.o
 
+## group/others read .o file
+#PBS -Wumask=0022
+
 ###########################################################
 # USER PARAMETERS
 

Modified: seismo/3D/SPECFEM3D/trunk/utils/Cluster/pbs/go_solver_pbs.bash
===================================================================
--- seismo/3D/SPECFEM3D/trunk/utils/Cluster/pbs/go_solver_pbs.bash	2012-12-21 20:40:49 UTC (rev 21189)
+++ seismo/3D/SPECFEM3D/trunk/utils/Cluster/pbs/go_solver_pbs.bash	2012-12-23 22:55:05 UTC (rev 21190)
@@ -6,6 +6,9 @@
 #PBS -j oe
 #PBS -o OUTPUT_FILES/$PBS_JOBID.o
 
+## group/others read .o file
+#PBS -Wumask=0022
+
 ###########################################################
 # USER PARAMETERS
 

Modified: seismo/3D/SPECFEM3D/trunk/utils/Cluster/pbs/valgrind_go_solver_pbs.bash
===================================================================
--- seismo/3D/SPECFEM3D/trunk/utils/Cluster/pbs/valgrind_go_solver_pbs.bash	2012-12-21 20:40:49 UTC (rev 21189)
+++ seismo/3D/SPECFEM3D/trunk/utils/Cluster/pbs/valgrind_go_solver_pbs.bash	2012-12-23 22:55:05 UTC (rev 21190)
@@ -16,6 +16,9 @@
 # job output file
 #PBS -o OUTPUT_FILES/job.o
 
+# group/others read .o file
+#PBS -Wumask=0022
+
 ###########################################################
 # USER PARAMETERS
 



More information about the CIG-COMMITS mailing list