I have installed mpich2 by following the steps mentioned in the user guide document. I can run example programs as well. However, i am trying to run NPB  benchmarks and when i try to compile them, i get an error that <br><br>
&quot;Cannot find mpif.h&quot;<br><br>I have seen the include folder of mpich2 installation directory and there is no such file.... So where is this file located? Shouldnt this file get installed after mpich2 installation<br>
<br>I have also seen /usr/include but couldnt find mpif.h<br><br><b>More Information:<br></b><br>My fortran compiler is gfortran. I have set all the environment variables for F77 and F90.<br>I have installed mpich2 with different options such as<br>
<br>./configure --enable-f90 --enable-f77 --enable-mpe  -prefix=/export/home/ahmad/mpich2-install/<br><br>But its not working [there is no mpif.h file genereted in the include folder]<br><br><br>Any help on this issue is appreciated<br>