We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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?
sluRm
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.
The text was updated successfully, but these errors were encountered:
Looking at e.g. Slurm_lapply, it seems I was wrong and chunking is supported 👍
Slurm_lapply
Please document!
Sorry, something went wrong.
Addressing issues #10 #11 and #12
0bd9f03
Yes! Of course, if that were not the case, then ppl should go to https://github.com/mschubert/clustermq instead :). Documented.
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: