Re: [OMPI users] C and Fortran 77 compilers are not link compatible. Can not continue.

2007-09-20 Thread Michael
On Sep 20, 2007, at 7:49 AM, Tim Prins wrote: This is because Open MPI is finding gcc for the C compiler and ifort for the Fortran compiler. Just to be clear: it is possible to build OpenMPI using ifort for Fortran and gcc for the C compiler on at least Linux. I have done that on sever

Re: [OMPI users] C and Fortran 77 compilers are not link compatible. Can not continue.

2007-09-20 Thread Tim Prins
Hi, This is because Open MPI is finding gcc for the C compiler and ifort for the Fortran compiler. Please see: http://www.open-mpi.org/faq/?category=building#build-compilers For how to specify to use the Intel compilers. Hope this helps, Tim Bertrand P. S. Russell wrote: Dear OpenMPI user