Mercurial > hg > cc > cirrus_home
view bin/stest.sh @ 195:5f3c36e4fd6d default tip
add target test-core which (dangerously) avoids (we hope pointless) recompilation of all the plugins
author | Henry S. Thompson <ht@inf.ed.ac.uk> |
---|---|
date | Thu, 26 Sep 2024 17:55:56 +0100 |
parents | ababa631a10f |
children |
line wrap: on
line source
#!/bin/bash echo I am node "$SLURM_NODEID", cpu "$PMI_FD", task: "$SLURM_LOCALID", args "$@" if [ $SLURM_LOCALID = 1 ] then echo Node $SLURM_NODEID input: $(cat stest_$SLURM_NODEID.txt) if [ $SLURM_NODEID = 1 ] then lscpu | grep -E '^Thread|^Core|^Socket|^CPU\(' echo cpu: $PMI_FD printenv fi fi