From e925b759a9cfb2208d0a079b0533f1039e6eaf11 Mon Sep 17 00:00:00 2001
From: Martin Schroschk <martin.schroschk@tu-dresden.de>
Date: Thu, 23 Feb 2023 13:16:12 +0100
Subject: [PATCH] Add change to installation path to job file

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

diff --git a/doc.zih.tu-dresden.de/docs/software/spec.md b/doc.zih.tu-dresden.de/docs/software/spec.md
index ad4c5e153..09238b4d9 100644
--- a/doc.zih.tu-dresden.de/docs/software/spec.md
+++ b/doc.zih.tu-dresden.de/docs/software/spec.md
@@ -107,6 +107,8 @@ medium or large, test or reference).
     ulimit -s unlimited
     ulimit -n 4096
 
+    ws=</scratch/ws/spec/installation>
+    cd $ws
     source shrc
 
     # Use tealeaf scorep run to check the benchmark performance
-- 
GitLab