<html><head><style type='text/css'>p { margin: 0; }</style></head><body><div style='font-family: Times New Roman; font-size: 12pt; color: #000066'><P>Hi, </P>
<P>&nbsp;</P>
<P>for IOR HPC Benchmark,&nbsp; there is a filesize limitation of 2 GB for PnetCDF as follow. Do you know the reason, or just a bug? How can I test large file IO in IOR with NCMPI (Certainly I can update the code to 1024)? do I need to set some special environment varibles for it?</P>
<P>&nbsp;</P>
<P>Thanks,</P>
<P>&nbsp;</P>
<P>Dahai</P>
<P>&nbsp;</P>
<P>line 2162 -- 2165 in IOR.c:</P>
<P><BR><STRONG><EM>&nbsp;&nbsp;&nbsp; if ((strcmp(test-&gt;api, "NCMPI") == 0)<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &amp;&amp; ((test-&gt;numTasks * test-&gt;blockSize * test-&gt;segmentCount)<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &gt; (2*(IOR_offset_t)GIBIBYTE)))<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ERR("file size must be &lt; 2GiB");<BR></EM></STRONG></P></div></body></html>