-
TECA prevents mpi4py from doing its default MPI_Init/MPI_Finalize during import/exit in order that TECA can be used on NERSC Cray's on the login nodes and more recently without running via srun on the…
-
Hi,when I follow the tutorial for building TensorRT image in Linux system mentioned in **docs/source/installation.md**. I encounted a problem:
```
(base) psdz@psdz-Super-Server:~/disk1/ZT/code/Tensor…
-
I'm using Ubuntu 22, with a fresh conda environment.
When installing POSEIDON, I ran into an issue with mpi4py where it was unable to find the necessary binaries. Despite mpich being displayed as i…
-
Upgrading desiconda on `desi-7` is currently unsuccessful because of what appear to be default dependencies on `hpsspy` (which we definitely don't need outside of NERSC) and `mpi4py`.
Using the NER…
-
Dear Dr Derek Groen,
I am Shakir Bilal working at University of South Florida, In Tampa. Our group has been working on a C++ based ABM simulator and seeks to perform sensistvty analysis using the fa…
-
Hi, I had tried to test llama2 based on TensorRT-LLM.
my environments (based on "nvcr.io-nvidia-tritionserver-23.10-trtllm-python-py3"):
> cuda 12.2
> gpu A100 40G (1)
> python 3.10.12
> ubunt…
-
When I was running "pip install -r assets/requirements/requirements.txt", I got the following errors. Could you please tell me what should I do?
Building wheels for collected packages: mpi4py
Bu…
-
After the recent changes to the default precision of integers, we could not find an easy fix for the external mpi4py tests. Hence we had to deactivate them in order to proceed with the various pull re…
-
## Platform
Ubuntu: 24.04 LTS
Python: 3.8/3.10/3.12
## Steps
### Given Installation Instructions
1. `apt-get update && apt-get -y install python3.10 python3-pip openmpi-bin libopenmpi-dev`
…
-
I am trying to use this scorep python binding with mpi4py.future without success. My code is just hanging without progressing.
Here is my example code (future_hello.py):
```
from mpi4py import MP…