Hi,
I would like to know if OpenMPI is supporting file creation with
"striping_factor" for CephFS?
According to CephFS library, I *think* it would be possible to do it at
file creation with "ceph_open_layout".
https://github.com/ceph/ceph/blob/main/src/include/cephfs/libcephfs.h
Is it a po
Hi Eric,
Currently, Open MPI does not provide specific support for CephFS.
MPI-IO is either implemented by ROMIO (imported from MPICH, it does not
support CephFS today)
or the "native" ompio component (that also does not support CephFS today).
A proof of concept for CephFS in ompio might n