<div>Hi,</div>
<div>I am trying to compile the PETSC with hypre. I have Intel FORTRAN, openmpi and  lam </div>
<div><font style="BACKGROUND-COLOR: #ffff00">MPI</font>  (gcc version 3.4.6 (Red Hat 3.4.6-3)) available.</div>
<div> </div>
<div>Since my application code is in FORTRAN with dynamic memory allocation in the code, </div>
<div>so I have to use Intel FORTRAN(ifort) as the compiler to link PETSC with my application </div>
<div>code. I can build up PETSC(petsc-3.0.0-p11) plus hypre with Lam MPI but without ifort </div>
<div>successfully. However I can not use ifort to link the PETSC with my application success-</div>
<div>fully. The link always shows erros about "undefined reference" to <font style="BACKGROUND-COLOR: #ffff00">MPI</font> parts in my application </div>
<div>code such as 'mpi_send_', 'mpi_recv_', 'mpi_waitany_', 'mpi_get_count_', and etc.</div>
<div> </div>
<div>Can any one help me out? thanks in advance.</div>
<div> </div>
<div>Best Regards,</div>
<div> </div>
<div>David</div>