Last change
on this file since 3652 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
|
Rev | Line | |
---|
[755] | 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 | |
---|
| 5 | PROG=palm |
---|
| 6 | F90=mpiifort |
---|
| 7 | COPT= -cpp -DMPI_REAL=MPI_DOUBLE_PRECISION -DMPI_2REAL=MPI_2DOUBLE_PRECISION -D__netcdf -D__netcdf_64bit -D__lc -D__parallel |
---|
| 8 | F90FLAGS= -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 |
---|
| 9 | LDFLAGS= -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.