Mercurial > repos > iuc > maker_map_ids
annotate readme.rst @ 7:e906fa778440 draft default tip
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maker commit 739da8be15072cfd98cc0b8d6bfa9dedb25a98f0"
author | iuc |
---|---|
date | Tue, 08 Feb 2022 14:18:25 +0000 |
parents | e408aa831db3 |
children |
rev | line source |
---|---|
4
e408aa831db3
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maker commit 6ba137e32243a6de1fb83a7d4b88f9283db5dd01"
iuc
parents:
diff
changeset
|
1 Running with MPI |
e408aa831db3
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maker commit 6ba137e32243a6de1fb83a7d4b88f9283db5dd01"
iuc
parents:
diff
changeset
|
2 ================ |
e408aa831db3
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maker commit 6ba137e32243a6de1fb83a7d4b88f9283db5dd01"
iuc
parents:
diff
changeset
|
3 |
e408aa831db3
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maker commit 6ba137e32243a6de1fb83a7d4b88f9283db5dd01"
iuc
parents:
diff
changeset
|
4 By default, Maker will only run on 1 cpu. If you want to parallelize on any number |
e408aa831db3
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maker commit 6ba137e32243a6de1fb83a7d4b88f9283db5dd01"
iuc
parents:
diff
changeset
|
5 of cpus and nodes, you can enable MPI by setting the ``MAKER_MPI`` variable to 1 |
e408aa831db3
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maker commit 6ba137e32243a6de1fb83a7d4b88f9283db5dd01"
iuc
parents:
diff
changeset
|
6 in the job destination, and setting ``GALAXY_SLOTS`` to the desired number of cores |
e408aa831db3
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maker commit 6ba137e32243a6de1fb83a7d4b88f9283db5dd01"
iuc
parents:
diff
changeset
|
7 (see https://galaxyproject.org/admin/config/galaxy_slots/#galaxy_slots-for-server-admins). |