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

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: 463 bytes
Line 
1FC = pgf90
2CPPFLAGS = -Mpreprocess
3
4ifndef DEBUG
5OPTFLAGS = -O3 -acc -ta=nvidia
6else
7OPTFLAGS = -O0
8endif
9
10WARNFLAGS = -Minform=inform
11
12# We used to have the flag "-Mbyteswapio" here because the RRTM input
13# files are big endian Fortran unformatted files and most machines are
14# now little endian, but now the file ordering has been specified at
15# the OPEN command so no compiler flags are needed.
16BASICFLAGS = -module ../mod
17DEBUGFLAGS = -g
18OMPFLAG = -mp=nonuma
Note: See TracBrowser for help on using the repository browser.