From 1e9ac6edf06fae100a9a6d835b59060510c8afc8 Mon Sep 17 00:00:00 2001 From: jpekkila Date: Tue, 6 Aug 2019 17:43:39 +0300 Subject: [PATCH] Added comments to the autotesting script --- scripts/autotest.sh | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/scripts/autotest.sh b/scripts/autotest.sh index cdaebf5..49f0b57 100755 --- a/scripts/autotest.sh +++ b/scripts/autotest.sh @@ -1,5 +1,15 @@ #!/bin/bash +# Usage: +# cd astaroth +# source ./sourceme.sh +# autotest.sh +# +# If you need slurm or to pass something before ./ac_run, set the variable +# SRUN_COMMAND before calling this script. +# +# F.ex. on Taito SRUN_COMMAND="srun --gres=gpu:k80:4 --mem=24000 -t 00:14:59 -p gputest --cpus-per-task 1 -n 1" + results=() # Parameters