-
Notifications
You must be signed in to change notification settings - Fork 441
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Maker: update 2.31.10 + add support for mpi #2149
Conversation
(There's also this PR which should improve support for mpi on SGE cluster: conda-forge/openmpi-feedstock#30) |
humpf. maybe mpi is not so simple. we should wait before merging |
ping @bgruening as we discussed: using maker in mpi mode would probably look like this |
Thanks for sharing @abretaud! Have a save trip home! |
Hum, the error looks like bioconda/bioconda-recipes#13562, I'll have a look next week |
Green!
ping @erasche @shiltemann with this PR the maker tutorial should run much faster, so it could be useful for the Utrecht session. Do you think it would be possible to try it, or do you prefer to keep the current non-mpi version? I can open a Galaxy issue to start a discussion on a better way to standardize mpi execution |
@abretaud of course we want a faster version! :) |
@erasche cool! |
Thanks for creating the issue and the update. |
FOR CONTRIBUTOR:
FOR REVIEWER:
iuc
has access to associated toolshed repo(s)<command/>
'single quoted'
<![CDATA[ ... ]]>
tagstext
or havingoptional="true"
attribute are checked withif str($param)
before being usedformat
attribute containing datatypes recognised by Galaxy<![CDATA[ ... ]]>
tagsA minor update for maker, and also added support for MPI (finally found a way to avoid systematic segfault).
I'm a little nervous with the MPI stuff, but tests are ok (= in a non-cluster environment) and it seems to work fine on our cluster with a properly configure job destination.