1
0
Fork 0
mirror of https://github.com/cosmo-sims/MUSIC.git synced 2024-09-19 17:03:46 +02:00

reverted makefile

This commit is contained in:
Oliver Hahn 2013-10-24 11:29:56 +02:00
parent ffcc295ffc
commit 64c06439e5

View file

@ -2,19 +2,19 @@
### compile time configuration options ### compile time configuration options
FFTW3 = yes FFTW3 = yes
MULTITHREADFFTW = yes MULTITHREADFFTW = yes
SINGLEPRECISION = yes SINGLEPRECISION = no
HAVEHDF5 = no HAVEHDF5 = yes
HAVEBOXLIB = no HAVEBOXLIB = no
BOXLIB_HOME = ${HOME}/nyx_tot_sterben/BoxLib BOXLIB_HOME = ${HOME}/nyx_tot_sterben/BoxLib
############################################################################## ##############################################################################
### compiler and path settings ### compiler and path settings
CC = icpc CC = g++
OPT = -Wall -Wno-unknown-pragmas -O3 -g -msse2 OPT = -Wall -Wno-unknown-pragmas -O3 -g -mtune=native
CFLAGS = CFLAGS =
LFLAGS = -lgsl -lgslcblas LFLAGS = -lgsl -lgslcblas
CPATHS = -I. -I$(HOME)/local/include -I/opt/local/include -I/usr/local/include -I$(FFTW_HOME)/include -I$(GSL_HOME)/include CPATHS = -I. -I$(HOME)/local/include -I/opt/local/include -I/usr/local/include
LPATHS = -L$(HOME)/local/lib -L/opt/local/lib -L/usr/local/lib -L$(FFTW_HOME)/lib -L$(GSL_HOME)/lib -Xlinker -R -Xlinker $(GSL_LIBDIR) LPATHS = -L$(HOME)/local/lib -L/opt/local/lib -L/usr/local/lib
############################################################################## ##############################################################################
# if you have FFTW 2.1.5 or 3.x with multi-thread support, you can enable the # if you have FFTW 2.1.5 or 3.x with multi-thread support, you can enable the