|
Last change
on this file was
6016,
checked in by yann meurdesoif, 3 months ago
|
|
Add new ecrad version from DWD ported onto OpenACC, closed from original ecrad ECMWF starting point for LMDZ ecrad version.
Modification from ecrad-lmdz version has been included.
YM
|
-
Property svn:eol-style set to
native
|
|
File size:
545 bytes
|
| Line | |
|---|
| 1 | # This is a Makefile for the Cray compiler: run "make PROFILE=cray". |
|---|
| 2 | |
|---|
| 3 | FC = ftn |
|---|
| 4 | CPPFLAGS = |
|---|
| 5 | |
|---|
| 6 | ifndef DEBUG |
|---|
| 7 | OPTFLAGS = -hflex_mp=conservative -hfp1 -hadd_paren -hnocaf |
|---|
| 8 | else |
|---|
| 9 | OPTFLAGS = -O0 -hfp1 |
|---|
| 10 | endif |
|---|
| 11 | |
|---|
| 12 | WARNFLAGS = |
|---|
| 13 | BASICFLAGS = -emf -J../mod -p../mod |
|---|
| 14 | |
|---|
| 15 | # We used to have the flag "-hbyteswapio" here because the RRTM input |
|---|
| 16 | # files are big endian Fortran unformatted files, but now the file |
|---|
| 17 | # ordering has been specified at the OPEN command so no compiler flags |
|---|
| 18 | # are needed. |
|---|
| 19 | LDFLAGS = -Ktrap=fp -Wl,--as-needed -dynamic |
|---|
| 20 | DEBUGFLAGS = |
|---|
| 21 | OMPFLAG = -homp |
|---|
Note: See
TracBrowser
for help on using the repository browser.