OPAL (Object Oriented Parallel Accelerator Library)  2.2.0
OPAL
IpplVersions.h
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 = "V1.1.4";
8 const char *ippl_compile_arch = "";
9 const char *ippl_compile_line = "";
10 const char *ippl_compile_date = "Mon Dec 16 12:40:16 CET 2019";
11 const char *ippl_compile_machine = "Linux merlin-l-001.psi.ch 3.10.0-957.27.2.el7.x86_64 #1 SMP Tue Jul 9 16:53:14 UTC 2019 x86_64 x86_64 x86_64 GNU/Linux";
12 const char *ippl_compile_options = "";
13 const char *ippl_compile_user = "adelmann";
14 
15 /* DKS version number */
16 #define IPPL_DKS_VERSION
17 
18 #endif
const char * ippl_compile_options
Definition: IpplVersions.h:12
const char * ippl_compile_machine
Definition: IpplVersions.h:11
const char * ippl_compile_line
Definition: IpplVersions.h:9
const char * ippl_compile_arch
Definition: IpplVersions.h:8
const char * ippl_compile_user
Definition: IpplVersions.h:13
const char * ippl_compile_date
Definition: IpplVersions.h:10
const char * ippl_version_name
Definition: IpplVersions.h:7