-
**Please describe the problem you are trying to solve.**
When building preCICE without MPI, each parallel participant needs to define an ``.
This is tedious and could be the default behaviour.
…
-
-
requesting that MPI 3.x Fortran API be made available--even if not the post MPI 2.1 features, at least the `mpi_f08` interface as that avoids numerous compiler warnings.
```fortran
use mpi_f08, on…
-
Hi all,
I am just trying Wi4MPi in c++ langage, and it seems that it miss the MPI_Aint_add function in the header, and so don't compile.
Normal or not ?
Are there other features that are not c…
ymeur updated
3 years ago
-
The progress timer does not work correctly if there is more than one process via MPI. On screen the most recent timer output is visible leading to the time jumping to different numbers (and back when …
-
in monolish::mpi
- [ ] MPI_Allgatherv();
- [ ] MPI_Alloc_mem();
- [x] MPI_Allreduce();
- [ ] MPI_Alltoall();
- [x] MPI_Barrier();
- [x] MPI_Comm_rank();
- [x] MPI_Comm_size();
- [x] MPI_Fina…
-
We should root-cause this. My money is on Travis CI environment or a Open-MPI bug, rather than Casper.
```sh
testing mpiexec=mpiexec --oversubscribe -np 4 CSP_NG=0 win_allocate ...
CASPER Config…
-
@anderkve: Do you have any idea about the overhead of MPI for DE and Multinest? I was tring to run the computations of fram with using the MPI functionality and several cores. I did not get the speedu…
-
I have several complaints about the interaction with `mpi4py`. It could be worth splitting into separate issues.
1. `quimb-mpi-python` and `mpi_launcher.py` do not really belong to this package. As…
-
import ctranslate2,psutil,os,transformers,time,torch
generator = ctranslate2.Generator("/ct2opt-1.3b",tensor_parallel=True,device="cuda")
tokenizer = transformers.AutoTokenizer.from_pretrained…