From 5b49619b2adb14bd82f7a653742ea73293087d34 Mon Sep 17 00:00:00 2001 From: Pietro Incardona <incardon@mpi-cbg.de> Date: Sat, 1 Dec 2018 18:40:53 +0100 Subject: [PATCH] Testing run numerics --- run.sh | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/run.sh b/run.sh index 57d20cc1..cd3a513c 100755 --- a/run.sh +++ b/run.sh @@ -1,13 +1,13 @@ #! /bin/bash -echo "$1" -echo "$2" -echo "$3" -echo "$4" -echo "$5" -echo "$6" - -exit 1 + +workspace=$1 +hostname=$2 +nproc=$3 +ntask_per_node=$5 +nodes=$4 +branch=$6 + echo "RUN numerics test" -- GitLab