Difference between revisions of "Abaqus/Batch"

From ScientificComputing
Jump to: navigation, search
(Created page with "You can submit an Abaqus job for an input file ''myjob.inp'' with the following command. bsub [LSF options] abaqus job=myjob [Abaqus options] To submit a parallel calculati...")
(No difference)

Revision as of 14:20, 26 August 2016

You can submit an Abaqus job for an input file myjob.inp with the following command.

bsub [LSF options] abaqus job=myjob [Abaqus options]

To submit a parallel calculation you would use the form

 bsub -n 4 [LSF-parameters] abaqus job=myjob cpus=4 [Abaqus-parameters]

Here you need to replace [LSF options] with LSF parameters for the resource requirements of the job. Please find a documentation about the parameters of bsub on the wiki page about the batch system. You can display all possible command line options for Abaqus, by logging in to the cluster, loading the Abaqus module and running the command

abaqus help

The command line parameters vary for the different Abaqus products.