Mercurial > hg > cc > cirrus_work
view bin/_test.sh @ 361:97e049b06f69 plus
remove unused imports and declarations,
compute FILENO and SEG properly,
move local offset to global OFFSET so it's available for the 2nd callback
| author | Henry S. Thompson <ht@inf.ed.ac.uk> |
|---|---|
| date | Thu, 19 Mar 2026 17:21:51 +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
