Translations:Ansys/2902/en: Difference between revisions
Jump to navigation
Jump to search
m (FuzzyBot moved page Translations:ANSYS/2902/en to Translations:Ansys/2902/en without leaving a redirect: Part of translatable page "ANSYS") |
(Importing a new version from external source) |
||
(One intermediate revision by the same user not shown) | |||
Line 1: | Line 1: | ||
#SBATCH --account=def-group # Specify account | #SBATCH --account=def-group # Specify account | ||
#SBATCH --time=00-03:00 # Specify time limit dd-hh:mm | #SBATCH --time=00-03:00 # Specify time limit dd-hh:mm | ||
##SBATCH --nodes= | ##SBATCH --nodes=1 # Uncomment to specify (narval 1 node max) | ||
#SBATCH --ntasks=16 # Specify total number of cores | #SBATCH --ntasks=16 # Specify total number of cores | ||
#SBATCH --mem-per-cpu=4G # Specify memory per core | #SBATCH --mem-per-cpu=4G # Specify memory per core | ||
#SBATCH --cpus-per-task=1 # Do not change | #SBATCH --cpus-per-task=1 # Do not change | ||
#SBATCH --array=1-5%1 # Specify number of requeue attempts (2 or more, 5 is shown) | #SBATCH --array=1-5%1 # Specify number of requeue attempts (2 or more, 5 is shown) |
Latest revision as of 18:25, 1 October 2024
- SBATCH --account=def-group # Specify account
- SBATCH --time=00-03:00 # Specify time limit dd-hh:mm
- SBATCH --nodes=1 # Uncomment to specify (narval 1 node max)
- SBATCH --ntasks=16 # Specify total number of cores
- SBATCH --mem-per-cpu=4G # Specify memory per core
- SBATCH --cpus-per-task=1 # Do not change
- SBATCH --array=1-5%1 # Specify number of requeue attempts (2 or more, 5 is shown)