# HG changeset patch # User iuc # Date 1609837203 0 # Node ID 28526dad4265dc8d4d64f261ba5c0da3b63173e9 # Parent 273ef8cd6ac44006679a1467d8e6e073ca28c7a2 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maker commit 6ba137e32243a6de1fb83a7d4b88f9283db5dd01" diff -r 273ef8cd6ac4 -r 28526dad4265 readme.rst --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/readme.rst Tue Jan 05 09:00:03 2021 +0000 @@ -0,0 +1,7 @@ +Running with MPI +================ + +By default, Maker will only run on 1 cpu. If you want to parallelize on any number +of cpus and nodes, you can enable MPI by setting the ``MAKER_MPI`` variable to 1 +in the job destination, and setting ``GALAXY_SLOTS`` to the desired number of cores +(see https://galaxyproject.org/admin/config/galaxy_slots/#galaxy_slots-for-server-admins).