-
Hi there,
I cloned the `Develop` branch and try to compile it (using make) on MacOS/Linux. I am using `mpicxx` version 15.0.0. I am however getting error messages like:
```
In file included fro…
-
It seems that the broadcast feature has a memory limitation problem that prevents broadcasting data that occupy more than 2Gb (or something like that).
The error results in an Overflow of integers.
…
-
We should setup synthetic MPI tests to check that performance and functionality is working as expected. We can use OSU MPI benchmarks for this and build on top of the ReFrame example at:
https://re…
-
Could you show the code about generating mpi_annotation.json? @wangziren1
-
Is this supported? We have the ability (through Slurm) to `srun ... dask-mpi...` which will launch the cluster on a queue set aside for interactive work. From the command line it's a single command.…
-
Following on from #309, once we have an MPI set up we should think about writing data directly from each node, so that the full dataset doesn't need to be gathered. Blocked until #4 goes through.
-
-
## Background information
### What version of Open MPI are you using? (e.g., v1.10.3, v2.1.0, git branch name and hash, etc.)
v3.0.1
### Describe how Open MPI was installed (e.g., from a sour…
-
## Bug
@trilinos/muelu
### Description
The tests:
* `MueLu_UnitTestsTpetra_MPI_1`
* `MueLu_UnitTestsTpetra_MPI_4`
fail when the list of factory `*.xml` files changes in the git repo a…
-
I'm developing an mpi application where ranks need to send conduit nodes to each other in a point-to-point manner.
E.g. imagine a ring where each rank sends a node to its left neighbor and receives …