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

dkomati1 at geodynamics.org dkomati1 at geodynamics.org
Tue Nov 22 14:58:23 PST 2011


Author: dkomati1
Date: 2011-11-22 14:58:23 -0800 (Tue, 22 Nov 2011)
New Revision: 19239

Added:
   seismo/3D/SPECFEM3D_GLOBE/trunk/UTILS/Cluster/launch_solver_with_nohup.bash
Log:
added a "bash" script to launch the solver using "nohup"


Added: seismo/3D/SPECFEM3D_GLOBE/trunk/UTILS/Cluster/launch_solver_with_nohup.bash
===================================================================
--- seismo/3D/SPECFEM3D_GLOBE/trunk/UTILS/Cluster/launch_solver_with_nohup.bash	                        (rev 0)
+++ seismo/3D/SPECFEM3D_GLOBE/trunk/UTILS/Cluster/launch_solver_with_nohup.bash	2011-11-22 22:58:23 UTC (rev 19239)
@@ -0,0 +1,11 @@
+#!/bin/bash
+
+# useful for instance on the cluster at LMA Marseille
+
+# put this in file "mymachines" there:
+# gpu-1 slots=4 max_slots=8
+# gpu-2 slots=4 max_slots=8
+# gpu-3 slots=4 max_slots=8
+
+nohup mpirun -np 24 --byslot -machinefile mymachines ./bin/xspecfem3D > output_night.txt 2> output_err.txt &
+


Property changes on: seismo/3D/SPECFEM3D_GLOBE/trunk/UTILS/Cluster/launch_solver_with_nohup.bash
___________________________________________________________________
Name: svn:executable
   + *



More information about the CIG-COMMITS mailing list