Thanks everybody for your help.<br><br>I am afraid I don&#39;t get the point &quot;your code is defining netcdf variables and attributes in<br>

a slightly different way on some MPI processes than others&quot;... depending on what?<br>
<br>Another test I could try is to unable the check made by ncpmi_enddef if it is possible, and see which kind of output file I get.<br>I don&#39;t know if it is possible to do it easily without recompiling the library. <br>
<br>I will try anyway the binary debugging.<br><br><br><div class="gmail_quote">2009/6/15 Rob Latham <span dir="ltr">&lt;<a href="mailto:robl@mcs.anl.gov" target="_blank">robl@mcs.anl.gov</a>&gt;</span><br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><div>On Fri, Jun 12, 2009 at 02:19:33PM +0200, Julien Bodart wrote:<br>
&gt; While it does not create any problems on small cases, bigger cases stop at<br>
&gt; the ncmpi_enddef call on some files (randomly, even with synchronisation in<br>
&gt; between), saying that there is a mismatch between dimensions. After many<br>
&gt; check it does not seems that there is something wrong with the dimensions. I<br>
&gt; have no idea of how to solve the problem. Did anyone had similar problem?<br>
&gt; Thanks for your help.<br>
<br>
</div>Hi Julien. Wei-keng is right: I know you&#39;ve checked carefully, but<br>
some part of your code is defining netcdf variables and attributes in<br>
a slightly different way on some MPI processes than others.<br>
<br>
The main way people debug this is through binary search: comment out<br>
half of the define-mode portion; if the problem persists, comment out<br>
half of the remainder, else, try with the other half.<br>
<br>
You&#39;re not the first to encounter this problem.  Maybe this could be a<br>
warning and not an error, and maybe we should just have the define<br>
mode view as rank 0 sees it be the one that wins if there&#39;s a<br>
discrepancy.   I don&#39;t know how many people (if any) rely on the<br>
current behavior to find problems.<br>
<br>
==rob<br>
<font color="#888888"><br>
--<br>
Rob Latham<br>
Mathematics and Computer Science Division<br>
Argonne National Lab, IL USA<br>
</font></blockquote></div><br>