--- trunk/gadget/Makefile 2015/10/13 11:29:01 16 +++ trunk/gadget/Makefile 2015/11/09 10:22:57 17 @@ -14,8 +14,8 @@ ########################################################################## # The name of the final executable (eg gadget-paramin or gadget.exe) #GADGET = gadget-paramin -#GADGET = gadget -GADGET = gadget-ompRepro +GADGET = gadget +#GADGET = gadget-ompRepro #GADGET = gadget-ompSpec ########################################################################## # Pick the appropriate compiler from the following switches @@ -37,7 +37,7 @@ # 2,5. Linux, Mac, Cgwin or Solaris, without MPI, using g++ compiler and OpenMP Reproducible CXX = g++ LIBDIRS = -L. -L/usr/local/lib -LIBRARIES = -lm +LIBRARIES = -lm CXXFLAGS = $(DEFINE_FLAGS) -fopenmp OBJECTS = $(GADGETINPUT) $(GADGETOBJECTS) ##########################################################################