Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
flexpart
flexpart
Commits
ccc9ec26
Commit
ccc9ec26
authored
Feb 28, 2018
by
Ignacio Pisso
Browse files
Modify makefile to compile in njord by default (nordre is now phased out)
parent
01e60525
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/makefile
View file @
ccc9ec26
...
...
@@ -57,7 +57,7 @@ ifeq ($(gcc), 4.9)
INCPATH2
=
${ROOT_DIR}
/include
LIBPATH1
=
${ROOT_DIR}
/lib
else
ifeq
($(gcc), 5.4)
else
#
ifeq ($(gcc), 5.4)
# Compiled libraries under user ~flexpart, gfortran v5.4
ROOT_DIR
=
/homevip/flexpart/
...
...
@@ -68,14 +68,14 @@ else ifeq ($(gcc), 5.4)
INCPATH2
=
/usr/include
LIBPATH1
=
${ROOT_DIR}
/gcc-5.4.0/lib
else
#
else
# Default: System libraries at NILU, gfortran v4.6
F90
=
/usr/bin/gfortran
MPIF90
=
/usr/bin/mpif90.openmpi
#
F90 = /usr/bin/gfortran
#
MPIF90 = /usr/bin/mpif90.openmpi
INCPATH1
=
/xnilu_wrk/projects/FLEXPART/flex_wrk/bin64/grib_api/include
INCPATH2
=
/usr/include
LIBPATH1
=
/xnilu_wrk/projects/FLEXPART/flex_wrk/bin64/grib_api/lib
#
INCPATH1 = /xnilu_wrk/projects/FLEXPART/flex_wrk/bin64/grib_api/include
#
INCPATH2 = /usr/include
#
LIBPATH1 = /xnilu_wrk/projects/FLEXPART/flex_wrk/bin64/grib_api/lib
endif
...
...
Write
Preview
Supports
Markdown
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