Translations:Abaqus/20784/en

From Alliance Doc
Jump to navigation Jump to search

rm -f testsp1* testsp2* abaqus job=testsp1 input=mystd-sim.inp \

  scratch=$SCRATCH cpus=$SLURM_CPUS_ON_NODE interactive \
  mp_mode=threads memory="$((${SLURM_MEM_PER_NODE}-3072))MB"

}} To write restart data every N=12 time increments specify in the input file:

*RESTART, WRITE, OVERLAY, FREQUENCY=12

To write restart data for a total of 12 time increments specify instead:

*RESTART, WRITE, OVERLAY, NUMBER INTERVAL=12, TIME MARKS=NO

To check for completed restart information do:

egrep -i "step|start" testsp*.com testsp*.msg testsp*.sta

Some simulations may benefit by adding the following to the Abaqus command at the bottom of the script:

order_parallel=OFF

</tab> <tab name="project directory restart script"> {{File

 |name="scriptsp2.txt"
 |lang="sh"
 |contents=
  1. !/bin/bash
  2. SBATCH --account=def-group # Specify account
  3. SBATCH --time=00-06:00 # Specify days-hrs:mins
  4. SBATCH --cpus-per-task=4 # Specify number of cores
  5. SBATCH --mem=8G # Specify total memory > 5G
  6. SBATCH --nodes=1 # Do not change !