[firedrake] FD on mac

Lawrence Mitchell lawrence.mitchell at imperial.ac.uk
Fri Nov 27 17:26:08 GMT 2015


> On 27 Nov 2015, at 15:44, Onno Bokhove <O.Bokhove at 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 at imperial.ac.uk <firedrake-bounces at imperial.ac.uk> on behalf of Wingate, Beth <B.Wingate at exeter.ac.uk>
> Sent: Friday, November 27, 2015 3:41 PM
> To: firedrake at 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

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 455 bytes
Desc: Message signed with OpenPGP using GPGMail
URL: <http://mailman.ic.ac.uk/pipermail/firedrake/attachments/20151127/ada76257/attachment.sig>


More information about the firedrake mailing list