Skip to content
Snippets Groups Projects
Commit 431f8cac authored by Fabio Roberto Vitello's avatar Fabio Roberto Vitello
Browse files

Update Makefile

parent 378fbe40
Branches
Tags
No related merge requests found
# Gaia GSRPar Makefile
COMPILER = /opt/openmpi_icc/bin/mpic++ -openmp -DOMP
COMPILER = /opt/ompss/bin/mcc
##COMPILER = /opt/openmpi_icc/bin/mpic++
COMPILERCPP = /opt/openmpi_icc/bin/mpic++ -openmp -DOMP
COMPILERCPP = /opt/ompss/bin/mcxx --ompss -DOMP
##COMPILERCPP = /opt/openmpi_icc/bin/mpic++
CC = $(COMPILERCPP)
......@@ -31,12 +31,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
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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment