-
Li Jian wrote:
Sorry for asking the parallelized modflow6 problem in this repo, but I cannot find the issue submitting in Verkaik's forked repo. And thank you Verkaik for you suggestion. I have two…
-
I like status bars. Even if numba accelerates my code and parallelizes it for me, I want to know how much longer I have to wait.
In python this can be done with the multi threading library with som…
-
## Feature request
Right now, there is not a (documented) way to _disable_ Numba parallelism from environment variables. Setting `NUMBA_NUM_THREADS=1` still does something with the threading layer,…
-
Sometimes folks ping us to ask how they can contribute code to the MegaDetector project, and we don't really have a place to point them right now. Combined with the fact that a couple of important op…
-
**Is your feature request related to a problem? Please describe.**
Parsl interferes with my `mpiexec` launcher settings when I use the Slurm provider. I did not know the Slurm provider sets "ntasks-p…
-
### Motivation.
Currently, guided decoding & logit processor API is incomplete has has several issues. The RFC is intended to bring up problems and solutions. Some of issues may have been already a…
-
**Let us know what functionality you'd like to see in Playwright and what your use case is.**
Currently, we have some shards taking longer than others just because PW runs tests in alphabetical order…
-
Hi,
I've used the command snakemake -j 60 --use-conda to run bacLife but noticed prokka only uses 1 thread.
I checked the Snakefile and changed -cpus from 1 to 60:
rule Prokka_annotation:
…
-
### Why/User Benefit/User Problem
As a user, I want the tiles on the homescreen to be organized using both up/down arrows and side-to-side so that I can reach my desired tile faster given my FireTV…
-
**Overview**
Currently, the `ControlID pass` provides methods that can label the control stmts with u64's, and we can query for the label of a given control stmt. We want to improve this analysis to…