Added src_Eshel (decoy processing for threading)
[unres.git] / source / unres / src_MD-M / CMakeCache.txt
1 # This is the CMakeCache file.
2 # For build in directory: /users/adam/unres/source/unres/src_MD-M
3 # It was generated by CMake: /usr/bin/cmake
4 # You can edit this file to change values found and used by cmake.
5 # If you do not want to change any of the values, simply exit the editor.
6 # If you do want to change a value, simply edit, save, and exit the editor.
7 # The syntax for the file is as follows:
8 # KEY:TYPE=VALUE
9 # KEY is the name of a variable in the cache.
10 # TYPE is a hint to GUI's for the type of VALUE, DO NOT EDIT TYPE!.
11 # VALUE is the current value for the KEY.
12
13 ########################
14 # EXTERNAL cache entries
15 ########################
16
17 //Path to a program.
18 CMAKE_AR:FILEPATH=/usr/bin/ar
19
20 //For backwards compatibility, what version of CMake commands and
21 // syntax should this version of CMake try to support.
22 CMAKE_BACKWARDS_COMPATIBILITY:STRING=2.4
23
24 //Choose the type of build, options are: None(CMAKE_CXX_FLAGS or
25 // CMAKE_C_FLAGS used) Debug Release RelWithDebInfo MinSizeRel.
26 CMAKE_BUILD_TYPE:STRING=
27
28 //Enable/Disable color output during build.
29 CMAKE_COLOR_MAKEFILE:BOOL=ON
30
31 //CXX compiler.
32 CMAKE_CXX_COMPILER:FILEPATH=/usr/bin/c++
33
34 //Flags used by the compiler during all build types.
35 CMAKE_CXX_FLAGS:STRING=
36
37 //Flags used by the compiler during debug builds.
38 CMAKE_CXX_FLAGS_DEBUG:STRING=-g
39
40 //Flags used by the compiler during release minsize builds.
41 CMAKE_CXX_FLAGS_MINSIZEREL:STRING=-Os -DNDEBUG
42
43 //Flags used by the compiler during release builds (/MD /Ob1 /Oi
44 // /Ot /Oy /Gs will produce slightly less optimized but smaller
45 // files).
46 CMAKE_CXX_FLAGS_RELEASE:STRING=-O3 -DNDEBUG
47
48 //Flags used by the compiler during Release with Debug Info builds.
49 CMAKE_CXX_FLAGS_RELWITHDEBINFO:STRING=-O2 -g
50
51 //C compiler.
52 CMAKE_C_COMPILER:FILEPATH=/usr/bin/gcc
53
54 //Flags used by the compiler during all build types.
55 CMAKE_C_FLAGS:STRING=
56
57 //Flags used by the compiler during debug builds.
58 CMAKE_C_FLAGS_DEBUG:STRING=-g
59
60 //Flags used by the compiler during release minsize builds.
61 CMAKE_C_FLAGS_MINSIZEREL:STRING=-Os -DNDEBUG
62
63 //Flags used by the compiler during release builds (/MD /Ob1 /Oi
64 // /Ot /Oy /Gs will produce slightly less optimized but smaller
65 // files).
66 CMAKE_C_FLAGS_RELEASE:STRING=-O3 -DNDEBUG
67
68 //Flags used by the compiler during Release with Debug Info builds.
69 CMAKE_C_FLAGS_RELWITHDEBINFO:STRING=-O2 -g
70
71 //Flags used by the linker.
72 CMAKE_EXE_LINKER_FLAGS:STRING=
73
74 //Flags used by the linker during debug builds.
75 CMAKE_EXE_LINKER_FLAGS_DEBUG:STRING=
76
77 //Flags used by the linker during release minsize builds.
78 CMAKE_EXE_LINKER_FLAGS_MINSIZEREL:STRING=
79
80 //Flags used by the linker during release builds.
81 CMAKE_EXE_LINKER_FLAGS_RELEASE:STRING=
82
83 //Flags used by the linker during Release with Debug Info builds.
84 CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO:STRING=
85
86 //Fortran compiler.
87 CMAKE_Fortran_COMPILER:FILEPATH=/usr/bin/gfortran
88
89 //Flags for Fortran compiler.
90 CMAKE_Fortran_FLAGS:STRING=
91
92 //Flags used by the compiler during debug builds.
93 CMAKE_Fortran_FLAGS_DEBUG:STRING=-g
94
95 //Flags used by the compiler during release minsize builds.
96 CMAKE_Fortran_FLAGS_MINSIZEREL:STRING=-Os
97
98 //Flags used by the compiler during release builds (/MD /Ob1 /Oi
99 // /Ot /Oy /Gs will produce slightly less optimized but smaller
100 // files).
101 CMAKE_Fortran_FLAGS_RELEASE:STRING=-O3
102
103 //Flags used by the compiler during Release with Debug Info builds.
104 CMAKE_Fortran_FLAGS_RELWITHDEBINFO:STRING=-O2 -g
105
106 //Install path prefix, prepended onto install directories.
107 CMAKE_INSTALL_PREFIX:PATH=/usr/local
108
109 //Path to a program.
110 CMAKE_LINKER:FILEPATH=/usr/bin/ld
111
112 //Path to a program.
113 CMAKE_MAKE_PROGRAM:FILEPATH=/usr/bin/gmake
114
115 //Flags used by the linker during the creation of modules.
116 CMAKE_MODULE_LINKER_FLAGS:STRING=
117
118 //Flags used by the linker during debug builds.
119 CMAKE_MODULE_LINKER_FLAGS_DEBUG:STRING=
120
121 //Flags used by the linker during release minsize builds.
122 CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL:STRING=
123
124 //Flags used by the linker during release builds.
125 CMAKE_MODULE_LINKER_FLAGS_RELEASE:STRING=
126
127 //Flags used by the linker during Release with Debug Info builds.
128 CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO:STRING=
129
130 //Path to a program.
131 CMAKE_NM:FILEPATH=/usr/bin/nm
132
133 //Path to a program.
134 CMAKE_OBJCOPY:FILEPATH=/usr/bin/objcopy
135
136 //Path to a program.
137 CMAKE_OBJDUMP:FILEPATH=/usr/bin/objdump
138
139 //Value Computed by CMake
140 CMAKE_PROJECT_NAME:STATIC=Project
141
142 //Path to a program.
143 CMAKE_RANLIB:FILEPATH=/usr/bin/ranlib
144
145 //Flags used by the linker during the creation of dll's.
146 CMAKE_SHARED_LINKER_FLAGS:STRING=
147
148 //Flags used by the linker during debug builds.
149 CMAKE_SHARED_LINKER_FLAGS_DEBUG:STRING=
150
151 //Flags used by the linker during release minsize builds.
152 CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL:STRING=
153
154 //Flags used by the linker during release builds.
155 CMAKE_SHARED_LINKER_FLAGS_RELEASE:STRING=
156
157 //Flags used by the linker during Release with Debug Info builds.
158 CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO:STRING=
159
160 //If set, runtime paths are not added when using shared libraries.
161 CMAKE_SKIP_RPATH:BOOL=NO
162
163 //Path to a program.
164 CMAKE_STRIP:FILEPATH=/usr/bin/strip
165
166 //If true, cmake will use relative paths in makefiles and projects.
167 CMAKE_USE_RELATIVE_PATHS:BOOL=OFF
168
169 //If this value is on, makefiles will be generated without the
170 // .SILENT directive, and all commands will be echoed to the console
171 // during the make.  This is useful for debugging only. With Visual
172 // Studio IDE projects all commands are done without /nologo.
173 CMAKE_VERBOSE_MAKEFILE:BOOL=FALSE
174
175 //Single output directory for building all executables.
176 EXECUTABLE_OUTPUT_PATH:PATH=
177
178 //Single output directory for building all libraries.
179 LIBRARY_OUTPUT_PATH:PATH=
180
181 //Value Computed by CMake
182 Project_BINARY_DIR:STATIC=/users/adam/unres/source/unres/src_MD-M
183
184 //Value Computed by CMake
185 Project_SOURCE_DIR:STATIC=/users/adam/unres/source/unres/src_MD-M
186
187
188 ########################
189 # INTERNAL cache entries
190 ########################
191
192 //ADVANCED property for variable: CMAKE_AR
193 CMAKE_AR-ADVANCED:INTERNAL=1
194 //ADVANCED property for variable: CMAKE_BUILD_TOOL
195 CMAKE_BUILD_TOOL-ADVANCED:INTERNAL=1
196 //What is the target build tool cmake is generating for.
197 CMAKE_BUILD_TOOL:INTERNAL=/usr/bin/gmake
198 //This is the directory where this CMakeCache.txt was created
199 CMAKE_CACHEFILE_DIR:INTERNAL=/users/adam/unres/source/unres/src_MD-M
200 //Major version of cmake used to create the current loaded cache
201 CMAKE_CACHE_MAJOR_VERSION:INTERNAL=2
202 //Minor version of cmake used to create the current loaded cache
203 CMAKE_CACHE_MINOR_VERSION:INTERNAL=8
204 //Patch version of cmake used to create the current loaded cache
205 CMAKE_CACHE_PATCH_VERSION:INTERNAL=0
206 //ADVANCED property for variable: CMAKE_COLOR_MAKEFILE
207 CMAKE_COLOR_MAKEFILE-ADVANCED:INTERNAL=1
208 //Path to CMake executable.
209 CMAKE_COMMAND:INTERNAL=/usr/bin/cmake
210 //Path to cpack program executable.
211 CMAKE_CPACK_COMMAND:INTERNAL=/usr/bin/cpack
212 //Path to ctest program executable.
213 CMAKE_CTEST_COMMAND:INTERNAL=/usr/bin/ctest
214 //ADVANCED property for variable: CMAKE_CXX_COMPILER
215 CMAKE_CXX_COMPILER-ADVANCED:INTERNAL=1
216 CMAKE_CXX_COMPILER_WORKS:INTERNAL=1
217 //ADVANCED property for variable: CMAKE_CXX_FLAGS
218 CMAKE_CXX_FLAGS-ADVANCED:INTERNAL=1
219 //ADVANCED property for variable: CMAKE_CXX_FLAGS_DEBUG
220 CMAKE_CXX_FLAGS_DEBUG-ADVANCED:INTERNAL=1
221 //ADVANCED property for variable: CMAKE_CXX_FLAGS_MINSIZEREL
222 CMAKE_CXX_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
223 //ADVANCED property for variable: CMAKE_CXX_FLAGS_RELEASE
224 CMAKE_CXX_FLAGS_RELEASE-ADVANCED:INTERNAL=1
225 //ADVANCED property for variable: CMAKE_CXX_FLAGS_RELWITHDEBINFO
226 CMAKE_CXX_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
227 //ADVANCED property for variable: CMAKE_C_COMPILER
228 CMAKE_C_COMPILER-ADVANCED:INTERNAL=1
229 CMAKE_C_COMPILER_WORKS:INTERNAL=1
230 //ADVANCED property for variable: CMAKE_C_FLAGS
231 CMAKE_C_FLAGS-ADVANCED:INTERNAL=1
232 //ADVANCED property for variable: CMAKE_C_FLAGS_DEBUG
233 CMAKE_C_FLAGS_DEBUG-ADVANCED:INTERNAL=1
234 //ADVANCED property for variable: CMAKE_C_FLAGS_MINSIZEREL
235 CMAKE_C_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
236 //ADVANCED property for variable: CMAKE_C_FLAGS_RELEASE
237 CMAKE_C_FLAGS_RELEASE-ADVANCED:INTERNAL=1
238 //ADVANCED property for variable: CMAKE_C_FLAGS_RELWITHDEBINFO
239 CMAKE_C_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
240 //Result of TRY_COMPILE
241 CMAKE_DETERMINE_CXX_ABI_COMPILED:INTERNAL=TRUE
242 //Result of TRY_COMPILE
243 CMAKE_DETERMINE_C_ABI_COMPILED:INTERNAL=TRUE
244 //Result of TRY_COMPILE
245 CMAKE_DETERMINE_Fortran_ABI_COMPILED:INTERNAL=TRUE
246 //Path to cache edit program executable.
247 CMAKE_EDIT_COMMAND:INTERNAL=/usr/bin/ccmake
248 //Executable file format
249 CMAKE_EXECUTABLE_FORMAT:INTERNAL=ELF
250 //ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS
251 CMAKE_EXE_LINKER_FLAGS-ADVANCED:INTERNAL=1
252 //ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_DEBUG
253 CMAKE_EXE_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1
254 //ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_MINSIZEREL
255 CMAKE_EXE_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
256 //ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_RELEASE
257 CMAKE_EXE_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1
258 //ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO
259 CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
260 //ADVANCED property for variable: CMAKE_Fortran_COMPILER
261 CMAKE_Fortran_COMPILER-ADVANCED:INTERNAL=1
262 CMAKE_Fortran_COMPILER_WORKS:INTERNAL=1
263 //ADVANCED property for variable: CMAKE_Fortran_FLAGS
264 CMAKE_Fortran_FLAGS-ADVANCED:INTERNAL=1
265 //ADVANCED property for variable: CMAKE_Fortran_FLAGS_DEBUG
266 CMAKE_Fortran_FLAGS_DEBUG-ADVANCED:INTERNAL=1
267 //ADVANCED property for variable: CMAKE_Fortran_FLAGS_MINSIZEREL
268 CMAKE_Fortran_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
269 //ADVANCED property for variable: CMAKE_Fortran_FLAGS_RELEASE
270 CMAKE_Fortran_FLAGS_RELEASE-ADVANCED:INTERNAL=1
271 //ADVANCED property for variable: CMAKE_Fortran_FLAGS_RELWITHDEBINFO
272 CMAKE_Fortran_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
273 //Name of generator.
274 CMAKE_GENERATOR:INTERNAL=Unix Makefiles
275 //Start directory with the top level CMakeLists.txt file for this
276 // project
277 CMAKE_HOME_DIRECTORY:INTERNAL=/users/adam/unres/source/unres/src_MD-M
278 //Install .so files without execute permission.
279 CMAKE_INSTALL_SO_NO_EXE:INTERNAL=0
280 //ADVANCED property for variable: CMAKE_LINKER
281 CMAKE_LINKER-ADVANCED:INTERNAL=1
282 //ADVANCED property for variable: CMAKE_MAKE_PROGRAM
283 CMAKE_MAKE_PROGRAM-ADVANCED:INTERNAL=1
284 //ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS
285 CMAKE_MODULE_LINKER_FLAGS-ADVANCED:INTERNAL=1
286 //ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_DEBUG
287 CMAKE_MODULE_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1
288 //ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL
289 CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
290 //ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_RELEASE
291 CMAKE_MODULE_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1
292 //ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO
293 CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
294 //ADVANCED property for variable: CMAKE_NM
295 CMAKE_NM-ADVANCED:INTERNAL=1
296 //number of local generators
297 CMAKE_NUMBER_OF_LOCAL_GENERATORS:INTERNAL=1
298 //ADVANCED property for variable: CMAKE_OBJCOPY
299 CMAKE_OBJCOPY-ADVANCED:INTERNAL=1
300 //ADVANCED property for variable: CMAKE_OBJDUMP
301 CMAKE_OBJDUMP-ADVANCED:INTERNAL=1
302 //ADVANCED property for variable: CMAKE_RANLIB
303 CMAKE_RANLIB-ADVANCED:INTERNAL=1
304 //Path to CMake installation.
305 CMAKE_ROOT:INTERNAL=/usr/share/cmake
306 //ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS
307 CMAKE_SHARED_LINKER_FLAGS-ADVANCED:INTERNAL=1
308 //ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_DEBUG
309 CMAKE_SHARED_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1
310 //ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL
311 CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
312 //ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_RELEASE
313 CMAKE_SHARED_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1
314 //ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO
315 CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
316 //ADVANCED property for variable: CMAKE_SKIP_RPATH
317 CMAKE_SKIP_RPATH-ADVANCED:INTERNAL=1
318 //ADVANCED property for variable: CMAKE_STRIP
319 CMAKE_STRIP-ADVANCED:INTERNAL=1
320 //uname command
321 CMAKE_UNAME:INTERNAL=/bin/uname
322 //ADVANCED property for variable: CMAKE_USE_RELATIVE_PATHS
323 CMAKE_USE_RELATIVE_PATHS-ADVANCED:INTERNAL=1
324 //ADVANCED property for variable: CMAKE_VERBOSE_MAKEFILE
325 CMAKE_VERBOSE_MAKEFILE-ADVANCED:INTERNAL=1
326