Last change
on this file since 2897 was
2852,
checked in by knoop, 7 years ago
|
Added simple build setup for gfortran
|
-
Property svn:executable set to
*
|
File size:
696 bytes
|
Rev | Line | |
---|
[2852] | 1 | # Contents of this file are included in palm's makefile if the simple build |
---|
| 2 | # process (palm_simple_build) is used. |
---|
[515] | 3 | # Please adjust compiling parameters as required for your system. |
---|
[421] | 4 | |
---|
| 5 | F90=mpif90 |
---|
[515] | 6 | COPT= -cpp -DMPI_REAL=MPI_DOUBLE_PRECISION -DMPI_2REAL=MPI_2DOUBLE_PRECISION -D__netcdf -D__lc -D__parallel |
---|
[2850] | 7 | 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 |
---|
| 8 | 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 |
---|
Note: See
TracBrowser
for help on using the repository browser.