From 613706dca2fd0f078aa71bdcf6aab7ce40487b19 Mon Sep 17 00:00:00 2001 From: Peter Boyle Date: Wed, 4 Mar 2015 13:44:33 +0000 Subject: [PATCH] Improving --- Grid.h | 2 +- Grid_config.h | 8 ++++---- Makefile.am | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Grid.h b/Grid.h index f73d52ba..5a3571e4 100644 --- a/Grid.h +++ b/Grid.h @@ -27,7 +27,7 @@ //////////////////////////////////////////////////////////// // Tunable header includes //////////////////////////////////////////////////////////// -#define HAVE_OPENMP + #ifdef HAVE_OPENMP #define OMP #include diff --git a/Grid_config.h b/Grid_config.h index 12eeb8ac..64003419 100644 --- a/Grid_config.h +++ b/Grid_config.h @@ -2,13 +2,13 @@ /* Grid_config.h.in. Generated from configure.ac by autoheader. */ /* AVX */ -/* #undef AVX1 */ +#define AVX1 1 /* AVX2 */ /* #undef AVX2 */ /* AVX512 */ -#define AVX512 1 +/* #undef AVX512 */ /* Define to 1 if you have the `gettimeofday' function. */ #define HAVE_GETTIMEOFDAY 1 @@ -17,10 +17,10 @@ #define HAVE_INTTYPES_H 1 /* Define to 1 if you have the header file. */ -#define HAVE_MALLOC_H 1 +/* #undef HAVE_MALLOC_H */ /* Define to 1 if you have the header file. */ -/* #undef HAVE_MALLOC_MALLOC_H */ +#define HAVE_MALLOC_MALLOC_H 1 /* Define to 1 if you have the header file. */ #define HAVE_MEMORY_H 1 diff --git a/Makefile.am b/Makefile.am index b6c2ef16..13c2484b 100644 --- a/Makefile.am +++ b/Makefile.am @@ -5,7 +5,7 @@ AM_CXXFLAGS = -I$(top_srcdir)/ # Libraries # lib_LIBRARIES = libGrid.a -libGrid_a_SOURCES = Grid_signal.cc +libGrid_a_SOURCES = Grid_init.cc # # Include files