[cig-commits] r11947 - seismo/3D/SPECFEM3D_GLOBE/trunk/UTILS

dkomati1 at geodynamics.org dkomati1 at geodynamics.org
Sat May 10 07:48:03 PDT 2008


Author: dkomati1
Date: 2008-05-10 07:48:02 -0700 (Sat, 10 May 2008)
New Revision: 11947

Modified:
   seismo/3D/SPECFEM3D_GLOBE/trunk/UTILS/run_lsf.bash
   seismo/3D/SPECFEM3D_GLOBE/trunk/UTILS/run_lsf.kernel
Log:
added -C 0 option to suppress creation of core dumped if error


Modified: seismo/3D/SPECFEM3D_GLOBE/trunk/UTILS/run_lsf.bash
===================================================================
--- seismo/3D/SPECFEM3D_GLOBE/trunk/UTILS/run_lsf.bash	2008-05-10 13:00:44 UTC (rev 11946)
+++ seismo/3D/SPECFEM3D_GLOBE/trunk/UTILS/run_lsf.bash	2008-05-10 14:48:02 UTC (rev 11947)
@@ -34,5 +34,5 @@
 echo "Submitting job"
 
 # time below is given in hh:mm
-bsub $queue -n $numnodes -W 48:00 < go_mesher_solver_lsf_globe.bash
+bsub $queue -n $numnodes -W 48:00 -C 0 < go_mesher_solver_lsf_globe.bash
 

Modified: seismo/3D/SPECFEM3D_GLOBE/trunk/UTILS/run_lsf.kernel
===================================================================
--- seismo/3D/SPECFEM3D_GLOBE/trunk/UTILS/run_lsf.kernel	2008-05-10 13:00:44 UTC (rev 11946)
+++ seismo/3D/SPECFEM3D_GLOBE/trunk/UTILS/run_lsf.kernel	2008-05-10 14:48:02 UTC (rev 11947)
@@ -38,5 +38,5 @@
 echo "Submitting job"
 
 # time below is given in hh:mm
-bsub $queue -n $numnodes -W 48:00  < go_mesher_solver_lsf_globe.kernel
+bsub $queue -n $numnodes -W 48:00 -C 0 < go_mesher_solver_lsf_globe.kernel
 



More information about the cig-commits mailing list