Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

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 36126

#SBATCH -p general

#SBATCH --constraint=Skylake'epyc128'

. spack/share/spack/setup-env.sh (or the following command: source spack/share/spack/setup-env.sh)

...