Last change
on this file since 4332 was
2852,
checked in by knoop, 7 years ago
|
Added simple build setup for gfortran
|
-
Property svn:executable set to
*
|
File size:
369 bytes
|
Line | |
---|
1 | # Contents of this file are included in palm's makefile if the simple build |
---|
2 | # process (palm_simple_build) is used. |
---|
3 | # Please adjust compiling parameters as required for your system. |
---|
4 | |
---|
5 | F90=mpif90 |
---|
6 | COPT= -cpp -DMPI_REAL=MPI_DOUBLE_PRECISION -DMPI_2REAL=MPI_2DOUBLE_PRECISION -D__netcdf -D__parallel |
---|
7 | F90FLAGS= -Ofast -ffree-line-length-none -I /usr/include |
---|
8 | LDFLAGS= -lnetcdff |
---|
Note: See
TracBrowser
for help on using the repository browser.