mfiers / Moa

Lightweight workflows in bioinformatics:
http://moa.readthedocs.org
GNU General Public License v3.0
23 stars 10 forks source link

Openlava Job Actor options #28

Open warrenson opened 10 years ago

warrenson commented 10 years ago

I'm not sure that the '-C' option in the openLavaActor.py script does what is expected.

https://github.com/mfiers/Moa/blob/moa.0.11/moa/plugin/job/openLavaActor.py#L127

The bsub manpage implies that the '-C' option sets a "core file size limit for all the processes that belong to this batch job" rather than setting the maximum number of cores allocated to the job.