rsnt_translations
57,772
edits
No edit summary |
(Marked this version for translation) |
||
Line 38: | Line 38: | ||
=== Single node computing === <!--T:20827--> | === Single node computing === <!--T:20827--> | ||
<!--T:20868--> | |||
<tabs> | <tabs> | ||
<tab name="project directory script"> | <tab name="project directory script"> | ||
Line 51: | Line 52: | ||
#SBATCH --nodes=1 # Do not change ! | #SBATCH --nodes=1 # Do not change ! | ||
<!--T:20869--> | |||
module load StdEnv/2020 # Latest version | module load StdEnv/2020 # Latest version | ||
module load abaqus/2021 # Latest version | module load abaqus/2021 # Latest version | ||
<!--T:20870--> | |||
#module load StdEnv/2016 # Uncomment to use | #module load StdEnv/2016 # Uncomment to use | ||
#module load abaqus/2020 # Uncomment to use | #module load abaqus/2020 # Uncomment to use | ||
<!--T:20871--> | |||
unset SLURM_GTIDS | unset SLURM_GTIDS | ||
export MPI_IC_ORDER='tcp' | export MPI_IC_ORDER='tcp' | ||
Line 62: | Line 66: | ||
echo "ABAQUSLM_LICENSE_FILE=$ABAQUSLM_LICENSE_FILE" | echo "ABAQUSLM_LICENSE_FILE=$ABAQUSLM_LICENSE_FILE" | ||
<!--T:20872--> | |||
rm -f testsp1* testsp2* | rm -f testsp1* testsp2* | ||
abaqus job=testsp1 input=mystd-sim.inp \ | abaqus job=testsp1 input=mystd-sim.inp \ |