Mercurial > hg > cc > cirrus_home
view bin/stest.sh @ 138:9ea12f7b304b
just barely working
author | Henry S. Thompson <ht@inf.ed.ac.uk> |
---|---|
date | Fri, 23 Jul 2021 16:23:46 +0000 |
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