OPAL (Object Oriented Parallel Accelerator Library)  2024.1
OPAL
IpplVersions.h.in
Go to the documentation of this file.
1 // Configuration and version information
2 // generated automatically - do not edit
3 
4 #ifndef IPPL_VERSIONS_H
5 #define IPPL_VERSIONS_H
6 
7 const char *ippl_version_name = "${IPPL_VERSION_NAME}";
8 const char *ippl_compile_arch = ${IPPL_COMPILE_ARCH};
9 const char *ippl_compile_line = ${IPPL_COMPILE_LINE};
10 const char *ippl_compile_date = ${IPPL_COMPILE_DATE};
11 const char *ippl_compile_machine = ${IPPL_COMPILE_MACHINE};
12 const char *ippl_compile_options = ${IPPL_COMPILE_OPTIONS};
13 const char *ippl_compile_user = ${IPPL_COMPILE_USER};
14 
15 #endif
const char * ippl_compile_date
Definition: IpplVersions.h:10
const char * ippl_compile_arch
Definition: IpplVersions.h:8
const char * ippl_compile_user
Definition: IpplVersions.h:13
const char * ippl_compile_machine
Definition: IpplVersions.h:11
const char * ippl_compile_options
Definition: IpplVersions.h:12
const char * ippl_version_name
Definition: IpplVersions.h:7
const char * ippl_compile_line
Definition: IpplVersions.h:9