Replies: 7 comments 2 replies
-
Hi @cistarsa -- Welcome, and thanks for the question. These simulation algorithms do not support parallel computing. Would you mind sharing your command line for |
Beta Was this translation helpful? Give feedback.
-
Ah sure, yeah so even on a high performance node with many cpus it only uses 1 core at a time? Is there a way to have it take full advantage of the system it's on? Thanks and here's what I've been using
|
Beta Was this translation helpful? Give feedback.
-
No, parallel methods can only be used if the algorithms can be broken into approximately independent bits. For coalescent models, it is not clear that doing so is possible. |
Beta Was this translation helpful? Give feedback.
-
One question: where does that recombination rate come from?:. It is an order or magnitude or two higher than typical values used for, e.g., humans. |
Beta Was this translation helpful? Give feedback.
-
Gotcha, thanks for the quick reply and yeah, I see the same single-threading with Slim##, too...true typical rate for some model systems but this was estimated using pyrho for insect, which is on par.
…On Sat, Apr 2, 2022 at 6:45 PM Kevin R. Thornton ***@***.***> wrote:
One question: where does that recombination rate come from?:. It is an
order or magnitude or two higher than typical values used for, e.g., humans.
—
Reply to this email directly, view it on GitHub
<#2024 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AE7FXO4LRWJSX2YJADGE65DVDDL2BANCNFSM5SKAHXLQ>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
Hi @cistarsa 👋 As @molpopgen says it's not trivial to break up these simulation algorithms into parallel chunks. The main reason that we haven't put any effort into this is that we're nearly always running many replicates when doing such simulations, and these parallelise naturally. |
Beta Was this translation helpful? Give feedback.
-
I haven't read past the abstract, but this seems relevant: |
Beta Was this translation helpful? Give feedback.
-
Hello, I'm attempting to generate a neutral vcf for 40 individuals on a 50Mb chromosome using the command line as
msp ancestry
andmsp mutation
and was wondering if I can multi-thread this process on a slurm cluster or a high performance node with 96 cores. As of now this is only using 1 CPU and 0.5% memory, thank you.Beta Was this translation helpful? Give feedback.
All reactions