-
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 saw your comment said you failed to install mpi4py, maybe you don't have mpi on you mac, so you can install openmpi first then try to install mpi
```
brew install openmpi
pip install mpi4py
…
-
```
2014/12/09 18:02:56 - INFO: [package:run_job] running install
2014/12/09 18:02:56 - INFO: [package:run_job] running build
2014/12/09 18:02:56 - INFO: [package:run_job] running build_src
2014/12/09…
-
### Description
The user configuration settings are ignored when `PIP_CONFIG_FILE` is set to an existing config file.
```
~ ➜ PIP_CONFIG_FILE=~/Projects/test/test-no-user/pip.conf pip config debu…
-
When running Testflo with a file that uses mpi4py I intermittently get the following errors:
```
ORTE_ERROR_LOG: Data unpack would read past end of buffer in file util/show_help.c at line 501
```…
-
Hi,
The nbodykit built for NERSC cori ( https://nbodykit.readthedocs.io/en/latest/getting-started/install.html#nbodykit-on-nersc ) does not seem to work on Perlmutter. When trying to load nbodykit …
-
### Please check that this issue hasn't been reported before.
- [X] I searched previous [Bug Reports](https://github.com/OpenAccess-AI-Collective/axolotl/labels/bug) didn't find any similar reports.
…
-
Following the readme I try to install required packages but i stumble upon problems on the way.
mpi4py:
when command inserted as it says in the readme the following error shows
```
(jukebox) C…
-
i run the following bash
```
OUT_DIR = "/Your/output/path"
DATA_PATH = "/Your/data/path"
DATA_NAME = "xsum_data"
PRETRAIN_CKPT_PATH = "/Your/pretrain_ckpt/path"
python -u -m torch.distribute…
-
## Description
I've been getting some seg faults from the code when running with numpy 1.26.4. Behavior goes away when using numpy 1.22.4. If reproducible on your end, you could simply limit the nu…