-
# Restructure input routines
1. Move the constructor for mesh struct `mesh(const std::string filename, const specfem::MPI::MPI *mpi);` to a function IO namespace since this constructors reads an e…
-
Find a way to nicely integrate MPI IO into Common Lisp.
-
Add some MPI IO functions
-
入出力データのフォーマットをHDF5に
-
**What happened**:
We are launching MPIJobs using a `LocalQueue` with kueue (in particular `cpu-local-queue` from the Yaml fround at the end of the issue). The `ClusterQueue` associated `ResourceFl…
-
On macOS, with any MPI library, we occasionally see a failure in `test_io_shared` ([example](https://github.com/JuliaParallel/MPI.jl/actions/runs/11013552982/job/30582168543#step:7:353)):
```
Test F…
-
## Background information
### 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
### Describe how Open MPI was installed (e.g., from a sou…
-
**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
1 month ago
-
Currently we rely on MPICH internals. The following updates to `MPI_Status` happen in 3 places in `mpiio.cc`:
```cpp
mpi_status->count_hi_and_cancelled = 0;
mpi_status->count_lo = ret;
```
This…
-
```
Test Failed at D:\a\MPI.jl\MPI.jl\test\test_io_shared.jl:70
Expression: MPI.File.get_position_shared(fh) == sum(1:sz)
Evaluated: 0 == 3
ERROR: LoadError: There was an error during testing…