Translations:Star-CCM+/310/en

From Alliance Doc
Revision as of 00:04, 23 May 2024 by FuzzyBot (talk | contribs) (Importing a new version from external source)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
  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=48 # or 32 Request all cores per node
  5. SBATCH --mem=0 # Request all memory per node
  6. SBATCH --ntasks-per-node=1 # Do not change this value