That works - thanks. Here is another one. I'm gettiing an error<br> Input/Output data amount mismatch<br><br>that I've traced to the mpinetcdf.c file at around line 2000 where I added a couple of print statements<br>
<br><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;"> printf("line %d nelems %d cnelems %d\n",__LINE__,nelems,cnelems);</span><br style="font-family: courier new,monospace;">
<span style="font-family: courier new,monospace;"> if (nelems != cnelems) {</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;"> if (warning == NC_NOERR)</span><br style="font-family: courier new,monospace;">
<span style="font-family: courier new,monospace;"> warning = NC_EIOMISMATCH;</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;"> printf("line %d nelems %d cnelems %d\n",__LINE__,nelems,cnelems);</span><br style="font-family: courier new,monospace;">
<br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;"> (nelems>cnelems) ? (nelems=cnelems) : (cnelems=nelems);</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;"> }</span><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><div class="gmail_quote">On Mon, Dec 28, 2009 at 5:38 PM, Wei-keng Liao <span dir="ltr"><<a href="mailto:wkliao@ece.northwestern.edu">wkliao@ece.northwestern.edu</a>></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;">Hi,<br>
<br>
If you run autoreconf first, it will generate that file for you.<br><font color="#888888">
<br>
Wei-keng</font><div><div></div><div class="h5"><br>
<br>
<br>
On Dec 28, 2009, at 2:47 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;">
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>
</blockquote>
<br>
</div></div></blockquote></div><br>