38,757
edits
(Updating to match new version of source page) |
(Updating to match new version of source page) |
||
Line 77: | Line 77: | ||
To check the completed restart information do: | To check the completed restart information do: | ||
cat testsp1.msg | grep "STARTS\|COMPLETED\|WRITTEN" | cat testsp1.msg | grep "STARTS\|COMPLETED\|WRITTEN" | ||
Some simulations may benefit by adding the following to the abaqus command at the bottom of the script: | |||
order_parallel=OFF | |||
</tab> | </tab> | ||
<tab name="work directory restart script"> | <tab name="work directory restart script"> | ||
Line 126: | Line 128: | ||
echo "SLURM_TMPDIR = " $SLURM_TMPDIR | echo "SLURM_TMPDIR = " $SLURM_TMPDIR | ||
rm -f | rm -f testst1* testst2* | ||
cd $SLURM_TMPDIR | cd $SLURM_TMPDIR | ||
while sleep 6h; do | while sleep 6h; do |