Difference between revisions of "Turbomole/Batch"

From ScientificComputing
Jump to: navigation, search
 
Line 3: Line 3:
 
  bsub [LSF options] "jobex [Turbomole options]"
 
  bsub [LSF options] "jobex [Turbomole 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]]
+
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]].

Revision as of 08:15, 26 August 2016

Turbomole jobs need to be submitted through the batch system. For running a calculation, you need to prepare different input files, like a coord file, a basis file and a control file. The preparation of a Turbomole is documented on the corresponding wiki page. A typical submission command could look like

bsub [LSF options] "jobex [Turbomole 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.