$GALAXY_SLOTS is set incorrectly when using LSF
Hi, I've noticed that $GALAXY_SLOTS that was always set to 1 when using LSF. It turns out that LSF specifies the number of parallel slots using $LSB_DJOB_NUMPROC env variable which isn't checked in lib/galaxy/jobs/runners/util/job_script/CLUSTER_SLOTS_STATEMENT.sh. A diff that describes the fix is attached. Ilya
Awesome! Thanks for the patch - it has been committed as the following changeset. https://bitbucket.org/galaxy/galaxy-central/commits/fcd83883072c64b96ea0f125... If anyone else is using something other then LSF, Torque, SLURM, Condor, or SGE - please be aware of this potential problem and send a patch for your platform :). Thanks again, -John On Thu, May 15, 2014 at 3:40 PM, Sytchev, Ilya <isytchev@hsph.harvard.edu> wrote:
Hi,
I've noticed that $GALAXY_SLOTS that was always set to 1 when using LSF. It turns out that LSF specifies the number of parallel slots using $LSB_DJOB_NUMPROC env variable which isn't checked in lib/galaxy/jobs/runners/util/job_script/CLUSTER_SLOTS_STATEMENT.sh. A diff that describes the fix is attached.
Ilya
___________________________________________________________ Please keep all replies on the list by using "reply all" in your mail client. To manage your subscriptions to this and other Galaxy lists, please use the interface at: http://lists.bx.psu.edu/
To search Galaxy mailing lists use the unified search at: http://galaxyproject.org/search/mailinglists/
participants (2)
-
John Chilton
-
Sytchev, Ilya