Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
H
HPC_Imaging
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
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
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
Claudio Gheller
HPC_Imaging
Commits
d3efe10f
Commit
d3efe10f
authored
2 years ago
by
Emanuele De Rubeis
Browse files
Options
Downloads
Patches
Plain Diff
Makefile for M100 with CFITSIO implementation
parent
b53acb4e
No related branches found
No related tags found
1 merge request
!3
CFITSIO and parallel images writing implementation
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
Build/Makefile.M100
+7
-3
7 additions, 3 deletions
Build/Makefile.M100
with
7 additions
and
3 deletions
Build/Makefile.M100
+
7
−
3
View file @
d3efe10f
CC
=
gcc
CC
=
gcc
CXX
=
g++
CXX
=
g++
...
@@ -5,8 +6,11 @@ MPICC = mpicc
...
@@ -5,8 +6,11 @@ MPICC = mpicc
MPIC++
=
mpiCC
MPIC++
=
mpiCC
#FFTW_INCL= -I/home/taffoni/sw/include
FFTW_INCL
=
-I
/cineca/prod/opt/libraries/fftw/3.3.8/spectrum_mpi--10.4.0--binary/include/
#FFTW_LIB= -L/home/taffoni/sw/lib
FFTW_LIB
=
/cineca/prod/opt/libraries/fftw/3.3.8/spectrum_mpi--10.4.0--binary/lib
FITSIO_INCL
=
-I
/m100_work/IscrC_CD-DLS/cfitsio-3.49
FITSIO_LIB
=
/m100_work/IscrC_CD-DLS/cfitsio-3.49
NVCC
=
nvcc
NVCC
=
nvcc
...
@@ -15,6 +19,6 @@ NVLIB = -L/cineca/prod/opt/compilers/cuda/10.1/none/lib64/ -lcudart -lcuda
...
@@ -15,6 +19,6 @@ NVLIB = -L/cineca/prod/opt/compilers/cuda/10.1/none/lib64/ -lcudart -lcuda
OMP
=
-fopenmp
OMP
=
-fopenmp
CFLAGS
+=
-I
.
$(
FFTW_INCL
)
$(
GSL_INCL
)
$(
MPI_INCL
)
CFLAGS
+=
-I
.
$(
FFTW_INCL
)
$(
GSL_INCL
)
$(
MPI_INCL
)
$(
FITSIO_INCL
)
OPTIMIZE
=
$(
OMP
)
-O3
-mtune
=
native
OPTIMIZE
=
$(
OMP
)
-O3
-mtune
=
native
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