OPAL (Object Oriented Parallel Accelerator Library) 2022.1
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
7const char *ippl_version_name = "V1.1.4";
8const char *ippl_compile_arch = "";
9const char *ippl_compile_line = "";
10const char *ippl_compile_date = "Thu Oct 20 17:39:05 CEST 2022";
11const char *ippl_compile_machine = "Darwin Elwing.local 21.6.0 Darwin Kernel Version 21.6.0: Mon Aug 22 20:17:10 PDT 2022; root:xnu-8020.140.49~2/RELEASE_X86_64 x86_64";
12const char *ippl_compile_options = "";
13const char *ippl_compile_user = "gsell";
14
15#endif
const char * ippl_compile_date
Definition: IpplVersions.h:10
const char * ippl_compile_user
Definition: IpplVersions.h:13
const char * ippl_compile_line
Definition: IpplVersions.h:9
const char * ippl_compile_options
Definition: IpplVersions.h:12
const char * ippl_version_name
Definition: IpplVersions.h:7
const char * ippl_compile_machine
Definition: IpplVersions.h:11
const char * ippl_compile_arch
Definition: IpplVersions.h:8