Abaqus/Example
From ScientificComputing
As an example for an Abaqus job, we use a mildly nonlinear static analysis that simulates bolting a cylinder head onto an engine block.
[leonhard@euler01 abaqus]$ ls s4b.inp test.com [leonhard@euler01 abaqus]$ module load abaqus/6.14-1 [leonhard@euler01 abaqus]$ bsub -n 4 -W 1:00 -R "rusage[mem=2048,scratch=1500]" "abaqus job=test cpus=4 input=s4b scratch=\$TMPDIR" Abaqus job. Job <26014227> is submitted to queue <normal.4h>. [leonhard@euler01 abaqus]$ bjobs JOBID USER STAT QUEUE FROM_HOST EXEC_HOST JOB_NAME SUBMIT_TIME 26014227 leonhard PEND normal.4h euler01 *h=$TMPDIR Aug 29 09:01 [leonhard@euler01 abaqus]$ bjobs JOBID USER STAT QUEUE FROM_HOST EXEC_HOST JOB_NAME SUBMIT_TIME 26014227 leonhard RUN normal.4h euler01 4*e1023 *h=$TMPDIR Aug 29 09:01 [leonhard@euler01 abaqus]$ bjobs No unfinished job found [leonhard@euler01 abaqus]$ ls lsf.o26014227 s4b.inp test.com test.dat test.msg test.odb test.prt test.sim test.sta [leonhard@euler01 abaqus]$ grep -A10 "Begin Analysis" lsf.o26014227 Begin Analysis Input File Processor Mon 29 Aug 2016 09:02:28 AM CEST Run pre Mon 29 Aug 2016 09:03:26 AM CEST End Analysis Input File Processor Begin Abaqus/Standard Analysis Mon 29 Aug 2016 09:03:26 AM CEST Run standard Mon 29 Aug 2016 09:24:36 AM CEST End Abaqus/Standard Analysis Abaqus JOB test COMPLETED
Please note that you need to request local scratch space from the batch system, when you would like to use the scratch parameter of Abaqus.