<div dir="ltr">Wei-keng,<div><br></div><div>I always run distclean before I try to build the code.  The first test failing is nc_test.  The problem seems to be in this test:</div><div><br></div><div><div>   err = ncmpi_open(comm, "<a href="http://tooth-fairy.nc">tooth-fairy.nc</a>", NC_NOWRITE, info, &ncid);/* should fail */</div><div>    IF (err == NC_NOERR)<br></div><div>        error("ncmpi_open of nonexistent file should have failed");</div><div>    IF (err != NC_ENOENT)</div><div>        error("ncmpi_open of nonexistent file should have returned NC_ENOENT");</div><div>    else {</div><div>        /* printf("Expected error message complaining: \"File <a href="http://tooth-fairy.nc">tooth-fairy.nc</a> does not exist\"\n"); */</div><div>        nok++;</div><div>    }</div></div><div><br></div><div>A zero length <a href="http://tooth-fairy.nc">tooth-fairy.nc</a> file is being created, and I don't think that is supposed to happen.  That would mean that the mode NC_NOWRITE is not being honored by MPI_IO.  I will look at this more tomorrow and try to craft a short example.</div><div><br></div><div>Craig</div></div><div class="gmail_extra"><br><div class="gmail_quote">On Sun, Sep 20, 2015 at 10:23 AM, Wei-keng Liao <span dir="ltr"><<a href="mailto:wkliao@eecs.northwestern.edu" target="_blank">wkliao@eecs.northwestern.edu</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi, Craig<br>
<br>
Your config.log looks fine to me.<br>
Some of your error messages are supposed to report errors of opening<br>
a non-existing file, but report a different error code, meaning the<br>
file does exist. I suspect it may be because of residue files.<br>
<br>
Could you do a clean rebuild with the following commands?<br>
    % make -s distclean<br>
    % ./configure --prefix=/apps/pnetcdf/1.6.1-intel-mvapich2<br>
    % make -s -j8<br>
    % make -s check<br>
<br>
If the problem persists, then it might be because mvapich.<br>
<span class="HOEnZb"><font color="#888888"><br>
Wei-keng<br>
</font></span></blockquote></div><br></div>