Mercurial > hg > cc > cirrus_work
view bin/_test.sh @ 339:1485b43a1dc2 trim
with graphs, various additions including no_LM column
| author | Henry S. Thompson <ht@inf.ed.ac.uk> |
|---|---|
| date | Tue, 03 Mar 2026 14:25:09 +0000 |
| parents | 4e1ecfa46bee |
| children |
line wrap: on
line source
#!/bin/bash # Usage: dotest N=$SLURM_JOB_NUM_NODES n=$SLURM_NTASKS c=$SLURM_CPUS_PER_TASK nodename=$SLURMD_NODENAME local=$SLURM_LOCALID node=$SLURM_NODEID tPerN=$((n / N)) task=$((local + (node * tPerN))) echo $(date) executing test on node $N:$nodename:$node task $n:$task:$SLURM_PROCID local:$local echo $TMPDIR
