# Contents of this file are included in palm's makefile if the simple build # process (palm_simple_build) is used. # Please adjust compiling parameters as required for your system. F90=mpif90 COPT= -cpp -DMPI_REAL=MPI_DOUBLE_PRECISION -DMPI_2REAL=MPI_2DOUBLE_PRECISION -D__netcdf -D__lc -D__parallel F90FLAGS= -openmp -fpe0 -O3 -xHost -fp-model source -ftz -fno-alias -no-prec-div -no-prec-sqrt -ip -nbs -I /muksoft/packages/fftw/3.3.4/include -I /muksoft/packages/netcdf/4_intel/include LDFLAGS= -openmp -fpe0 -O3 -xHost -fp-model source -ftz -fno-alias -no-prec-div -no-prec-sqrt -ip -nbs -L/muksoft/packages/fftw/3.3.4/lib64 -L/muksoft/packages/netcdf/4_intel/lib -lnetcdf -lnetcdff -lfftw3