-
This is a proposal for the implementation of a class `BatchEquilibriumSolver` for solving multiple equilibrium problems in parallel using OpenMP.
**Example:**
~~~c++
Vector T = { /* vector of …
-
I am posting this issue since while doing #6147 i realized that there is some parallelization issue with the ResidualCriteria when constraints are employed.
I took a look into the code, and could n…
-
The replica exchange simulations in the example (done with Yank 0.21.2) seem to be running only in serial. Only 1 process is running when I ran a 24 replica example from a slurm batch script on Resear…
-
Hello,
Version: 2.0.5
Using pt.hbond and pt.distance work really well for my case study and I would like to use the parallel version pmap_mpi to accelerate de calculation.
The parallelizat…
-
#### Summary:
The MPI makefiles currently do not build boost in parallel and they also do not integrate well with cmdstan.
#### Description:
* Builds are slow due to not using parallelization o…
wds15 updated
2 years ago
-
The MPI-3 standard introduced functions which enable multiple ranks on the same node / NUMA-domain to use shared local memory to communicate.
+ Can be used to for example share input data.
+ Faste…
-
We now have a very beefy bare-metal (96 CPUs, 256Gi RAM) machine available for testing, and we would like to advise teams to use the beefy HW as much as possible. A common scenario for this machines w…
thrix updated
7 months ago
-
Currently the code runs on one device, which doesn't allow scaling to larger computational network such as TPU pods.
Parallelizing over local sampler should be relatively simple, since that does no…
-
Some algorithms use RunningMeanStd object and call update within algorithm (e.g. ddpg, trpo_mpi),
others rely on VecNormalize env wrapper for observation normalization. Also, MPI support for VecNorm…
-
1. Given that Galtab employs the tabulation technique similar to Tabcorr, how can I store the output of galtab.CICTabulator() like in Tabcorr?
`halocat = CachedHaloCatalog(simname='bolplanck')`
`h…