rsnt_translations
57,772
edits
No edit summary |
(Marked this version for translation) |
||
Line 83: | Line 83: | ||
order_parallel=OFF | order_parallel=OFF | ||
<!--T:20873--> | |||
</tab> | </tab> | ||
<tab name="project directory restart script"> | <tab name="project directory restart script"> | ||
Line 96: | Line 97: | ||
#SBATCH --nodes=1 # Do not change ! | #SBATCH --nodes=1 # Do not change ! | ||
<!--T:20874--> | |||
module load abaqus/2021 | module load abaqus/2021 | ||
unset SLURM_GTIDS | unset SLURM_GTIDS | ||
Line 102: | Line 104: | ||
echo "ABAQUSLM_LICENSE_FILE=$ABAQUSLM_LICENSE_FILE" | echo "ABAQUSLM_LICENSE_FILE=$ABAQUSLM_LICENSE_FILE" | ||
<!--T:20875--> | |||
rm -f testsp2* testsp1.lck | rm -f testsp2* testsp1.lck | ||
abaqus job=testsp2 oldjob=testsp1 input=mystd-sim-restart.inp \ | abaqus job=testsp2 oldjob=testsp1 input=mystd-sim-restart.inp \ | ||
Line 113: | Line 116: | ||
*RESTART, READ | *RESTART, READ | ||
<!--T:20876--> | |||
</tab> | </tab> | ||
<tab name="temporary directory script"> | <tab name="temporary directory script"> | ||
Line 126: | Line 130: | ||
#SBATCH --nodes=1 # Do not change ! | #SBATCH --nodes=1 # Do not change ! | ||
<!--T:20877--> | |||
module load abaqus/2021 | module load abaqus/2021 | ||
<!--T:20878--> | |||
unset SLURM_GTIDS | unset SLURM_GTIDS | ||
export MPI_IC_ORDER='tcp' | export MPI_IC_ORDER='tcp' | ||
Line 135: | Line 141: | ||
echo "SLURM_TMPDIR = " $SLURM_TMPDIR | echo "SLURM_TMPDIR = " $SLURM_TMPDIR | ||
<!--T:20879--> | |||
rm -f testst1* testst2* | rm -f testst1* testst2* | ||
cd $SLURM_TMPDIR | cd $SLURM_TMPDIR | ||
Line 156: | Line 163: | ||
egrep -i "step|start" testst*.com testst*.msg testst*.sta | egrep -i "step|start" testst*.com testst*.msg testst*.sta | ||
<!--T:20880--> | |||
</tab> | </tab> | ||
<tab name="temporary directory restart script"> | <tab name="temporary directory restart script"> | ||
Line 169: | Line 177: | ||
#SBATCH --nodes=1 # Do not change ! | #SBATCH --nodes=1 # Do not change ! | ||
<!--T:20881--> | |||
module load abaqus/2021 | module load abaqus/2021 | ||
<!--T:20882--> | |||
unset SLURM_GTIDS | unset SLURM_GTIDS | ||
export MPI_IC_ORDER='tcp' | export MPI_IC_ORDER='tcp' | ||
Line 178: | Line 188: | ||
echo "SLURM_TMPDIR = " $SLURM_TMPDIR | echo "SLURM_TMPDIR = " $SLURM_TMPDIR | ||
<!--T:20883--> | |||
rm -f testst2* testst1.lck | rm -f testst2* testst1.lck | ||
cp testst1* $SLURM_TMPDIR | cp testst1* $SLURM_TMPDIR | ||
Line 197: | Line 208: | ||
*RESTART, READ | *RESTART, READ | ||
<!--T:20884--> | |||
</tab> | </tab> | ||
</tabs> | </tabs> |