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@imperial.ac.uk <firedrake-bounces@imperial.ac.uk> on behalf of Lawrence Mitchell <lawrence.mitchell@imperial.ac.uk> Sent: Monday, November 30, 2015 4:11 PM To: firedrake@imperial.ac.uk Subject: Re: [firedrake] FD on mac On 30/11/15 16:09, Colin Cotter wrote:
use mph
use mpi