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 wrote:
>
> On 12/14/2011 01
I uninstalled 1.4.2 with rpm -e ompi, and now my existing mpi binaries are
working.
Thanks so much for everyone's help.
On Wed, Dec 14, 2011 at 3:12 PM, Tim Prince wrote:
> On 12/14/2011 12:52 PM, Micah Sklut wrote:
>
>> Hi Gustavo,
>>
>> Here is the output of
you want to change
> compilers
> [say from gfortran to ifort],
> do a 'make distclean' to cleanup any leftovers of previous builds,
> and change the destination directory in --prefix= , to install in a
> different location.
>
> I hope this helps,
> Gus Correa
&g
.[t]cshrc.
>
> What is the output of 'ompi_info'? [From your ifort-built OpenMPI.]
> Does it show ifort or gfortran?
>
> I hope this helps,
> Gus Correa
>
> On Dec 14, 2011, at 11:21 AM, Micah Sklut wrote:
>
> > Thanks for your thoughts,
> >
> > I
hope this helps,
>
> Gus Correa
>
> On Dec 14, 2011, at 9:49 AM, Micah Sklut wrote:
>
> > Hi All,
> >
> > I have installed openmpi for gfortran, but am now attempting to install
> openmpi as ifort.
> >
> > I have run the following configuration:
>
Hi All,
I have installed openmpi for gfortran, but am now attempting to install
openmpi as ifort.
I have run the following configuration:
./configure --prefix=/opt/openmpi/intel CC=gcc CXX=g++ F77=ifort FC=ifort
The install works successfully, but when I run
/opt/openmpi/intel/bin/mpif90, it run