Gnu parallel/Batch
From ScientificComputing
Revision as of 07:26, 9 January 2017 by Sfux (talk | contribs) (Created page with "You can submit a GNU parallel job in batch mode with the following command: bsub [LSF options] "parallel [GNU parallel options]" Here you need to replace ''[GNU parallel op...")
You can submit a GNU parallel job in batch mode with the following command:
bsub [LSF options] "parallel [GNU parallel options]"
Here you need to replace [GNU parallel options] with GNU parallel command line options and [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.