You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
316 B
11 lines
316 B
# template for the Intel fortran compiler version 8 |
|
# typical use with mkmf |
|
# mkmf -t template.ifc -c"-Duse_libMPI -Duse_netCDF" path_names /usr/local/include |
|
# -traceback |
|
FFLAGS = ${IOW_ESM_FFLAGS} |
|
CPPFLAGS = ${IOW_ESM_CFLAGS} |
|
FC = ${IOW_ESM_FC} |
|
LD = ${IOW_ESM_LD} |
|
LDFLAGS = ${IOW_ESM_LDFLAGS} |
|
CC = ${IOW_ESM_CC} |
|
|
|
|