source: palm/trunk/INSTALL/MAKE.inc.ifort.forwind @ 1697

Last change on this file since 1697 was 755, checked in by witha, 13 years ago

adapted for lcflow (ForWind? cluster in Oldenburg)

  • Property svn:executable set to *
File size: 697 bytes
Line 
1# Contents of this file are included in palm's makefile if the simple install
2# process (palm_simple_install) is used.
3# Please adjust compiling parameters as required for your system.
4
5PROG=palm
6F90=mpiifort
7COPT= -cpp -DMPI_REAL=MPI_DOUBLE_PRECISION -DMPI_2REAL=MPI_2DOUBLE_PRECISION -D__netcdf -D__netcdf_64bit -D__lc -D__parallel
8F90FLAGS=  -xSSE4.2 -O3 -cpp -r8 -align all -ftz -fno-alias -no-scalar-rep -no-prec-div -no-prec-sqrt -ip -nbs -convert little_endian -I /cm/shared/apps/netcdf/intel/64/4.1.3/include
9LDFLAGS= -xSSE4.2 -O3 -cpp -r8 -align all -ftz -fno-alias -no-scalar-rep -no-prec-div -no-prec-sqrt -ip -nbs -Vaxlib -L/cm/shared/apps/netcdf/intel/64/4.1.3/lib -lnetcdf -lnetcdff
Note: See TracBrowser for help on using the repository browser.