#!/bin/bash #$ -clear #$ -S /bin/bash #$ -q abaqus.q #$ -V #$ -cwd #$ -M {user email address for notification} # Defining output file #$ -o {full path of standard output file} #$ -e {full path of standard error file} #$ -pe abaqus.pe 8 abaqus \ job={job name} input={input file} scratch=/scratch/{UserID} \ cpus=$NSLOTS mp_mode=threads interactive