<br><br><div class="gmail_quote">On Wed, Oct 13, 2010 at 5:18 AM, Sander Pronk <span dir="ltr">&lt;<a href="mailto:pronk@cbr.su.se">pronk@cbr.su.se</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">

<div style="word-wrap:break-word">Just out of curiosity: how long does MPI_File_sync take?</div></blockquote><div>For serial it takes as long as a fsync. Which can take between approximately 1-40ms depending on your machine and file-system. Thus this already becomes an issue for very frequent writing.</div>

<div>For parallel writing (100nodes) it can be 1-4s for a MPI_File_sync. Thus no problem if done every 15min but not OK after each frame.</div><div><br></div><div>Roland</div></div>