Re: [OMPI users] Subject: Building openmpi-1.6.4 with64-bit integers

2013-05-16 Thread H Hogreve
is 8. I see statements like this: > > #define OMPI_SIZEOF_FORTRAN_INTEGER 8 > > Are you sure that you're running the ompi_info that you just installed? Can you double check to see that there's not another ompi_info somewhere in your path that you're accidentally executing? > &

Re: [OMPI users] Subject: Building openmpi-1.6.4 with 64-bit integers

2013-05-15 Thread H Hogreve
; http://www.open-mpi.org/community/help/ > > > On May 15, 2013, at 7:42 PM, H Hogreve > wrote: > > > > > Dear mpi team / users: > > > > To get a mpi with 64-bit integers (linux system: > > ubuntu 12.04) I invoked the following > > configuration o

[OMPI users] Subject: Building openmpi-1.6.4 with 64-bit integers

2013-05-15 Thread H Hogreve
Dear mpi team / users: To get a mpi with 64-bit integers (linux system: ubuntu 12.04) I invoked the following configuration options: ./configure --prefix=/opt/openmpi CXX=icpc CC=icc F77=ifort FC=ifort FFLAGS=-i8 FCFLAGS=-i8 The subsequent make/install scripts apparently went through sm