[firedrake] FD on mac
Onno Bokhove
O.Bokhove at leeds.ac.uk
Mon Nov 30 17:04:33 GMT 2015
On Onno's macbook:
cat > hello.f90 << EOF
> program main
> use mpi
> implicit none
> write(*, *)'Hello world'
> end program
> EOF
math-mc1097:werk amtob$ mpif90 hello.f90 -o hello
--------------------------------------------------------------------------
No underlying compiler was specified in the wrapper compiler data file
(e.g., mpicc-wrapper-data.txt)
--------------------------------------------------------------------------
math-mc1097:werk amtob$
On Floriane's:
With mpi I don't have an error at 'EOF', but the next command ('$ mpif90 hello.f90 -o hello') does not work. Error: " -bash: $: command not found"
________________________________________
From: firedrake-bounces at imperial.ac.uk <firedrake-bounces at imperial.ac.uk> on behalf of Lawrence Mitchell <lawrence.mitchell at imperial.ac.uk>
Sent: Monday, November 30, 2015 4:11 PM
To: firedrake at imperial.ac.uk
Subject: Re: [firedrake] FD on mac
On 30/11/15 16:09, Colin Cotter wrote:
> use mph
use mpi
More information about the firedrake
mailing list