rsnt_translations
57,772
edits
No edit summary |
No edit summary |
||
Line 214: | Line 214: | ||
=== Multiple node computing === <!--T:20832--> | === Multiple node computing === <!--T:20832--> | ||
Users with large memory or compute needs (and correspondingly large licenses) can use the following script to perform mpi-based computing over an arbitrary range of nodes ideally left to the scheduler to automatically determine. A companion template script to perform restart | Users with large memory or compute needs (and correspondingly large licenses) can use the following script to perform mpi-based computing over an arbitrary range of nodes ideally left to the scheduler to automatically determine. A companion template script to perform restart multinode jobs is not currently provided due to additional limitations when they can be used. | ||
Line 258: | Line 258: | ||
== Explicit analysis == <!--T:20833--> | == Explicit analysis == <!--T:20833--> | ||
Abaqus solvers support thread-based and mpi-based parallelization. Scripts for each type are provided below for running explicit analysis type jobs on single or multiple nodes respectively. Template scripts to perform | Abaqus solvers support thread-based and mpi-based parallelization. Scripts for each type are provided below for running explicit analysis type jobs on single or multiple nodes respectively. Template scripts to perform multinode job restarts are not currently provided pending further testing. | ||
=== Single node computing === <!--T:20834--> | === Single node computing === <!--T:20834--> | ||
Line 513: | Line 513: | ||
== On a cluster == <!--T:20846--> | == On a cluster == <!--T:20846--> | ||
# Connect to a compute node (3hr salloc time limit) with [[VNC#Compute_nodes TigerVNC]] | # Connect to a compute node (3hr salloc time limit) with [[VNC#Compute_nodes|TigerVNC]] | ||
# Open a new terminal window and enter one of the following:<br><code>module load StdEnv/2016 abaqus/6.14.1</code>, or,<br><code>module load StdEnv/2016 abaqus/2020</code>, or,<br><code>module load StdEnv/2020 abaqus/2021</code> | # Open a new terminal window and enter one of the following:<br><code>module load StdEnv/2016 abaqus/6.14.1</code>, or,<br><code>module load StdEnv/2016 abaqus/2020</code>, or,<br><code>module load StdEnv/2020 abaqus/2021</code> | ||
# <code>abaqus cae -mesa</code><br><br> | # <code>abaqus cae -mesa</code><br><br> | ||
== On gra-vdi == <!--T:20847--> | == On gra-vdi == <!--T:20847--> | ||
# Connect to gra-vdi (24hr abaqus runtime limit) with [[VNC#VDI_nodes TigerVNC]] | # Connect to gra-vdi (24hr abaqus runtime limit) with [[VNC#VDI_nodes|TigerVNC]] | ||
# Open a new terminal window and enter one of the following:<br><code>module load CcEnv StdEnv/2016 abaqus/6.14.1</code>, or,<br><code>module load CcEnv StdEnv/2016 abaqus/2020</code>, or,<br><code>module load CcEnv StdEnv/2020 abaqus/2021</code> | # Open a new terminal window and enter one of the following:<br><code>module load CcEnv StdEnv/2016 abaqus/6.14.1</code>, or,<br><code>module load CcEnv StdEnv/2016 abaqus/2020</code>, or,<br><code>module load CcEnv StdEnv/2020 abaqus/2021</code> | ||
# <code>abaqus cae</code><br><br> | # <code>abaqus cae</code><br><br> |