source: palm/trunk/INSTALL/MAKE.inc.gfortran @ 3697

Last change on this file since 3697 was 2852, checked in by knoop, 6 years ago

Added simple build setup for gfortran

  • Property svn:executable set to *
File size: 369 bytes
Line 
1# Contents of this file are included in palm's makefile if the simple build
2# process (palm_simple_build) is used.
3# Please adjust compiling parameters as required for your system.
4
5F90=mpif90
6COPT= -cpp -DMPI_REAL=MPI_DOUBLE_PRECISION -DMPI_2REAL=MPI_2DOUBLE_PRECISION -D__netcdf -D__parallel
7F90FLAGS= -Ofast -ffree-line-length-none -I /usr/include
8LDFLAGS= -lnetcdff
Note: See TracBrowser for help on using the repository browser.