Translations:Star-CCM+/312/en

Revision as of 18:02, 31 October 2024 by FuzzyBot (talk | contribs) (Importing a new version from external source)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
  1. SBATCH --account=def-group # Specify some account
  2. SBATCH --time=00-01:00 # Time limit: dd-hh:mm
  3. SBATCH --nodes=1 # Specify 1 or more nodes
  4. SBATCH --cpus-per-task=32 # Request all cores per node (32 or 44)
  5. SBATCH --mem=0 # Request all memory per node
  6. SBATCH --ntasks-per-node=1 # Do not change this value