On 27 Nov 2015, at 15:44, Onno Bokhove <O.Bokhove@leeds.ac.uk> wrote:
That is what I got yesterday, but Floriane Gidel went past it on her mac laptop. Computer IT staff and I could not figure out what it was. We tried anaconda (worked with Floriane), but not with me. He thought my mpif90 was probably slightly older: so reloading Xcode an option? Updating the OS?
Hopefully not!
From: firedrake-bounces@imperial.ac.uk <firedrake-bounces@imperial.ac.uk> on behalf of Wingate, Beth <B.Wingate@exeter.ac.uk> Sent: Friday, November 27, 2015 3:41 PM To: firedrake@imperial.ac.uk Subject: Re: [firedrake] FD on mac
I’m getting the same thing — firedrake now doesn’t install due to “mpif90” not working:
TESTING: checkFortranCompiler from config.setCompilers(/private/var/folders/zn/46_9pn0x2k32_z59z6fw5j2w0000gn/T/pip-AO07XK-build/config/BuildSystem/config/setCompilers.py:919) ******************************************************************************* UNABLE to CONFIGURE with GIVEN OPTIONS (see configure.log for details): ------------------------------------------------------------------------------- Fortran compiler you provided with --with-fc=/usr/local/bin/mpif90 does not work. Cannot compile FC with /usr/local/bin/mpif90. *******************************************************************************
If you try to compile the following simple Fortran hello world code with mpif90, what happens? $ cat > hello.f90 << EOF program main use mph implicit none write(*, *)'Hello world' end program EOF $ mpif90 hello.f90 -o hello $ ./hello Cheers, Lawrence