changeset 203:2aa9db279d56

--array + -m now working
author Henry S. Thompson <ht@inf.ed.ac.uk>
date Wed, 22 Apr 2026 18:50:07 +0100
parents 491b6d11dd14
children dc397748f4e1
files bin/runme.sh
diffstat 1 files changed, 0 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/bin/runme.sh	Mon Apr 20 18:22:38 2026 +0100
+++ b/bin/runme.sh	Wed Apr 22 18:50:07 2026 +0100
@@ -13,10 +13,6 @@
 
 if [ "$1" = "-m" ]
 then
- # Can't get this to work: timed out after an hour, and didn't run all 5 jobs
- # See slurm_s20-29x5_array.out and comments about that in notes.txt
- #echo "-m not supported" 1>&2
- #exit 1
  a=$SLURM_ARRAY_TASK_ID
  echo "Array id $a $SLURM_ARRAY_TASK_COUNT" > mtest$a.out
  ss=$2-$3