From f76dd0d0ee307c6dfbe3d59cca786dba36669b89 Mon Sep 17 00:00:00 2001
From: Noah Trumpik <noah.trumpik@tu-dresden.de>
Date: Wed, 1 Mar 2023 09:35:23 +0100
Subject: [PATCH] Removed score-p

---
 doc.zih.tu-dresden.de/docs/software/spec.md | 14 +++-----------
 1 file changed, 3 insertions(+), 11 deletions(-)

diff --git a/doc.zih.tu-dresden.de/docs/software/spec.md b/doc.zih.tu-dresden.de/docs/software/spec.md
index 3eddb6952..f567f8de6 100644
--- a/doc.zih.tu-dresden.de/docs/software/spec.md
+++ b/doc.zih.tu-dresden.de/docs/software/spec.md
@@ -94,7 +94,7 @@ respectively. You can use them as a template in order to reproduce results or to
 execution to a different partition.
 
 - Replace `<p_number_crunch>` (line 2) with your project name
-- Replace `ws=</scratch/ws/spec/installation>` (line 16/18) with your SPEC installation path
+- Replace `ws=</scratch/ws/spec/installation>` (line 15/18) with your SPEC installation path
 
 ### Submit SPEChpc Benchmarks with a Job File
 
@@ -112,24 +112,16 @@ execution to a different partition.
     #SBATCH --constraint=DA
 
     module purge
-    module load Score-P/6.0-gompi-2019a
-    # Score-P parameters are set in config/gnu-taurus.cfg
+    module load gompi/2019a
 
     ws=</scratch/ws/spec/installation>
     cd ${ws}
     source shrc
 
-    # Use tealeaf scorep run to check the benchmark performance
-    BENCH="518.tealeaf_t"
-
-    runhpc -I --config gnu-taurus --define model=mpi --ranks=24 --iterations=1 --tune=base --define tudprof=scorep ${BENCH}
-
-    # To the actual reportable runs with all benchmarks
+    # reportable run with all benchmarks
     BENCH="tiny"
 
     runhpc --config gnu-taurus --define model=mpi --ranks=24 --reportable --tune=base --flagsurl=$SPEC/config/flags/gcc_flags.xml ${BENCH}
-
-    specperl bin/tools/port_progress result/*.log
     ```
 
 === "submit_spec_ml_openacc.sh"
-- 
GitLab