-
Looking at #15689, I realized that our current approach to threading is a bit ad-hoc. I would like to discuss the strategy on threading to get everyone on the same page. Especially @bangerth has been …
-
The idea of incorporating `FastSpecFit` (https://github.com/desihub/fastspecfit/) has been discussed many times off-list, but I believe the code base has matured enough to consider incorporating it in…
-
Hi,
Some new added functions such as linspaced_vector are not available in Rstan 2.21 so far. I tried it in my current Rstan. However, my current stan version is 2.21 in Rstan for R 3.6.3, thus thi…
-
-
Hi, dear developers,
Recently I used HPhi to compute a two-dimensional Hubbard model. When I compute the eigenvector of the ground state with the strength of Hubbard U=1, I can write the eigenvecto…
-
There are multiple related discussion / issues going in the same direction
- [this numba issue](https://github.com/numba/numba/issues/8692) turns out to have the problem somewhere else
- [this…
skwde updated
2 weeks ago
-
Currently, `sct_run_batch` works with OpenMP, not MPI. In clusters that can accommodate MPI, it would be nice to have that capabilities. In case we will implement it, we could re-use some of the code…
-
**Is your feature request related to a problem? Please describe.**
When multiple worker processes are started on the same host (e.g., for auto workers), global vertex maps of fragments will be cr…
-
The tomopy.prep.remove_stripe_fw and tomopy.prep.retrieve_phase functions use tomopy.util.mproc.distribute_jobs for multiprocessing. This causes conflicts with dask's multiprocessing. While the inner …
-
Has YANK been tested on EC2 yet? I'm in the process of running the abl-imatinib-explicit example on a g2.2xlarge instance, and it looks like the 1 calculation will take ~4.5 days to complete. Have you…