Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
flexpart
flexpart
Commits
71f21286
Commit
71f21286
authored
Aug 27, 2020
by
Espen Sollum
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Makefile changed to compile with eccodes at njord.nilu.no by default
parent
4ab2fbf0
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
8 deletions
+7
-8
src/makefile
src/makefile
+7
-8
No files found.
src/makefile
View file @
71f21286
...
...
@@ -61,17 +61,16 @@ ifeq ($(gcc), 4.9)
INCPATH2
=
${ROOT_DIR}
/include
LIBPATH1
=
${ROOT_DIR}
/lib
else
# Compiled libraries under user ~flexpart, gfortran v5.4
# ROOT_DIR = /homevip/flexpart/
# Using system installed libraries at njord.nilu.no
F90
=
/usr/bin/gfortran
MPIF90
=
/usr/bin/mpifort
LIBPATH1
=
/opt/eccodes/lib
INCPATH1
=
/opt/eccodes/include
INCPATH2
=
/usr/include
# INCPATH1 = ${ROOT_DIR}/gcc-5.4.0/include
# INCPATH1 = /usr/include
# INCPATH2 = /usr/include
# LIBPATH1 = ${ROOT_DIR}/gcc-5.4.0/lib
INCPATH1
=
/usr/include
INCPATH2
=
/usr/include
endif
...
...
@@ -89,7 +88,7 @@ VPATH = gributils/
## OPTIMIZATION LEVEL
O_LEV
=
0
# [0,1,2,3,g,s,fast]
O_LEV
=
2
# [0,1,2,3,g,s,fast]
O_LEV_DBG
=
g
# [0,g]
## LIBRARIES
...
...
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