Translations:Star-CCM+/297/en

Revision as of 21:24, 2 June 2023 by FuzzyBot (talk | contribs) (Importing a new version from external source)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
  1. SBATCH --time=0-00:30 # Time limit: d-hh:mm
  2. SBATCH --nodes=1 # Specify 1 or more nodes
  3. SBATCH --cpus-per-task=40 # Request all cores per node
  4. SBATCH --ntasks-per-node=1 # Do not change this value
  5. SBATCH --mail-type=BEGIN
  6. SBATCH --mail-type=END

cd $SLURM_SUBMIT_DIR