Last change
on this file since 1379 was
515,
checked in by raasch, 15 years ago
|
simple installation method documented and updated; bugfix for PGI compiler in buoyancy
|
-
Property svn:executable set to
*
|
File size:
496 bytes
|
Rev | Line | |
---|
[515] | 1 | # Contents of this file are included in palm's makefile if the simple install |
---|
[421] | 2 | # process (palm_simple_install) is used. |
---|
[515] | 3 | # Please adjust compiling parameters as required for your system. |
---|
[421] | 4 | |
---|
| 5 | PROG=palm |
---|
| 6 | F90=mpif90 |
---|
[515] | 7 | COPT= -cpp -DMPI_REAL=MPI_DOUBLE_PRECISION -DMPI_2REAL=MPI_2DOUBLE_PRECISION -D__netcdf -D__lc -D__parallel |
---|
| 8 | F90FLAGS= -axW -O3 -r8 -nbs -convert little_endian -I /muksoft_64/packages/netcdf/3.6.3/include |
---|
| 9 | LDFLAGS= -axW -O3 -r8 -nbs -Vaxlib -L/muksoft_64/packages/netcdf/3.6.3/lib -lnetcdf |
---|
Note: See
TracBrowser
for help on using the repository browser.