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

dkomati1 at geodynamics.org dkomati1 at geodynamics.org
Mon May 18 01:53:21 PDT 2009


Author: dkomati1
Date: 2009-05-18 01:53:21 -0700 (Mon, 18 May 2009)
New Revision: 15005

Added:
   seismo/3D/SPECFEM3D_GLOBE/trunk/UTILS/script_marenostrum_parallel_run_with_trace_mx.ll
Removed:
   seismo/3D/SPECFEM3D_GLOBE/trunk/UTILS/script_marenostrum_parallel_run_with_trace.ll
   seismo/3D/SPECFEM3D_GLOBE/trunk/UTILS/script_marenostrum_parallel_run_without_trace_gm.ll
Modified:
   seismo/3D/SPECFEM3D_GLOBE/trunk/UTILS/generate_trace_marenostrum.sh
   seismo/3D/SPECFEM3D_GLOBE/trunk/UTILS/script_marenostrum_parallel_merge_trace.ll
Log:
updated the scripts to generate ParaVer traces on MareNostrum to use the new paths given by David Vicente from BSC


Modified: seismo/3D/SPECFEM3D_GLOBE/trunk/UTILS/generate_trace_marenostrum.sh
===================================================================
--- seismo/3D/SPECFEM3D_GLOBE/trunk/UTILS/generate_trace_marenostrum.sh	2009-05-18 00:26:40 UTC (rev 15004)
+++ seismo/3D/SPECFEM3D_GLOBE/trunk/UTILS/generate_trace_marenostrum.sh	2009-05-18 08:53:21 UTC (rev 15005)
@@ -10,10 +10,11 @@
 #
 ###########################################################################
 
-export MPITRACE_HOME=/gpfs/apps/CEPBATOOLS/64.hwc
+# DK DK this below OK in May 2009
+export MPITRACE_HOME=/gpfs/apps/CEPBATOOLS/mpitrace-mx/64
 export LD_PRELOAD=${MPITRACE_HOME}/lib/libmpitrace.so
 export MPITRACE_ON=1
-# the list of available counters is in /gpfs/apps/CEPBATOOLS/tracing-example/counters.txt
+# the list of available counters is in /gpfs/apps/CEPBATOOLS/mpitrace/64/share/example-with-user-events/counters.txt
 # monitor L1 below
 #export MPTRACE_COUNTERS="0x80000000,0x80000017,0x80000032,0x8000003b"
 # monitor L2 below
@@ -31,12 +32,12 @@
 #########export MPTRACE_CONFIG_FILE=mpitrace_extended.xml
 export MPTRACE_BUFFER_SIZE=150000
 
-# last year 2006: begin
+# older from the year 2006: begin
 #export MPTRACE_DIR=/gpfs/scratch/hpce07/hpce07084/TRACE_DIR/
 #export MPTRACE_FILE_SIZE=10
 #export MPTRACE_BUFFER_SIZE=25000
 #export MPTRACE_COUNTERS="0x80000004,0x8000000e,0x80000032,0x8000003b"
-# last year 2006: end
+# older from the year 2006: end
 
 ## Run the desired program
 $*

Modified: seismo/3D/SPECFEM3D_GLOBE/trunk/UTILS/script_marenostrum_parallel_merge_trace.ll
===================================================================
--- seismo/3D/SPECFEM3D_GLOBE/trunk/UTILS/script_marenostrum_parallel_merge_trace.ll	2009-05-18 00:26:40 UTC (rev 15004)
+++ seismo/3D/SPECFEM3D_GLOBE/trunk/UTILS/script_marenostrum_parallel_merge_trace.ll	2009-05-18 08:53:21 UTC (rev 15005)
@@ -23,9 +23,8 @@
 #@ features = mx 
 #####################################################################
 
-#################MPITRACE_HOME=/gpfs/apps/CEPBATOOLS/64.hwc
-MPITRACE_HOME=/gpfs/apps/CEPBATOOLS/mpitrace/64
-###############MPITRACE_HOME=/gpfs/apps/CEPBATOOLS/64.burst
+# DK DK this below OK in May 2009
+MPITRACE_HOME=/gpfs/apps/CEPBATOOLS/mpitrace-mx/64
 
 #environment
 MP_EUILIB=mx

