openPMD/openPMD-api

Filesystem: Consider mpifileutils?

開放

#687 建立於 2020年2月18日

 (0 則留言) (0 個反應) (0 位負責人)C++ (57 個分叉)auto 404
MPIfeature requestgood first issuehelp wantedinternalrefactoring

倉庫指標

星標
 (160 顆星)
PR 合併指標
 (PR 指標待抓取)

描述

We currently ship our own set of filesystem functions to create / handle dirs and files on the OS we support.

Much of it could be simplified with C++ filesystem support, which is still not production ready in tooling and broad support.

On top of that, for MPI-parallel operations such as an mkdir -p for a series, we do implement safe but potentially meta-data-server "heavy" operations. We could explore if functionality from mpifileutils can be included/used if this becomes problematic at some point.

貢獻者指南