source: palm/trunk/INSTALL/MAKE.inc.ifort.imuk @ 430

Last change on this file since 430 was 421, checked in by raasch, 14 years ago

a simple method for installing and running palm has been added

  • Property svn:executable set to *
File size: 540 bytes
Line 
1# contents of this file are include 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=mpif90
7COPT= -cpp -DMPI_REAL=MPI_DOUBLE_PRECISION -DMPI_2REAL=MPI_2DOUBLE_PRECISION -D__netcdf -D__netcdf_64bit -D__intel_openmp_bug -D__lc -D__parallel
8F90FLAGS= -axW -openmp -r8 -nbs -convert little_endian -I /muksoft_64/packages/netcdf/3.6.3/include
9LDFLAGS= -axW -openmp -r8 -nbs -Vaxlib -L/muksoft_64/packages/netcdf/3.6.3/lib -lnetcdf
Note: See TracBrowser for help on using the repository browser.