Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
thopri
BoBEAS
Commits
3466cbc7
Commit
3466cbc7
authored
5 years ago
by
Dr Jeff Polton
Browse files
Options
Download
Email Patches
Plain Diff
switch make.macro for executable, which doesnt port
parent
1754ba9d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
20 additions
and
0 deletions
+20
-0
NAMELISTS_AND_FORTRAN_FILES/make.macro
NAMELISTS_AND_FORTRAN_FILES/make.macro
+20
-0
No files found.
NAMELISTS_AND_FORTRAN_FILES/make.macro
0 → 100644
View file @
3466cbc7
# 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
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment