# - Rename this file Makefile.SuperMUC-NG, move it under /Build, and define the env variable SYSTYPE=SuperMUC-NG
# - modules will need to be loaded separately, check other files for working alternatives
# - This file is the  same as in the Open3Gadget repository as to 2019-05-28

GSL_INCL = $(GSL_INC)
GSL_LIBS = $(GSL_SHLIB)
FFTW_INCL= $(FFTW_INC)
#FFTW_LIBS= $(FFTW_LIB) $(FFTW_MPI_LIB) $(FFTW_OPENMP_LIB)   # Pick either this or next line
FFTW_LIBS= $(FFTW_SHLIB) $(FFTW_MPI_SHLIB) $(FFTW_OPENMP_SHLIB)
MPICHLIB =
HDF5INCL = $(HDF5_INC)
HDF5LIB  = $(HDF5_SHLIB)
FFTW_LIBNAMES=
GTESTLIBS= -L$(GTEST_DIR)/lib -lgtest -lgtest_main -lgmock -lgmock_main -lpthread
GTESTINCL= -I$(GTEST_DIR)/googletest/include -I$(GTEST_DIR)/googlemock/include
OPTIMIZE = -std=c++11 -Wall -g -O2 -qopt-report=5 -qopenmp -simd -xCORE-avx512 -qopt-report-phase=ipo,openmp,vec -DH5_USE_16_API # -DNOCALLSOFSYSTEM -DHDF5_DISABLE_VERSION_CHECK=1  # hdf5 not working at the moment
