I rebuilt pnetcdf with all optimization off and still get the error.   <br>I tried to build a short testcase and it works fine, (no error - line 2016 is not printed). <br><br><br><br><br><br><div class="gmail_quote">On Mon, Dec 28, 2009 at 6:45 PM, Wei-keng Liao <span dir="ltr">&lt;<a href="mailto:wkliao@ece.northwestern.edu">wkliao@ece.northwestern.edu</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><br>
Your outputs said both nelems and cnelems are 27.<br>
I don&#39;t know why the printf at line 2016 even got printed.<br>
Can you try a clean build of pnetcdf?<br>
<br>
Or if you can provide a test code, I can give it a try.<br><font color="#888888">
<br>
<br>
Wei-keng</font><div><div></div><div class="h5"><br>
<br>
On Dec 28, 2009, at 6:59 PM, Jim Edwards wrote:<br>
<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
That works - thanks.    Here is another one.  I&#39;m gettiing an error<br>
 Input/Output data amount mismatch<br>
<br>
that I&#39;ve traced to the mpinetcdf.c file at around line 2000  where I added a couple of print statements<br>
<br>
<br>
    printf(&quot;line %d nelems %d cnelems %d\n&quot;,__LINE__,nelems,cnelems);<br>
  if (nelems != cnelems) {<br>
    if (warning == NC_NOERR)<br>
      warning = NC_EIOMISMATCH;<br>
    printf(&quot;line %d nelems %d cnelems %d\n&quot;,__LINE__,nelems,cnelems);<br>
<br>
    (nelems&gt;cnelems) ? (nelems=cnelems) : (cnelems=nelems);<br>
  }<br>
<br>
<br>
This results in the output:<br>
<br>
   1:line 2012 nelems 27 cnelems 27<br>
   1:line 2016 nelems 27 cnelems 27<br>
<br>
<br>
<br>
<br>
<br>
<br>
On Mon, Dec 28, 2009 at 5:38 PM, Wei-keng Liao &lt;<a href="mailto:wkliao@ece.northwestern.edu" target="_blank">wkliao@ece.northwestern.edu</a>&gt; wrote:<br>
Hi,<br>
<br>
If you run autoreconf first, it will generate that file for you.<br>
<br>
Wei-keng<br>
<br>
<br>
<br>
On Dec 28, 2009, at 2:47 PM, Jim Edwards wrote:<br>
<br>
Hi,<br>
<br>
Tried checking out the svn trunk and get the following configure error...<br>
<br>
configure: error: cannot find sources (src/lib/<a href="http://ncconfig.in" target="_blank">ncconfig.in</a>) in . or ..<br>
<br>
what happened to this file?<br>
<br>
<br>
</blockquote>
<br>
</div></div></blockquote></div><br>