Commit 3466cbc7 authored by Dr Jeff Polton's avatar Dr Jeff Polton
Browse files

switch make.macro for executable, which doesnt port

parent 1754ba9d
# Makefile for SOSIE with Intel Ifort on Linux
# ============================================
# Fortran compiler:
FC = ftn
# Root directory for Netcdf:
#NETCDF_DIR = /opt/netcdf_intel11
# Linking argument: usually -lnetcdf or -lnetcdff (or both):
L_NCDF = -lnetcdf -lnetcdff
# Fortran compilation flags:
# -- Production
FF = -O3 -i4 -xHost -module mod/
# -- Debugging
#FF = -O0 -i4 -traceback -CB -module mod/
# Directory to install binaries:
INSTALL_DIR = /home/n01/n01/jelt/local
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment