view bin/_test.sh @ 53:0dc144bd027c

made 1 mean 1, still losing after a while
author Henry S. Thompson <ht@inf.ed.ac.uk>
date Fri, 07 Jul 2023 19:04:16 +0100
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