1 new commit in galaxy-central: https://bitbucket.org/galaxy/galaxy-central/commits/3fb927653301/ Changeset: 3fb927653301 User: jmchilton Date: 2014-03-14 14:42:10 Summary: Add documentation for using GALAXY_SLOTS with local runner. Affected #: 1 file diff -r e22d4f2b57a8c99cf5b48d36e0ca440934eaa569 -r 3fb927653301a0c06a0bf94f2b6bd71b3595ec0d job_conf.xml.sample_advanced --- a/job_conf.xml.sample_advanced +++ b/job_conf.xml.sample_advanced @@ -57,6 +57,12 @@ should be executed on those remote resources. --><destination id="local" runner="local"/> + <destination id="multicore_local" runner="local"> + <param id="local_slots">4</param><!-- Specify GALAXY_SLOTS for local jobs. --> + <!-- Warning: Local slot count doesn't tie up additional worker threads, to prevent over + allocating machine define a second local runner with different name and fewer workers + to run this destination. --> + </destination><destination id="pbs" runner="pbs" tags="mycluster"/><destination id="pbs_longjobs" runner="pbs" tags="mycluster,longjobs"><!-- Define parameters that are native to the job runner plugin. --> Repository URL: https://bitbucket.org/galaxy/galaxy-central/ -- This is a commit notification from bitbucket.org. You are receiving this because you have the service enabled, addressing the recipient of this email.