-
https://github.com/kokkos/kokkos-comm/blob/a968a13851091aea6d65fd299f0777a307bd8b41/src/KokkosComm/mpi/mpi.hpp#L21
-
I configured like this:
```
../configure CC=/opt/llvm/latest/bin/clang FC=/opt/llvm/latest/bin/flang-new CXX=/opt/llvm/latest/bin/clang++ --enable-fortran=all --prefix=/opt/mpich/flang CFLAGS="-w"
…
-
### Search before asking
- [X] I had searched in the [issues](https://github.com/ray-project/kuberay/issues) and found no similar feature requirement.
### Description
The support for the ma…
-
Hi,
I compiled OpenMPI v5.0.5 on LUMI (Cray HPE SS11 system with AMD CPUs and GPUs). I used the `PrgEnv-gnu/8.5.0` environment and configured as
`./configure --prefix=/users/makrotki/software/op…
-
## Background information
### What version of Open MPI are you using? (e.g., v4.1.6, v5.0.1, git branch name and hash, etc.)
> mpirun --version
> mpirun (Open MPI) 5.0.5
> (Build from release…
-
This is not our bug and we will not fix it, but the details are documented here for posterity.
There is a bug in Intel MPI 2021.10 and Cray MPI 8.1.29 when using request-based RMA (https://github.c…
-
## Background information
There may be a regression in openmpi-5.0 series
### What version of Open MPI are you using? (e.g., v4.1.6, v5.0.1, git branch name and hash, etc.)
v5.0.5, but in fact this…
-
### 你在什么场景下需要该功能?
支持 MPI 程序,示例见 https://mpitutorial.com/tutorials/mpi-hello-world/
### 描述可能的解决方案
- [ ] 支持查找和启用mpi相关工具/库:mpiexec,mpicc(unix-only)等。目前xmake-repo中已有msmpi和mpich,但没有对mpiexec以及其他mpi实现的查找。…
xq114 updated
3 months ago
-
Hello team,
I followed the documentation to run the PI example, but when I tried to build my own images based on the docs at https://github.com/kubeflow/mpi-operator/tree/master/examples/v2beta1/pi…
-
Running the following python script:
```python
from bsb import from_storage
forward_model = from_storage('mouse_cereb_dcn_io_nest.hdf5')
inverse_model = from_storage('mouse_cereb_dcn_io_nest2.hd…