The example slurm script is missing `-N`: https://github.com/TACC/launcher/blob/a3c87c908a7a2d197c54a5fa211f9bae8dccc66b/extras/batch-scripts/launcher.slurm#L17 I'm assuming it should be `#SBATCH -N 1`? This triggers the following error on TACC Stampede2: ``` Submission error: please define total node count with the "-N" option ```