Octopus
16.0
real-space, real-time, TDDFT code
config_F90.h
Go to the documentation of this file.
1
2
3
#ifndef OCTOPUS_H
4
#define OCTOPUS_H
5
6
#define BUILD_TIME "2025-04-04T12:18:56"
7
#define PACKAGE_VERSION "16.0"
8
9
#define SHARE_DIR "/usr/local/share/octopus"
10
#define BUILD_DIR "/builds/octopus-code/octopus/build"
11
12
#define CC "/usr/bin/cc"
13
#define CFLAGS ""
14
#define CFLAGS_EXTRA ""
15
#define CXX "/usr/bin/c++"
16
#define CXXFLAGS ""
17
#define CXXFLAGS_EXTRA ""
18
19
#define FC "/usr/bin/gfortran"
20
#define FCFLAGS " -ffree-line-length-none"
21
#define FCFLAGS_EXTRA ""
22
23
24
#define FC_COMMAND_LINE_ARGUMENTS 2003
25
26
27
28
29
30
31
#ifdef __GFORTRAN__
32
#define FC_FUNC(name,NAME) name_
33
#define FC_FUNC_(name,NAME) name_
34
#else
35
#define FC_FUNC(name,NAME) name ## _
36
#define FC_FUNC_(name,NAME) name ## _
37
#endif
38
#define GIT_COMMIT "7e864b450a"
39
40
41
#define LONG_LINES 1
42
43
#define HAVE_FC_COMPILER_VERSION 1
44
#define HAVE_FC_SIZEOF 1
45
#define F90_ACCEPTS_LINE_NUMBERS 1
46
47
#define HAVE_VEC 1
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
#define HAVE_LIBXC_FXC
89
#define HAVE_LIBXC_KXC
90
91
92
93
#define HAVE_GD_GIF 1
94
#define HAVE_GD_JPEG 1
95
#define HAVE_GD_PNG 1
96
97
#define OCT_ARCH x86_64
98
99
100
101
102
#endif
build
src
include
config_F90.h
Generated by
1.9.4