Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
E
euroexa_GaiaGsrParSim
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
Container registry
Model registry
Operate
Environments
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
Fabio Roberto Vitello
euroexa_GaiaGsrParSim
Commits
b301c4fb
Commit
b301c4fb
authored
5 years ago
by
Fabio Roberto Vitello
Browse files
Options
Downloads
Patches
Plain Diff
Update Makefile
parent
97713936
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
Makefile
+24
-5
24 additions, 5 deletions
Makefile
with
24 additions
and
5 deletions
Makefile
+
24
−
5
View file @
b301c4fb
# Gaia GSRPar Makefile
COMPILER
=
/opt/openmpi_icc/bin/mpic++
-openmp
-DOMP
JOB_SCHED_VERSION
=
-smp
CFLAGS_I
=
--instrument
EXTRA
=
-std
=
c99
-O3
-Wall
-Wno-unused
-mcmodel
=
large
BASE_DIR
=
/home/fvitello/ompss-ee-master
COMMON_DIR
=
$(
BASE_DIR
)
/common-files
CONFIG_DIR
=
.config
GFLAGS
=
PARAVER
=
extrae.xml trace.sh
SCRIPTS
=
run-once.sh multirun.sh
MPI_CHECK
=
$(
MPI_LIB_DIR
)
/libmpi.so
MKL_CHECK
=
$(
MKL_LIB_DIR
)
/libmkl_sequential.so
ATLAS_CHECK
=
$(
ATLAS_LIB_DIR
)
/libatlas.a
COMPILER
=
/opt/ompss/bin/mcc
##COMPILER = /opt/openmpi_icc/bin/mpic++
COMPILERCPP
=
/opt/o
penmpi_icc/bin/mpic++
-openmp
-DOMP
COMPILERCPP
=
/opt/o
mpss/bin/mcxx
--ompss
-DOMP
##COMPILERCPP = /opt/openmpi_icc/bin/mpic++
CC
=
$(
COMPILERCPP
)
...
...
@@ -31,12 +50,12 @@ MEMREQ= memRequest.o
INCLUDE
=
-I
$(
GAIAINC
)
-I
/opt/local/include
-I
/opt/openmpi_icc/include/
-I
/opt/cfitsio3_1_0/include/
INCLUDE
=
-I
$(
GAIAINC
)
-I
/opt/local/include
-I
/opt/openmpi_icc/include/
-I
/opt/cfitsio3_1_0/include/
-I
/opt/openmpi/include
-pthread
#INCLUDE = -I$(GAIAINC)
#CFLAGS= $(INCLUDE) -std=c99
CPPFLAGS
=
$(
INCLUDE
)
-g
-fsanitize
=
address
-mllvm
-asan-stack
CPPFLAGS
=
$(
INCLUDE
)
LIB
=
-L
$(
CFITSIOLIB
)
-lcfitsio
-lm
CPPFLAGS
=
$(
INCLUDE
)
$(
CFLAGS_I
)
$(
EXTRA
)
LIB
=
-pthread
-L
/usr/local/pbspro/lib
-Wl
,-rpath
-Wl
,/usr/local/pbspro/lib
-Wl
,-rpath
-Wl
,/opt/openmpi/lib
-Wl
,--enable-new-dtags
-L
/opt/openmpi/lib
-lmpi
-L
$(
CFITSIOLIB
)
-lcfitsio
-lm
all
:
GaiaGsrParSim
...
...
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