From 612ab5c1a8d816bbabc766e3bcfb5fd630b2f03e Mon Sep 17 00:00:00 2001 From: Dominic Kempf <dominic.kempf@iwr.uni-heidelberg.de> Date: Mon, 25 Sep 2017 11:26:55 +0200 Subject: [PATCH] Exclude the verification examples from the measurement run --- bin/donkey.sbatch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/donkey.sbatch b/bin/donkey.sbatch index 7816cafe..dab05a6a 100755 --- a/bin/donkey.sbatch +++ b/bin/donkey.sbatch @@ -28,7 +28,7 @@ ml suitesparse SRUNOPT="--cpu_bind=verbose,core" # Search for runnable executables -FILES=$(ls *.ini) +FILES=$(ls *.ini | grep -v '^verify') for inifile in $FILES do line=$(grep ^"opcounter = " $inifile) -- GitLab