mirror of
https://github.com/paboyle/Grid.git
synced 2024-11-10 07:55:35 +00:00
COnfig file
This commit is contained in:
parent
1a9d4d3655
commit
98be168396
@ -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
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user