Hi<div><br></div><div>  I had planned to do this in June but lost track of it in between. I came back to doing this few days back. </div><div><br></div><div>  Now, I have been able to successfully build the parallel netCDF on Windows using mingw compiler with cygwin and link against </div>

<div>  MSMPI . (&quot;configure&quot;, &quot;make&quot; and &quot;make install&quot; steps were completed successfully).</div><div><br></div><div>  I tried linking this library and the header file with my application which supports parallel netcdf. </div>

<div>  The compilation of the application went fine, but while running the application, I am getting problem with ncmpi_create api.</div><div><br></div><div>  there is a call to this function as follows:</div><div><br></div>

<div> --------</div><div>  status = ncmpi_create(MPI_COMM_WORLD, local_filename, NC_CLOBBER | NC_64BIT_OFFSET, FILE_INFO_TEMPLATE, file_identifier);</div><div><br></div><div> --------</div><div>  This returns value as -25 and gives error. ( If proper, it should have returned 0 I guess..)</div>

<div><br></div><div>  Can you please let me know what this return value means and what could be going wrong ?</div><div>  Also, how do I verify if the library built is proper ?</div><div><br></div><div>Thanks &amp; Regards,</div>

<div>Kunal</div><div><br></div><div>  <br><br><div class="gmail_quote">On Fri, Jun 4, 2010 at 3:14 PM, Rob Latham <span dir="ltr">&lt;<a href="mailto:robl@mcs.anl.gov">robl@mcs.anl.gov</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">

<div class="im">On Fri, Jun 04, 2010 at 03:10:53PM -0400, kunal rao wrote:<br>
&gt; Hi,<br>
&gt;<br>
&gt; I would like to build Pnet-CDF for Windows and link against MSMPI. Can you<br>
&gt; please tell me the steps on how to do that?<br>
<br>
</div>You are in for something of an adventure.  I don&#39;t have any windows<br>
experience, but maybe someone on the list does.<br>
<br>
I think if you used cygwin you might get pretty far, but I don&#39;t know<br>
how cygwin libraries interact with something like MSMPI.<br>
<br>
I&#39;ll be more than happy to add a README.windows to the distribution if<br>
you figure it out :&gt;<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></div>