# HG changeset patch # User Henry S. Thompson # Date 1776880207 -3600 # Node ID 2aa9db279d5615dc5e2c7d73c8cdae0fb59ac3ba # Parent 491b6d11dd147d45f25f55c2564c4eaff9e86952 --array + -m now working diff -r 491b6d11dd14 -r 2aa9db279d56 bin/runme.sh --- 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