Translations:Ansys/2902/en

From Alliance Doc
Revision as of 16:59, 26 January 2023 by FuzzyBot (talk | contribs) (FuzzyBot moved page Translations:ANSYS/2902/en to Translations:Ansys/2902/en without leaving a redirect: Part of translatable page "ANSYS")
Jump to navigation Jump to search
  1. SBATCH --account=def-group # Specify account
  2. SBATCH --time=00-03:00 # Specify time limit dd-hh:mm
    1. SBATCH --nodes=2 # Optional (uncomment to specify 1 or more compute nodes)
  3. SBATCH --ntasks=16 # Specify total number of cores
  4. SBATCH --mem-per-cpu=4G # Specify memory per core
  5. SBATCH --cpus-per-task=1 # Do not change
  6. SBATCH --array=1-5%1 # Specify number of requeue attempts (2 or more, 5 is shown)