File: macro.gorgon

package info (click to toggle)
cdftools 4.0.0-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 3,980 kB
  • sloc: f90: 43,175; makefile: 446; sh: 96; ada: 22
file content (14 lines) | stat: -rw-r--r-- 360 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# Makefile for CDFTOOLS (Linux with pgi)
#
NCDF = -I/usr/local/Cluster-Apps/netcdf/pgi/3.6.1/include -L/usr/local/Cluster-Apps/netcdf/pgi/3.6.1/lib -lnetcdf
INCDIR = -I/usr/local/Cluster-Apps/netcdf/pgi/3.6.1/include
 
F90=pgf90
#OMP=-mp
OMP=
#NC4 = -D key_netcdf4
NC4 =

#CMIP6 = -D key_CMIP6
CMIP6 =
FFLAGS = -fast $(NCDF) $(NC4) $(CMIP6) -byteswapio $(OMP)