Skip to content
Snippets Groups Projects
Commit d3efe10f authored by Emanuele De Rubeis's avatar Emanuele De Rubeis
Browse files

Makefile for M100 with CFITSIO implementation

parent b53acb4e
No related branches found
No related tags found
1 merge request!3CFITSIO and parallel images writing implementation
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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment