Difference between revisions of "Abaqus/Batch"
From ScientificComputing
(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...") |
|||
Line 5: | Line 5: | ||
To submit a parallel calculation you would use the form | To submit a parallel calculation you would use the form | ||
− | bsub -n 4 [LSF-parameters] abaqus job=myjob cpus=4 [Abaqus | + | bsub -n 4 [LSF-parameters] abaqus job=myjob cpus=4 [Abaqus options] |
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 [[Using_the_batch_system|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 | 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 [[Using_the_batch_system|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 |
Revision as of 15: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 options]
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.