-
Currently, this test is failing: See https://travis-ci.org/precice/systemtests/jobs/597143039
The last successful run of this test that I could find is https://travis-ci.org/precice/systemtests/job…
-
This seems to be causing issues for people when they don't explicitly request MPI (and it automatically gets scooped up). I think it might be less surprising if we change
```julia
function context…
-
**OpenCoarrays fail with MPICH-4.1.2 compiled with GNU-13.2.0**
```
> caf -o hello_world hello_world.f90
> cafrun -np 2 ./hello_world
Hello world from 1 of 2
Hello world …
-
**Update: For clarity, the tests pass when using mpich 4.0, gcc 11.4.0.**
----
I'm observing a failure using `mpicc` and running `nc_test4/run_par_test.sh`.
This issue occurs when running `mp…
WardF updated
2 months ago
-
Since one of the aims is "Ease of porting existing code that uses MPICH", I was wondering if there is a plan to be ABI compatible with MPICH similar to many other MPICH derivatives (see https://www.mp…
-
To report a non-security related issue, please provide:
* the version of the software with which you are encountering an issue
* environmental information (i.e. Operating System, compiler info, ja…
-
Hi there,
I am a developer of [Modin](https://github.com/modin-project/modin) and [unidist](https://github.com/modin-project/unidist). We use MPI as a backend in unidist, and mpich can be used as o…
-
Hi,
I'm attempting to build FVCOM 4.4.7 on our local HPC cluster using GCC 11.3 and MPICH 4.2 running Rocky Linux 9, I had to make some config changes to get the libraries built, and then run into …
-
Thank you for taking the time to submit an issue!
## Background information
### What version of Open MPI are you using? (e.g., v3.0.5, v4.0.2, git branch name and hash, etc.)
master, v4.0, v4…
-
Since the minimum required MPI standard is 3.0 for 1.14, we should add testing for an MPI 3.0-only release such as MPICH or OpenMPI. This testing probably does not need to be part of a pull request ac…