changeset 208:cbe631c26d53 default tip

both now working
author Henry S. Thompson <ht@inf.ed.ac.uk>
date Thu, 11 Jun 2026 21:20:22 +0100
parents b4486b5df065
children
files bin/atest2.sh
diffstat 1 files changed, 13 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/bin/atest2.sh	Thu Jun 11 21:20:22 2026 +0100
@@ -0,0 +1,13 @@
+#!/bin/bash
+#SBATCH --time=00:01:00
+#SBATCH --partition=standard
+#SBATCH --qos=standard
+#SBATCH --account=ec276-hst
+#SBATCH --job-name atest2
+id="$SLURM_ARRAY_TASK_ID"
+sleep $(($id * 2))
+echo "$(date)" I am node"$SLURMD_NODENAME:$SLURM_NODEID", cpu "$SLURM_CPUS_ON_NODE", job $id, args "$@" 
+
+echo $PATH
+seq 0 9 | parallel -j 10 printf "%s cdx-000%s%s.gz\n" '$(date)' $id '$$' '{} \| uniq_merge.py'
+