1
0
mirror of https://github.com/paboyle/Grid.git synced 2024-09-20 01:05:38 +01:00

Improving

This commit is contained in:
Peter Boyle 2015-03-04 13:44:33 +00:00
parent e6e396b3f7
commit 613706dca2
3 changed files with 6 additions and 6 deletions

2
Grid.h
View File

@ -27,7 +27,7 @@
////////////////////////////////////////////////////////////
// Tunable header includes
////////////////////////////////////////////////////////////
#define HAVE_OPENMP
#ifdef HAVE_OPENMP
#define OMP
#include <omp.h>

View File

@ -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 <malloc.h> header file. */
#define HAVE_MALLOC_H 1
/* #undef HAVE_MALLOC_H */
/* Define to 1 if you have the <malloc/malloc.h> header file. */
/* #undef HAVE_MALLOC_MALLOC_H */
#define HAVE_MALLOC_MALLOC_H 1
/* Define to 1 if you have the <memory.h> header file. */
#define HAVE_MEMORY_H 1

View File

@ -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