Deleted: seismo/3D/SPECFEM3D_GLOBE/trunk/UTILS/script_marenostrum_parallel_run_with_trace.ll
===================================================================
--- seismo/3D/SPECFEM3D_GLOBE/trunk/UTILS/script_marenostrum_parallel_run_with_trace.ll	2009-05-18 00:26:40 UTC (rev 15004)
+++ seismo/3D/SPECFEM3D_GLOBE/trunk/UTILS/script_marenostrum_parallel_run_with_trace.ll	2009-05-18 08:53:21 UTC (rev 15005)
@@ -1,41 +0,0 @@
-#! /bin/ksh
-
-### DK DK submit this with "mnsubmit name_of_script.ll"
-
-#@ job_name = Specfem3D_MPI
-
-#@ initialdir = .
-
-#####
-# One node of MareNostrum has two dual-core processors
-# therefore the maximum number of tasks per node is four.
-#####
-
-#####################################################################
-## Running the job with tracing step
-#####################################################################
-#@ total_tasks = 32
-#@ tasks_per_node = 4
-# Wall clock limit hhh:mm:ss
-######### hpce is a queue that has a 24-hour (i.e. 86400 seconds) wallclock time limit
-#@ wall_clock_limit = 00:20:00
-#@ output = Specfem3D_run_%j.out
-#@ error = Specfem3D_run_%j.err
-#@ queue
-#@ features = mx
-
-#################MPITRACE_HOME=/gpfs/apps/CEPBATOOLS/64.hwc
-MPITRACE_HOME=/gpfs/apps/CEPBATOOLS/mpitrace/64
-#####################MPITRACE_HOME=/gpfs/apps/CEPBATOOLS/64.burst
-
-#environment
-MP_EUILIB=mx
-OBJECT_MODE=64
-MP_RSH=ssh
-
-    srun ./generate_trace_paraver.sh ./xspecfem2D
-
-# then merge the trace at the end
-    sleep 5
-    mnsubmit script_marenostrum_parallel_merge_trace.ll
-

Copied: seismo/3D/SPECFEM3D_GLOBE/trunk/UTILS/script_marenostrum_parallel_run_with_trace_mx.ll (from rev 15004, seismo/3D/SPECFEM3D_GLOBE/trunk/UTILS/script_marenostrum_parallel_run_with_trace.ll)
===================================================================
--- seismo/3D/SPECFEM3D_GLOBE/trunk/UTILS/script_marenostrum_parallel_run_with_trace_mx.ll	                        (rev 0)
+++ seismo/3D/SPECFEM3D_GLOBE/trunk/UTILS/script_marenostrum_parallel_run_with_trace_mx.ll	2009-05-18 08:53:21 UTC (rev 15005)
@@ -0,0 +1,40 @@
+#! /bin/ksh
+
+### DK DK submit this with "mnsubmit name_of_script.ll"
+
+#@ job_name = Specfem3D_MPI
+
+#@ initialdir = .
+
+#####
+# One node of MareNostrum has two dual-core processors
+# therefore the maximum number of tasks per node is four.
+#####
+
+#####################################################################
+## Running the job with tracing step
+#####################################################################
+#@ total_tasks = 32
+#@ tasks_per_node = 4
+# Wall clock limit hhh:mm:ss
+######### hpce is a queue that has a 24-hour (i.e. 86400 seconds) wallclock time limit
+#@ wall_clock_limit = 00:20:00
+#@ output = Specfem3D_run_%j.out
+#@ error = Specfem3D_run_%j.err
+#@ queue
+#@ features = mx
+
+# DK DK this below OK in May 2009
+MPITRACE_HOME=/gpfs/apps/CEPBATOOLS/mpitrace-mx/64
+
+#environment
+MP_EUILIB=mx
+OBJECT_MODE=64
+MP_RSH=ssh
+
+    srun ./generate_trace_paraver.sh ./xspecfem2D
+
+# then merge the trace at the end
+    sleep 5
+    mnsubmit script_marenostrum_parallel_merge_trace.ll
+


Property changes on: seismo/3D/SPECFEM3D_GLOBE/trunk/UTILS/script_marenostrum_parallel_run_with_trace_mx.ll
___________________________________________________________________
Name: svn:executable
   + *
Name: svn:mergeinfo
   + 

Deleted: seismo/3D/SPECFEM3D_GLOBE/trunk/UTILS/script_marenostrum_parallel_run_without_trace_gm.ll
===================================================================
--- seismo/3D/SPECFEM3D_GLOBE/trunk/UTILS/script_marenostrum_parallel_run_without_trace_gm.ll	2009-05-18 00:26:40 UTC (rev 15004)
+++ seismo/3D/SPECFEM3D_GLOBE/trunk/UTILS/script_marenostrum_parallel_run_without_trace_gm.ll	2009-05-18 08:53:21 UTC (rev 15005)
@@ -1,34 +0,0 @@
-#! /bin/ksh
-
-### DK DK submit this with "mnsubmit name_of_script.ll"
-
-#@ job_name = Specfem3D_MPI
-
-#@ initialdir = .
-
-#####
-# One node of MareNostrum has two dual-core processors
-# therefore the maximum number of tasks per node is four.
-#####
-
-#####################################################################
-## Running the job with tracing step
-#####################################################################
-#@ total_tasks = 32
-#@ tasks_per_node = 4
-# Wall clock limit hhh:mm:ss
-######### hpce is a queue that has a 24-hour (i.e. 86400 seconds) wallclock time limit
-#@ wall_clock_limit = 00:20:00
-#@ output = Specfem3D_run_%j.out
-#@ error = Specfem3D_run_%j.err
-#@ queue
-#@ features = gm
-
-#environment
-MP_EUILIB=gm
-OBJECT_MODE=64
-MP_RSH=ssh
-
-    srun ./xmeshfem3D
-    srun ./xspecfem3D
-



More information about the CIG-COMMITS mailing list