Difference between revisions of "Abaqus/Batch"

From ScientificComputing
Jump to: navigation, search
m
(2 intermediate revisions by one other user not shown)
Line 2: Line 2:
  
 
  bsub [LSF options] abaqus job=myjob [Abaqus options]
 
  bsub [LSF options] abaqus job=myjob [Abaqus options]
 +
 +
Alternatively, if you have an additional ''.com'' file (for instance ''test.com''), which contains Python code, then you would use the ''job'' parameter for the ''.com'' file and the ''input'' parameter for the input file.
 +
 +
bsub [LSF options] abaqus job=test input=myjob [Abaqus options]
  
 
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 options]
+
bsub -n 4 [LSF options] 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:59, 27 October 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]

Alternatively, if you have an additional .com file (for instance test.com), which contains Python code, then you would use the job parameter for the .com file and the input parameter for the input file.

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

To submit a parallel calculation you would use the form

bsub -n 4 [LSF options] 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.