Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
TracerTransportSoftware
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
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
Behrens, Prof. Dr. Jörn
TracerTransportSoftware
Commits
9c25c4cf
Commit
9c25c4cf
authored
4 years ago
by
Behrens, Prof. Dr. Jörn
Browse files
Options
Downloads
Patches
Plain Diff
adjusted Makefile for flash2d to compile smoothly on thunder
parent
6e9868d9
No related branches found
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
amatos2d/3rdparty/LAPACK95/lapack95_modules/README
+1
-0
1 addition, 0 deletions
amatos2d/3rdparty/LAPACK95/lapack95_modules/README
flash2d/compile/linux_g64/Makefile
+14
-12
14 additions, 12 deletions
flash2d/compile/linux_g64/Makefile
with
15 additions
and
12 deletions
amatos2d/3rdparty/LAPACK95/lapack95_modules/README
+
1
−
0
View file @
9c25c4cf
This directory contains module files necessary for the LAPACK95 interface library
This diff is collapsed.
Click to expand it.
flash2d/compile/linux_g64/Makefile
+
14
−
12
View file @
9c25c4cf
...
...
@@ -31,26 +31,26 @@ NO_MPSLM := yes
# SET MAIN DIRECTORY PATH
# !! This has to be alterd by user !!
ROOTDIR
=
$(
HOME
)
/
Development
ROOTDIR
=
$(
HOME
)
/
Transport-20/tracertransportsoftware
# SET atlas/blas DIRECTORY PATH
# !! This has to be alterd by user !!
BLASDIR
=
BLASLIB
=
-
L
/usr/lib
-l
:libblas.so.3gf
BLASDIR
=
/usr/lib
BLASLIB
=
-
lblas
# SET LAPACK DIRECTORY PATH/BLAS INCLUDED IN INTEL MKL
# !! This has to be alterd by user !!
LAPACKDIR
=
LAPACKLIB
=
-
L
/usr/lib
-l
:liblapack.so.3gf
-lpthread
-lc
LAPACKDIR
=
/usr/lib
LAPACKLIB
=
-
llapack
-lpthread
-lc
# -L
$(
ROOTDIR
)
/amatos2d/3rdpparty/LAPACK95
-llapack95
# SET C++ DIRECTORY PATH
# !! This has to be alterd by user !!
CCLIBDIR
=
/usr/lib/
CCLIB
=
# -lstdc++
# SET MORE DIRECTORY PATHS
LIBDIR
=
$(
ROOTDIR
)
/
amatos2d/
lib/
$(
MACHINE
)
INCDIR
=
$(
ROOTDIR
)
/
amatos2d/
include/
$(
MACHINE
)
MODDIR
=
$(
ROOTDIR
)
/
amatos2d/
include/
$(
MACHINE
)
LIBDIR
=
$(
ROOTDIR
)
/lib/
$(
MACHINE
)
INCDIR
=
$(
ROOTDIR
)
/include/
$(
MACHINE
)
MODDIR
=
$(
ROOTDIR
)
/include/
$(
MACHINE
)
MAINDIR
=
$(
ROOTDIR
)
/flash2d
SRCDIR
=
$(
MAINDIR
)
/src/flash
...
...
@@ -64,8 +64,11 @@ BUILDIR = $(MAINDIR)/compile/$(MACHINE)
LIBNETCDF
=
INCNETCDF
=
ifneq
($(strip $(NO_NETCDF)), yes)
LIBNETCDF
=
-L
$(
LIBDIR
)
-lncugrid
-L
/usr/lib
-lnetcdff
-lnetcdf
INCNETCDF
=
-I
/usr/include
LIBNETCDF
=
-L
/sw/jessie-x64/netcdf_fortran-4.4.2-static-gcc81/lib
-lnetcdff
\
-L
/sw/jessie-x64/szip-2.1-static-gccsys/lib
-L
/sw/jessie-x64/hdf5-1.8.16-static-gccsys/lib
\
-L
/sw/jessie-x64/netcdf-4.3.3.1-static-gccsys/lib
-lnetcdf
\
-lhdf5_hl
-lhdf5
-lsz
-lz
-lm
-ldl
INCNETCDF
=
-I
/sw/jessie-x64/netcdf_fortran-4.4.2-static-gcc81/include/
endif
# SET VISNET DIRECTORY PATH
...
...
@@ -122,9 +125,8 @@ FFLAGS += -DNO_NETCDF
endif
# -------- next flag for using dummy graphics library -----------#
LIBS
=
-L
$(
LIBDIR
)
-lamatos
-L
$(
BLASDIR
)
$(
BLASLIB
)
\
LIBS
=
-L
$(
LIBDIR
)
-lamatos
-lncugrid
-L
$(
BLASDIR
)
$(
BLASLIB
)
\
-L
$(
LAPACKDIR
)
$(
LAPACKLIB
)
\
-L
$(
VISNETDIR
)
$(
VISNETLIB
)
\
$(
LIBNETCDF
)
-L
$(
CCLIBDIR
)
$(
CCLIB
)
\
-lm
...
...
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