Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
PSPFFT
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package 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
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Budiardja, Reuben
PSPFFT
Commits
2e896f21
Commit
2e896f21
authored
1 year ago
by
Budiardja, Reuben
Browse files
Options
Downloads
Patches
Plain Diff
Makefile change.
parent
c3e69afe
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Config/Makefile_Config
+5
-4
5 additions, 4 deletions
Config/Makefile_Config
with
5 additions
and
4 deletions
Config/Makefile_Config
+
5
−
4
View file @
2e896f21
...
...
@@ -13,13 +13,14 @@ FORTRAN_OPTIMIZE = -O3
LINK = mpif90
#-- Specify location of FFTW library.
INCLUDE_FFTW = -I
/usr
/include
LIBRARY_FFTW = -L
/usr
/lib64 -lfftw3
INCLUDE_FFTW = -I
${OLCF_FFTW_ROOT}
/include
LIBRARY_FFTW = -L
${OLCF_FFTW_ROOT}
/lib64 -lfftw3
#-- Specify location of Silo library. This is only necessary to compile
# & run Test programs. PSPFFT itself does not need this.
INCLUDE_SILO = -I /usr/local/silo/4.7.2/gcc/include
LIBRARY_SILO = -L /usr/local/silo/4.7.2/gcc/lib -lsilo
SILO_DIR ?= /sw/peak/caascade/silo/4.10.2/gcc8.1.0
INCLUDE_SILO = -I${SILO_DIR}/include
LIBRARY_SILO = -L${SILO_DIR}/lib -lsilo
#-- Specify the directory to install PSPFFT
INSTALL = /usr/local/pspfft/1.0/${PE}
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