-
I have some doubts about how to enable Lua code to achieve concurrent/parallel processing ability through asynchronous methods provided by Rust in mlua.
Here is my test code, where I believe the im…
-
Great package! Do you know if your parallel solution will work on a cluster system? I tried your parallel code on a cluster using SLURM and got the following error from future_lapply:
2: (function …
-
Somehow, the processParallel flag has been broken.
Specifically, the "pathFolder" is not/no longer defined when reaching this step.
https://github.com/SPF-OST/pytrnsys/blob/master/pytrnsys/psim/proc…
-
There are several steps.
# Parallel processing on one node with `openPMD-api`
Provide example/instructions on how to process fields/particles in the WarpX documentation.
- For fields: provide e…
-
Hi @yunguan-wang,
I noticed in the manuscript it noted that parallel processing actually resulted in slower jobs (presumably implemented in R), but spacia.py has a worker pool. It appears to batch…
-
Pending the use of some observability from https://github.com/cockroachdb/cockroach/issues/125081, we believe that gossip callback processing can fall behind on its work due to being single threaded. …
-
Since `future_lapply` is used in `get_model_pars` even when `n_workers == 1`, the user needs to adjust `future.globals.maxSize` depending on the dataset, which is tricky for incorporating `sctransform…
-
Hi @ebolyen and @colinvwood
In https://github.com/qiime2/q2galaxy/pull/47 parameters setting the number of cores have been removed from the XML (which was the right thing to do.
I'm wondering h…
-
This is a really neat library! Any chance it would be possible to add parallel processing for multiple songs? Between downloading the files and looking up metadata, I'm sure different songs can be pro…
-
From my understanding of the code, in paired-end processing, both fastq input files could be processed parallelly, but they are currently sequential. Is this correct? If so, I could take this feature …