-
The documentation says that Relay only supports collective I/O for ADIOS. Even if it did something simple like communicating everything to rank 0 and having rank 0 write everything out, it would still…
-
This program does not destroy the file on open, even though it should:
```
#include "stdio.h"
#include "mpi.h"
int main(int argc, char* argv[]){
char buf[2] = {'b', '\n'};
#ifdef USE_STDIO
…
-
https://github.com/NCAR/ParallelIO/pull/1929
Fails with a doxygen warning. I haven't found the solution.
/home/runner/work/ParallelIO/ParallelIO/src/clib/pio.h:826: warning: Member PIOc_init_as…
-
**Is your feature request related to a problem? Please describe.**
I guess some may also need this to calibrate tons of files, I tested a script for mpi calibration.
1. install mpi4py: https://mp…
-
For a while `spack` replaces the `mpiexec` & `mpirun` commands with a warning "use `srun` because of performance issues.
https://github.com/spack/spack/pull/10340
One of the comments points out …
-
The io_BS_header is done by all files, while this is not needed.
This is due to two factors:
a) in file `PARALLEL_global_Response_T_transitions` there is the line
```
! …
-
I am looking at OpenMPI 4.0.3 and HDF5 1.10.6 compiled against it. A user reported segfault in `ADIOI_Flatten()` when using a chunked dataset, i.e., when the following line is executed:
```
CALL…
-
Ideally, we should migrate the v2 implementations to the training operator, then remove the v1 implementation from the training-operator to reduce the maintenance costs. However, we can not take the w…
-
### Where should the content be changed?
https://conda-forge.org/docs/maintainer/knowledge_base.html#complete-example
### What should be changed?
https://github.com/conda-forge/conda-forge.gi…
njzjz updated
10 months ago
-
```
lorenzoriparbelli@Lorenzos-MBP docker-codeaster % sudo make build
Password:
building docker image from Dockerfile.common.default
[+] Building 1.5s (38/38) FINISHED …