Hi Wei-keng,<div><br></div><div>  Thanks for your reply. I added that printf to print the error message, and I get this error message:</div><div><br></div><div>   <font class="Apple-style-span" color="#FF0000">Error message : Size of off_t too small for requested format</font></div>

<div><br></div><div>  What should I do to resolve it ?</div><div><br></div><div>Thanks &amp; Regards,</div><div>Kunal</div><div><br><div class="gmail_quote">On Wed, Oct 20, 2010 at 10:58 AM, 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="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">Hi, Kunal<br>
<br>
You can use ncmpi_strerror to print the error message. For example,<br>
   printf(&quot;Error message : %s\n&quot;, ncmpi_strerror(status));<br>
<br>
This error means the open mode NC_64BIT_OFFSET is not allowed on a 32bit machine.<br>
Try remove it and see if it works.<br>
<font color="#888888"><br>
Wei-keng<br>
</font><div><div></div><div class="h5"><br>
On Oct 20, 2010, at 5:38 AM, Kunal Rao wrote:<br>
<br>
&gt; Hi<br>
&gt;<br>
&gt;   I had planned to do this in June but lost track of it in between. I came back to doing this few days back.<br>
&gt;<br>
&gt;   Now, I have been able to successfully build the parallel netCDF on Windows using mingw compiler with cygwin and link against<br>
&gt;   MSMPI . (&quot;configure&quot;, &quot;make&quot; and &quot;make install&quot; steps were completed successfully).<br>
&gt;<br>
&gt;   I tried linking this library and the header file with my application which supports parallel netcdf.<br>
&gt;   The compilation of the application went fine, but while running the application, I am getting problem with ncmpi_create api.<br>
&gt;<br>
&gt;   there is a call to this function as follows:<br>
&gt;<br>
&gt;  --------<br>
&gt;   status = ncmpi_create(MPI_COMM_WORLD, local_filename, NC_CLOBBER | NC_64BIT_OFFSET, FILE_INFO_TEMPLATE, file_identifier);<br>
&gt;<br>
&gt;  --------<br>
&gt;   This returns value as -25 and gives error. ( If proper, it should have returned 0 I guess..)<br>
&gt;<br>
&gt;   Can you please let me know what this return value means and what could be going wrong ?<br>
&gt;   Also, how do I verify if the library built is proper ?<br>
&gt;<br>
&gt; Thanks &amp; Regards,<br>
&gt; Kunal<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt; On Fri, Jun 4, 2010 at 3:14 PM, Rob Latham &lt;<a href="mailto:robl@mcs.anl.gov">robl@mcs.anl.gov</a>&gt; wrote:<br>
&gt; On Fri, Jun 04, 2010 at 03:10:53PM -0400, kunal rao wrote:<br>
&gt; &gt; Hi,<br>
&gt; &gt;<br>
&gt; &gt; I would like to build Pnet-CDF for Windows and link against MSMPI. Can you<br>
&gt; &gt; please tell me the steps on how to do that?<br>
&gt;<br>
&gt; You are in for something of an adventure.  I don&#39;t have any windows<br>
&gt; experience, but maybe someone on the list does.<br>
&gt;<br>
&gt; I think if you used cygwin you might get pretty far, but I don&#39;t know<br>
&gt; how cygwin libraries interact with something like MSMPI.<br>
&gt;<br>
&gt; I&#39;ll be more than happy to add a README.windows to the distribution if<br>
&gt; you figure it out :&gt;<br>
&gt;<br>
&gt; ==rob<br>
&gt;<br>
&gt; --<br>
&gt; Rob Latham<br>
&gt; Mathematics and Computer Science Division<br>
&gt; Argonne National Lab, IL USA<br>
&gt;<br>
<br>
</div></div></blockquote></div><br></div>