Okay thanks Prentice.

I understand what you are saying about specifying the compilers during
configure.
Perhaps, that alone would have solved the problem, but removing the 1.4.2
ompi installation worked as well.

Micah

On Wed, Dec 14, 2011 at 3:24 PM, Prentice Bisbal <prent...@ias.edu> wrote:

>
> On 12/14/2011 01:20 PM, Fernanda Oliveira wrote:
> > Hi Micah,
> >
> > I do not know if it is exactly what you need but I know that there are
> > environment variables to use with intel mpi. They are: I_MPI_CC,
> > I_MPI_CXX, I_MPI_F77, I_MPI_F90. So, you can set this using 'export'
> > for bash, for instance or directly when you run.
> >
> > I use in my bashrc:
> >
> > export I_MPI_CC=icc
> > export I_MPI_CXX=icpc
> > export I_MPI_F77=ifort
> > export I_MPI_F90=ifort
>
> Those environment variables are for Intel MPI.  For OpenMPI, the
> equivalent variables would be OMPI_CC, OMPI_CXX, OMPI_F77, and OMPI_FC,
> respectively.
>
> --
> Prentice
> _______________________________________________
> users mailing list
> us...@open-mpi.org
>
>

Reply via email to