Thanks, Lisandro. [email protected] is the right list for this. We’ll look through this patch. — Pavan On Apr 29, 2014, at 4:49 AM, Lisandro Dalcin <[email protected]> wrote:
Dear Pavan, I'm not sure if a direct email to you is OK, but I'm not sure where to send MPE-related stuff. Should I just use the devel@ mailing list?
I'm attaching a trivial patch to configure.ac, please review and commit. With this patch, I'm able to build MPE with mpich 3.0.4 as packaged in Fedora 20.
Automatic detection of fortran compilers is not working so well, I had to configure like this to get it work (ignore the -fPIC flags, this is a particular requeriment):
$ ./configure --prefix=/home/devel/mpe CFLAGS=-fPIC FFLAGS=-fPIC LDFLAGS=-fPIC MPI_CC=mpicc MPI_F77=mpif77 F77=gfortran
Regards,
-- Lisandro Dalcin --------------- CIMEC (UNL/CONICET) Predio CONICET-Santa Fe Colectora RN 168 Km 472, Paraje El Pozo 3000 Santa Fe, Argentina Tel: +54-342-4511594 (ext 1016) Tel/Fax: +54-342-4511169 <mpe-configure.diff>