Skip to content
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

[JOSS review] Chunking of jobs #10

Open
mschubert opened this issue Jun 10, 2019 · 2 comments
Open

[JOSS review] Chunking of jobs #10

mschubert opened this issue Jun 10, 2019 · 2 comments

Comments

@mschubert
Copy link

This is a part of the JOSS review outlined in openjournals/joss-reviews#1493.

As far as I can tell, individual function calls are always submitted as array jobs.

What if you have millions of calls?
Does that mean sluRm will submit an array with millions of entries?

In other words, can sluRm chunk together multiple function calls in one jobs?

I assume it can not. This is fine, but should be documented.

@mschubert
Copy link
Author

Looking at e.g. Slurm_lapply, it seems I was wrong and chunking is supported 👍

Please document!

gvegayon added a commit that referenced this issue Jun 11, 2019
@gvegayon
Copy link
Member

Yes! Of course, if that were not the case, then ppl should go to https://github.com/mschubert/clustermq instead :). Documented.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants