Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Flexpart
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Package registry
Model registry
Operate
Terraform modules
Monitor
Service Desk
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Benjamin Püschel
Flexpart
Commits
80833471
Commit
80833471
authored
8 years ago
by
Gerald Klinkl
Browse files
Options
Downloads
Patches
Plain Diff
Remove CTBTO specific paths from general makefiles
Also remove -DCTBTO from DEFS in makefile.general.ifort
parent
cb8ddf8f
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
flexpart_code/makefile.general.gfortran
+2
-3
2 additions, 3 deletions
flexpart_code/makefile.general.gfortran
flexpart_code/makefile.general.ifort
+4
-6
4 additions, 6 deletions
flexpart_code/makefile.general.ifort
with
6 additions
and
9 deletions
flexpart_code/makefile.general.gfortran
+
2
−
3
View file @
80833471
...
...
@@ -12,9 +12,8 @@ DEFS =
FC
=
gfortran
# devlan
INCPATH
=
/dvl/atm/software/local/include
LIBPATH1
=
/dvl/atm/software/usr/lib
INCPATH
=
/usr/local/include
LIBPATH1
=
/usr/local/lib
LIBPATH2
=
/usr/lib/x86_64-linux-gnu
...
...
This diff is collapsed.
Click to expand it.
flexpart_code/makefile.general.ifort
+
4
−
6
View file @
80833471
SHELL
=
/bin/bash
FLEXPART_EXECUTABLE
=
flexpart_ifort
FLEXPART_EXECUTABLE
=
flexpart_ifort
GRIB2FLEXPART_EXECUTABLE
=
grib2flexpart_ifort
#############################################
#DEFS = -DCTBTO
DEFS
=
-DCTBTO
#############################################
# Set up for devlan ifort
INTEL_ROOT
=
/cots/intel/composer_xe_2013.2.146
GRIB_API_ROOT
=
/dvl/atm/klinkl/src/ifort_grib_api/grib_api-1.12.3
INTEL_ROOT
=
/usr/local/intel/composer_xe_2013.2.146
GRIB_API_ROOT
=
/usr/local/src/ifort_grib_api/grib_api-1.12.3
FC
=
$(
INTEL_ROOT
)
/bin/ifort
FC
=
$(
INTEL_ROOT
)
/bin/ifort
INCPATH
=
$(
GRIB_API_ROOT
)
/fortran
LIBPATH1
=
$(
GRIB_API_ROOT
)
/fortran/.libs
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment