Mercurial > hg > cc > cirrus_work
comparison bin/_runme.sh @ 38:e3c440666f1a
doc pointer
author | Henry S. Thompson <ht@inf.ed.ac.uk> |
---|---|
date | Tue, 10 Jan 2023 17:49:01 +0000 |
parents | b4801f5696b2 |
children | 316495371bbc |
comparison
equal
deleted
inserted
replaced
37:da1cbcd8acee | 38:e3c440666f1a |
---|---|
1 #!/bin/bash | 1 #!/bin/bash |
2 # This runs on the compute nodes... | 2 # This runs on the compute nodes... |
3 # Args: wd [-b CMDS] [-i input] CMDS | 3 # Args: wd [-b CMDS] [-i input] CMDS |
4 # See ug4/azure/notes.txt for documentation | |
4 | 5 |
5 N=$SLURM_JOB_NUM_NODES | 6 N=$SLURM_JOB_NUM_NODES |
6 n=$SLURM_NTASKS | 7 n=$SLURM_NTASKS |
7 c=$SLURM_CPUS_PER_TASK | 8 c=$SLURM_CPUS_PER_TASK |
8 nodename=$SLURMD_NODENAME | 9 nodename=$SLURMD_NODENAME |