annotate bin/stest.sh @ 88:464d2dfb99c9

new
author Henry S. Thompson <ht@inf.ed.ac.uk>
date Tue, 13 Apr 2021 17:02:09 +0000
parents
children ababa631a10f
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
88
Henry S. Thompson <ht@inf.ed.ac.uk>
parents:
diff changeset
1 #!/bin/bash
Henry S. Thompson <ht@inf.ed.ac.uk>
parents:
diff changeset
2 pwd
Henry S. Thompson <ht@inf.ed.ac.uk>
parents:
diff changeset
3 ls /dev/shm
Henry S. Thompson <ht@inf.ed.ac.uk>
parents:
diff changeset
4 echo I am node "$SLURM_NODEID", cpu "$PMI_FD", args "$@"
Henry S. Thompson <ht@inf.ed.ac.uk>
parents:
diff changeset
5 cat stest_$PMI_FD.txt
Henry S. Thompson <ht@inf.ed.ac.uk>
parents:
diff changeset
6
Henry S. Thompson <ht@inf.ed.ac.uk>
parents:
diff changeset
7