From 50f74d43d0f5c5bb21df478699aef0f12d894dff Mon Sep 17 00:00:00 2001
From: Sintal <61sima1bif@hft-stuttgart.de>
Date: Sun, 16 May 2021 20:23:03 +0000
Subject: [PATCH] Update testscript.sh

---
 testscript.sh | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/testscript.sh b/testscript.sh
index 1f8cb9d..ba8ef28 100644
--- a/testscript.sh
+++ b/testscript.sh
@@ -8,9 +8,9 @@ workingdir=~/testscript/
 module load compiler/intel/19.0
 module load mpi/openmpi/4.0
 mpicc -o $(workingdir)helloworld $(workingdir)helloworld.c -no-multibyte-chars
-mpirun -n 1 $(workingdir)helloworld
+mpirun -n 1 helloworld
 echo "-------------------"
-mpirun -n 2 $(workingdir)helloworld
+mpirun -n 2 helloworld
 echo "------------------"
-mpirun -n 4 $(workingdir)helloworld
+mpirun -n 4 helloworld
 echo "--------------------"
-- 
GitLab