

The OpenMP parallel environment, threads, works best using multiple cores (cpus) on a single node. Based on the number of licenses required and the number of cores per node, it is likely that Abaqus will not parallelize well beyond 8-12 core. It is necessary to decide which parallel environment you want to use for your Abaqus job. # for you and change for your Abaqus license server:Įxport Setup your Abaqus runtime environment based on serial, openmp or mpi Ībaqus job=$JOBNAME input=$INPUT_FILE interactiveĮcho "ERROR: You must set the JOBNAME variable in your queue script."Įcho "ERROR: You must set the INPUT_FILE variable in your queue script."

# Setup the environment choose the Abaqus version that's right # next two lines to start with #$ instead of just # # finishes, edit the -M line to have your email address and change the # If you want an email message to be sent to you when your job ultimately Modify the value of JOBNAME to be the name of your Modify the value of INPUT_FILE to be the name of your Please refer to your account sponsor on the cluster to determine if you have access to Abaqus.Ībaqus-serial.qs # 1. Specifically, you must change to your Abaqus license server information. It is important to read the comments and make the necessary changes for the example to work. Below is a queue submission script example for Abaqus copied and modified from the serial template found in /opt/shared/templates/gridengine/serial.qs.
