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 . ("configure", "make" and "make install" 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 & 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"><<a href="mailto:robl@mcs.anl.gov">robl@mcs.anl.gov</a>></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>
> Hi,<br>
><br>
> I would like to build Pnet-CDF for Windows and link against MSMPI. Can you<br>
> please tell me the steps on how to do that?<br>
<br>
</div>You are in for something of an adventure. I don'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't know<br>
how cygwin libraries interact with something like MSMPI.<br>
<br>
I'll be more than happy to add a README.windows to the distribution if<br>
you figure it out :><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>