<html><head><meta http-equiv="Content-Type" content="text/html; charset=us-ascii"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; line-break: after-white-space;" class="">Are we assuming a POSIX filesystem (a bad idea in my opinion)? Are we assuming a more restricted set of file system structure operations, along with weaker consistency semantics (matching the MPI-IO approach rather than POSIX)?<div class=""><br class=""></div><div class="">Bill</div><div class=""><br class=""><div class="">
<div style="color: rgb(0, 0, 0); letter-spacing: normal; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px; -webkit-text-stroke-width: 0px; word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class=""><div style="color: rgb(0, 0, 0); letter-spacing: normal; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px; -webkit-text-stroke-width: 0px; word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class=""><div style="color: rgb(0, 0, 0); letter-spacing: normal; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px; -webkit-text-stroke-width: 0px; word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class=""><div style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class=""><div style="color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px; -webkit-text-stroke-width: 0px;">William Gropp<br class="">Director and Chief Scientist, NCSA<br class="">Thomas M. Siebel Chair in Computer Science<br class="">University of Illinois Urbana-Champaign</div><br class="Apple-interchange-newline"></div></div><br class="Apple-interchange-newline"></div><br class="Apple-interchange-newline"></div><br class="Apple-interchange-newline"><br class="Apple-interchange-newline">
</div>
<div><br class=""><blockquote type="cite" class=""><div class="">On Jan 7, 2019, at 8:28 AM, Axel Huebl via mpi-comments <<a href="mailto:mpi-comments@lists.mpi-forum.org" class="">mpi-comments@lists.mpi-forum.org</a>> wrote:</div><br class="Apple-interchange-newline"><div class=""><div class="">Dear MPI-Forum,<br class=""><br class=""><br class="">should we extend the MPI-I/O interfaces for directory operations? Especially a "mkdir -p" equivalent could be useful.<br class=""><br class="">In many scientific apps that create output at scale, an output structure needs to be created on demand.<br class=""><br class="">One can of course decide to do so with e.g. Linux `mkdir` but this can be tricky:<br class=""><br class="">If all ranks do it, one will race the others and it's unnecessary expensive in terms of operations.<br class=""><br class="">If a "root" rank does it, there is no guarantee that e.g. a MPI_Barrier which syncs the "MPI-World" will also cause the "filesystem-world" to be up-to-date. For example a mkdir on a slow NFS local node has bot yet propagated to the other compute nodes.<br class=""><br class="">Comments, feedback and overlooked already existing solutions welcome!<br class=""><br class=""><br class="">Best regards,<br class="">Axel Huebl<br class="">-- <br class=""><br class="">Axel Huebl<br class="">Phone: +49 351 260 3582<br class="">Institute of Radiation Physics<br class=""><a href="http://www.hzdr.de/crp" class="">http://www.hzdr.de/crp</a><br class="">Helmholtz-Zentrum Dresden - Rossendorf (HZDR)<br class="">Bautzner Landstr. 400 | 01328 Dresden | Germany<br class="">Board of Directors:<br class="">Prof. Dr. Dr. h. c. Roland Sauerbrey, Dr. Ulrich Breuer<br class="">Company Registration Number VR 1693, Amtsgericht Dresden<br class="">_______________________________________________<br class="">mpi-comments mailing list<br class="">mpi-comments@lists.mpi-forum.org<br class="">https://lists.mpi-forum.org/mailman/listinfo/mpi-comments<br class=""></div></div></blockquote></div><br class=""></div></body></html>