Try configure with the following options<br>./configure --disable-mpi-io-test --disable-fortran<br>it seems to fill in the info you need for fortran, but not conduct the tests that fail.<br>Also you should change xlc to xlc_r, mpcc to mpcc_r etc.&nbsp;&nbsp; I think that some parts of MPI are only supported in the recurent ( _r) version of the compilers.
<br><br><br><br><div><span class="gmail_quote">On 9/4/06, <b class="gmail_sendername">Joachim Worringen</b> &lt;<a href="mailto:joachim@dolphinics.com">joachim@dolphinics.com</a>&gt; wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<br>I have a problem to configure pnetcdf 1.0.1 on AIX. configure fails with:<br>./configure<br>[snip]<br>checking for Fortran &quot;byte&quot;... yes<br>checking for Fortran &quot;integer*2&quot;... yes<br>checking if Fortran &quot;byte&quot; is C &quot;signed char&quot;... yes
<br>checking if Fortran &quot;byte&quot; is C &quot;short&quot;... no<br>checking if Fortran &quot;byte&quot; is C &quot;int&quot;... no<br>checking if Fortran &quot;byte&quot; is C &quot;long&quot;... no<br>checking if Fortran &quot;integer*2&quot; is C &quot;short&quot;... yes
<br>checking if Fortran &quot;integer*2&quot; is C &quot;int&quot;... no<br>checking if Fortran &quot;integer*2&quot; is C &quot;long&quot;... no<br>checking if Fortran &quot;integer&quot; is C &quot;int&quot;... yes<br>checking if Fortran &quot;real&quot; is C &quot;float&quot;... yes
<br>checking if Fortran &quot;doubleprecision&quot; is C &quot;double&quot;... yes<br>checking for Fortran-equivalent to netCDF &quot;byte&quot;... byte<br>checking for Fortran-equivalent to netCDF &quot;short&quot;... integer*2
<br>checking for Fortran &quot;integer*&quot;... no<br>configure: error: F77 does not support &quot;integer*&quot;<br><br>The machine is:<br>j36:parallel-netcdf-1.0.1 [17] uname -a<br>AIX j36 3 5 00223C3B4C00<br><br>Compiler settings:
<br>MPICC=mpcc<br>MPIF77=mpxlf<br>CXX=xlC<br>CC=xlc<br>FC=xlf<br>F77=xlf<br><br>Is this a known issue?<br><br>&nbsp;&nbsp;thanks, Joachim<br><br>--<br>Joachim Worringen, Software Architect, Dolphin Interconnect Solutions<br>phone ++49/(0)228/324 08 17 - 
<a href="http://www.dolphinics.com">http://www.dolphinics.com</a><br><br></blockquote></div><br>