source: LMDZ6/trunk/libf/phylmd/ecrad-acc/Makefile_include.cray

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
3FC = ftn
4CPPFLAGS =
5
6ifndef DEBUG
7OPTFLAGS = -hflex_mp=conservative -hfp1 -hadd_paren -hnocaf
8else
9OPTFLAGS = -O0 -hfp1
10endif
11
12WARNFLAGS =
13BASICFLAGS = -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.
19LDFLAGS = -Ktrap=fp -Wl,--as-needed -dynamic
20DEBUGFLAGS =
21OMPFLAG = -homp
Note: See TracBrowser for help on using the repository browser.