changeset 199:fcb9b0e68755

$W/shared -> $WSHARED
author Henry S. Thompson <ht@inf.ed.ac.uk>
date Sat, 28 Feb 2026 11:47:57 +0000
parents 3910d035efb1
children d2d5763849fe
files bin/runme.sh
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/bin/runme.sh	Sat Feb 28 11:47:19 2026 +0000
+++ b/bin/runme.sh	Sat Feb 28 11:47:57 2026 +0000
@@ -21,7 +21,7 @@
  for i in $(eval echo $ss)
  do
   echo $(date) Launching $i
-  srun -N1 --unbuffered -c $SLURM_CPUS_PER_TASK $W/shared/bin/sing $W/hst/bin/_runme.sh -a $i "$@" &
+  srun -N1 --unbuffered -c $SLURM_CPUS_PER_TASK $WSHARED/bin/sing $W/hst/bin/_runme.sh -a $i "$@" &
   echo $(date) Launched $i
  done
  wait