# Contents of this file are included in palm's makefile if the simple install # process (palm_simple_install) is used. # Please adjust compiling parameters as required for your system. PROG=palm F90=mpif90 COPT= -cpp -DMPI_REAL=MPI_DOUBLE_PRECISION -DMPI_2REAL=MPI_2DOUBLE_PRECISION -D__netcdf -D__lc -D__parallel F90FLAGS= -axW -O3 -r8 -nbs -convert little_endian -I /muksoft_64/packages/netcdf/3.6.3/include LDFLAGS= -axW -O3 -r8 -nbs -Vaxlib -L/muksoft_64/packages/netcdf/3.6.3/lib -lnetcdf