-
It is recommended to use `pyproject.toml`.
I would suggest to start by managing the sollowing additional points over `pyproject.toml`:
* Dependencies
* `mpi4py < 4` is required. See https:/…
-
I originally posted this on the emcee github but Dan mentioned I try it here. I'm on Red Hat 6.6 with a newly installed anaconda. I am running rather large parallel MCMC chains with ~100 dimensions, 5…
-
Currently, the code wrapping `mpi4py` for `torch.Tensor`'s is contained in `heat/core/communication.py` and not fully separated from constructions related to the `DNDarray`-class (e.g., computation of…
-
I guess the source url should be updated from https://bitbucket.org/mpi4py/mpi4py-fft to https://github.com/mpi4py/mpi4py-fft in setup.py and in docs.
-
* autoemcee version: 0.4.1
* Python version: 3.9.7
* Operating System: Debian 11
### Description
I am using a MCMC code (Monte-Carlo Markov-Chain) to test a model and see if it is validated.
…
-
Running into the titular error message.
Running on Windows 10
Installed MPI 10.1 from Microsoft
Using Python=3.8.13 environment.
Used pip to install mpi4py==3.1.3.
Did a pip install of the requir…
-
Hi,
I am following the example as in this thread just to make sure that everything works fine,
from mpi4py import MPI
from mpi4py_fft import PFFT, newDistArray
FFT = PFFT(MPI.COMM_WORLD, [64, …
-
# Timing notes
- Opening note on ENCCS can take a few minutes, but I was unprepared.
- Installation took a good 15 minutes - unsure.
- Intro and perf. fundamentals episodes took a long time, but mo…
-
```python
from bsb import Scaffold, Configuration, AfterConnectivityHook, config, options
options.verbosity = 4
options.debug_pool = True
@config.node
class TestAfterConn(AfterConnectivityHoo…
-
Need to mix @par functions with python() functions.
j-woz updated
6 years ago