From 19372bf5ca986660744b30c84afd0a8357275560 Mon Sep 17 00:00:00 2001 From: azusayamaguchi Date: Sun, 29 Mar 2015 22:16:13 +0100 Subject: [PATCH] COnfig file --- Grid_config.h | 4 ++-- Grid_config.h.in | 12 ++++++++++++ 2 files changed, 14 insertions(+), 2 deletions(-) diff --git a/Grid_config.h b/Grid_config.h index 2a442ea5..94ef0ea2 100644 --- a/Grid_config.h +++ b/Grid_config.h @@ -11,13 +11,13 @@ /* #undef AVX512 */ /* GRID_COMMS_FAKE */ -#define GRID_COMMS_FAKE 1 +/* #undef GRID_COMMS_FAKE */ /* GRID_COMMS_MPI */ /* #undef GRID_COMMS_MPI */ /* GRID_COMMS_NONE */ -/* #undef GRID_COMMS_NONE */ +#define GRID_COMMS_NONE 1 /* Define to 1 if you have the `gettimeofday' function. */ #define HAVE_GETTIMEOFDAY 1 diff --git a/Grid_config.h.in b/Grid_config.h.in index 5c57e4cf..ff15a834 100644 --- a/Grid_config.h.in +++ b/Grid_config.h.in @@ -9,6 +9,15 @@ /* AVX512 */ #undef AVX512 +/* GRID_COMMS_FAKE */ +#undef GRID_COMMS_FAKE + +/* GRID_COMMS_MPI */ +#undef GRID_COMMS_MPI + +/* GRID_COMMS_NONE */ +#undef GRID_COMMS_NONE + /* Define to 1 if you have the `gettimeofday' function. */ #undef HAVE_GETTIMEOFDAY @@ -60,6 +69,9 @@ /* Define to the one symbol short name of this package. */ #undef PACKAGE_TARNAME +/* Define to the home page for this package. */ +#undef PACKAGE_URL + /* Define to the version of this package. */ #undef PACKAGE_VERSION