Translations:Abaqus/45/en
Jump to navigation
Jump to search
</tab> <tab name="project directory restart script"> {{File
|name="scriptep2.txt" |lang="sh" |contents=
- !/bin/bash
- SBATCH --account=def-group # specify account
- SBATCH --time=00-06:00 # days-hrs:mins
- SBATCH --mem=8000M # node memory > 5G
- SBATCH --cpus-per-task=4 # number cores > 1
- SBATCH --nodes=1 # do not change