...
To submit to a specific node architecture part of a team’s priority, a user can specify the general partition and target the Skylake AMD architecture:
#!/bin/bash
#SBATCH -N 1
#SBATCH -n 34126
#SBATCH -p general
#SBATCH --constraint='skylakeepyc128'
. spack/share/spack/setup-env.sh (or the following command: source spack/share/spack/setup-env.sh)
...