Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
 FC=ifort ./configure --with-mpi 
  • You can also use the gfortan44 compiler to build a Makefile with netcdf output:
Code Block
 PKG_CONFIG_PATH=/opt/netcdf-4.1.1/lib/pkgconfig FC=gfortran44 ./configure --with-netcdf 
  • Build you XBeach executable by running you make file and typing:

...