Translations:Ansys/2202/en: Difference between revisions

From Alliance Doc
Jump to navigation Jump to search
m (FuzzyBot moved page Translations:ANSYS/2202/en to Translations:Ansys/2202/en without leaving a redirect: Part of translatable page "ANSYS")
(Importing a new version from external source)
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=2           # Optional (uncomment to specify 1 or more compute nodes)
##SBATCH --nodes=1           # Uncomment to specify number of compute nodes (optional)
#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

Revision as of 01:25, 12 September 2024

Information about message (contribute)
This message has no documentation. If you know where or how this message is used, you can help other translators by adding documentation to this message.
Message definition (Ansys)
#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
  1. SBATCH --account=def-group # Specify account
  2. SBATCH --time=00-03:00 # Specify time limit dd-hh:mm
    1. SBATCH --nodes=1 # Uncomment to specify number of compute nodes (optional)
  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