38,757
edits
(Updating to match new version of source page) |
(Updating to match new version of source page) |
||
Line 23: | Line 23: | ||
= Cluster batch job submission = | = Cluster batch job submission = | ||
Below is | Below is a sample slurm script to submit a parallel job to a compute node using 4 cores: | ||
{{File | {{File | ||
Line 38: | Line 38: | ||
export MPI_IC_ORDER='tcp' | export MPI_IC_ORDER='tcp' | ||
abaqus job=Test input=Sample.inp scratch=$SCRATCH cpus=$SLURM_CPUS_ON_NODE interactive | abaqus job=Test input=Sample.inp scratch=$SCRATCH cpus=$SLURM_CPUS_ON_NODE interactive mp_mode=threads | ||
}} | }} | ||