forked from sci-visus/PIDX
-
Notifications
You must be signed in to change notification settings - Fork 0
/
PIDX_config.h.in
27 lines (21 loc) · 986 Bytes
/
PIDX_config.h.in
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
/*--------------------------------------------------------------------------
* This file is autogenerated from pidx_config.h.in
* during the cmake configuration of your project. If you need to make changes
* edit the original file NOT THIS FILE.
* --------------------------------------------------------------------------*/
#ifndef _PIDX_CONFIG_H_
#define _PIDX_CONFIG_H_
#define PIDX_GIT_REVISION "@PIDX_GIT_REVISION@"
#define PIDX_MAX_DIMENSIONS 5
#cmakedefine01 PIDX_HAVE_MPI
#cmakedefine01 PIDX_HAVE_ZFP
#cmakedefine01 PIDX_HAVE_PNETCDF
#cmakedefine01 PIDX_HAVE_NETCDF
#cmakedefine01 PIDX_HAVE_HDF5
#cmakedefine01 PIDX_HAVE_NVISUSIO
//ACTIVE_TARGET is defined by MPI, but we may want to override it for specific configs
//NOTE: disable for shaheen (how should we control machine-specific settings like this?)
//NOTE: we want locks, not fences (ACTIVE_TARGET = 0) on ash (CHPC).
#define PIDX_ACTIVE_TARGET ACTIVE_TARGET
#undef PIDX_ACTIVE_TARGET
#endif //_PIDX_CONFIG_H_