I&#39;m working on porting pio from parallel-netcdf 1.0.2 to 1.1.0 - <br>the fortran API changed a length variable from type default integer to type mpi_offset_kind.  This caused some errors<br>that were a bit difficult to track down.<br>
<br>So now my updated PIO won&#39;t work with an earlier version of pnetcdf and I want to build this into <br><a href="http://configure.ac">configure.ac</a>   Does anyone on this list already have this test?   The string provided by the  pnetcdf library<br>
isn&#39;t very parser friendly and the string in the svn trunk version is the same as the 1.1.0 release...<br><br>const char *<br>ncmpi_inq_libvers(void) {<br>  return &quot;version = 1.1.0 of 02 November 2009&quot;;<br>}<br>
<br><br>Can I request a more parser friendly function and perhaps an svn generated version number so that we can distinguish between the<br>release version and a repository check out?<br><br>Thanks,<br>Jim<br><br>