This repository has been archived by the owner on Apr 8, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 13
/
macros.make.cheyenne.pgi
80 lines (64 loc) · 2.19 KB
/
macros.make.cheyenne.pgi
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
# Settings for LIBRARY BUILD ONLY: cheyenne.pgi
#
# Flags common to all
RM = rm -f
AR = ar
ARFLAGS =
FC = mpif90
FCserial = pgfortran
CC = pgcc
CPP = cpp
ifeq ($(OPENMP),1)
OMPFLAGS= -mp
OMPCPPFLAGS= -DOPENMP
else
OMPFLAGS=
OMPCPPFLAGS=
endif
# Number of parallel tasks for gmake
GMAKEMINUSJ = -j24
# Flags for bacio library
BACIO_FFLAGS = $(OMPFLAGS) -O3 -traceback -fPIC
BACIO_CFLAGS = $(OMPFLAGS) -O3 -DLINUX -fPIC
# Flags for g2 library
G2_FFLAGS = $(OMPFLAGS) -O3 -c -Kieee -pc 64 -byteswapio -DLINUX
G2_CFLAGS = $(OMPFLAGS) -c -DLINUX -I${JASPER_INC} -I${PNG_INC}
# Flags for g2tmpl library
G2TMPL_FFLAGS = $(OMPFLAGS) -O3 -c -Mfree -Kieee -pc 64 -byteswapio -DLINUX
G2TMPL_CFLAGS = $(OMPFLAGS) -O3 -c -DLINUX -DUNDERSCORE
# Flags for gfsio library
GFSIO_FFLAGS = $(OMPFLAGS) -O3 -c -Mfree -Kieee -pc 64 -byteswapio -DLINUX
GFSIO_ARFLAGS = -rv
# Flags for ip library
IP_FFLAGS = $(OMPFLAGS) -traceback -O3 -c -Mfree -Kieee
IP_FPPFLAGS = -DLSIZE=4
IP_ARFLAGS = -ruv
# Flags for landsfcutil library
LAND_FFLAGS = $(OMPFLAGS) -r8 -g -Mfree -fast -c
LAND_ARFLAGS = crvs
# Flags for nemsio library
NEMSIO_FFLAGS = $(OMPFLAGS) -O -g -traceback -fPIC
NEMSIO_ARFLAGS = -rvu
# Flags for nemsiogfs library
NEMSIOGFS_FFLAGS = $(OMPFLAGS) -O3 -Mfree
# Flags for sfcio library
SFCIO_FFLAGS = -O2 -byteswapio -I$(INCMOD) -Mfree
SFCIO_ARFLAGS = -ruv
# Flags for sigio library
SIGIO_FFLAGS = $(OMPFLAGS) -O0 -g -traceback -Mfree -byteswapio -c -fPIC
SIGIO_ARFLAGS = crvs
# Flags for sp library
SP_FFLAGS = $(OMPFLAGS) -traceback -O3 -Mrecursive -i4 -r8 -byteswapio -Kieee -Mpreprocess -DLINUX -fPIC $(OMPCPPFLAGS)
SP_ARFLAGS = -ruv
# Flags for w3emc library
W3EMC_FFLAGS = $(OMPFLAGS) -O2 -g -traceback -r8 -Mfixed -c -fPIC
W3EMC_4_FFLAGS = $(OMPFLAGS) -O3 -c -traceback -Kieee -pc 64 -byteswapio
W3EMC_ARFLAGS = ruv
# Flags for w3nco library
W3NCO_FFLAGS = $(OMPFLAGS) -O0 -g -traceback -r8 -Mfixed -fPIC
W3NCO_4_FFLAGS = $(OMPFLAGS) -O3 -c -traceback -Kieee -pc 64 -byteswapio
W3NCO_CFLAGS = $(OMPFLAGS) -O0 -DLINUX
W3NCO_ARFLAGS = -ruv
# Flags for wrfio library
WRFIO_FFLAGS = $(OMPFLAGS) -O3 -Mfree -Kieee -pc 64 -byteswapio -w
WRFIO_ARFLAGS = ru