source: LMDZ6/trunk/libf/phylmd/ecrad/Makefile_include.cray @ 4911

Last change on this file since 4911 was 4773, checked in by idelkadi, 6 months ago
  • Update of Ecrad in LMDZ The same organization of the Ecrad offline version is retained in order to facilitate the updating of Ecrad in LMDZ and the comparison between online and offline results. version 1.6.1 of Ecrad (https://github.com/lguez/ecrad.git)
  • Implementation of the double call of Ecrad in LMDZ


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.