Last change
on this file since 1207 was
424,
checked in by raasch, 15 years ago
|
updates for simple install process
|
-
Property svn:executable set to
*
|
File size:
721 bytes
|
Rev | Line | |
---|
[424] | 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 | |
---|
| 5 | PROG=palm |
---|
| 6 | F90=ifort |
---|
| 7 | COPT= -cpp -DMPI_REAL=MPI_DOUBLE_PRECISION -DMPI_2REAL=MPI_2DOUBLE_PRECISION -D__netcdf -D__netcdf_64bit -D__intel_openmp_bug -D__lc -D__parallel -D__mpi2 |
---|
| 8 | F90FLAGS= -xT -O3 -openmp -r8 -align all -ftz -fno-alias -no-prec-div -no-prec-sqrt -ip -nbs -convert little_endian -I /sw/dataformats/netcdf/3.6.2/include |
---|
| 9 | LDFLAGS= -xT -O3 -openmp -r8 -align all -ftz -fno-alias -no-prec-div -no-prec-sqrt -ip -nbs -Vaxlib -lmpi -lmkl_intel_lp64 -lmkl_sequential -lmkl_core -L/sw/dataformats/netcdf/3.6.2/lib -lnetcdf -lnetcdff |
---|
Note: See
TracBrowser
for help on using the repository browser.