source: LMDZ6/branches/LMDZ_ECRad/libf/phylmd/ecrad/Makefile_include.cray @ 4999

Last change on this file since 4999 was 4728, checked in by idelkadi, 11 months ago

Update of ecrad in the LMDZ_ECRad branch of LMDZ:

  • version 1.6.1 of ecrad
  • files are no longer grouped in the same ecrad directory.
  • the structure of ecrad offline is preserved to facilitate updating in LMDZ
  • cfg.bld modified to take into account the new added subdirectories.
  • the interface routines and those added in ecrad are moved to the phylmd directory
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.