qsub-interactive.png
After connecting to the cluster using SSH or Putty with X forwarding you must then submit an interactive job.
starting-abaqus.png
Once your interactive job starts you can then run abaqus cae. You may notice some MESA warnings, these can be ignored.
abaqus-cae-splash.png
The first thing you will see is an abaqus splash screen asking you which Analysis type you are interested in working with.
cae-gui.png
Behind the splash screen the Abaqus CAE interface will open.

Using Abaqus CAE Interactively

There are limited resources available on the login node of the cluster which will cause poor performance with Abaqus CAE. Unless you use an interactive cluster job to execute it. Below you will find the necessary steps to launch an interactive session with the cluster that has X forwarding enabled.
Eexecute the following commands to start Abaqus after connecting to nic.mst.edu with X forwarding enabled.
$ qsub -I -X -N abaqus_cae -l nodes=1 -l walltime=01:00:00 
You will have to wait for the job to start which will give you an xterm on one of the compute nodes. Then run Abaqus as you normally would. It will be running on a compute node instead of the login node this way and you should have better performance.
$ abaqus cae

You may see various MESA warning messages when launching CAE.  They are normal and do not seem to cause any issues.

A video tutorial on this subject is displayed to the right.  You can pause the video or select other frames by clicking the dots below the images.  Each dot represents one frame.