1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 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 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451
|
# This file was generated by CMake because it detected TRY_RUN() commands
# in crosscompiling mode. It will be overwritten by the next CMake run.
# Copy it to a safe location, set the variables to appropriate values
# and use it then to preset the CMake cache (using -C).
# CMAKE_REQUIRE_LARGE_FILE_SUPPORT
# indicates whether the executable would have been able to run on its
# target platform. If so, set CMAKE_REQUIRE_LARGE_FILE_SUPPORT to
# the exit code (in many cases 0 for success), otherwise enter "FAILED_TO_RUN".
# CMAKE_REQUIRE_LARGE_FILE_SUPPORT__TRYRUN_OUTPUT
# contains the text the executable would have printed on stdout and stderr.
# If the executable would not have been able to run, set CMAKE_REQUIRE_LARGE_FILE_SUPPORT__TRYRUN_OUTPUT empty.
# Otherwise check if the output is evaluated by the calling CMake code. If so,
# check what the source file would have printed when called with the given arguments.
# The HAVE_CMAKE_REQUIRE_LARGE_FILE_SUPPORT variable holds the build result for this TRY_RUN().
#
# Source file : /work/01642/sujin/Projects/Paraview/Master/builds/base/mic/CMakeFiles/CMakeTmp/src.cxx
# Executable : /work/01642/sujin/Projects/Paraview/Master/builds/base/mic/CMakeFiles/cmTryCompileExec2975213194-CMAKE_REQUIRE_LARGE_FILE_SUPPORT
# Run arguments :
# Called from: [1] /work/01642/sujin/Projects/Paraview/Master/ParaView/VTK/CMakeLists.txt
SET( CMAKE_REQUIRE_LARGE_FILE_SUPPORT
"0"
CACHE STRING "Result from TRY_RUN" FORCE)
SET( CMAKE_REQUIRE_LARGE_FILE_SUPPORT__TRYRUN_OUTPUT
""
CACHE STRING "Output from TRY_RUN" FORCE)
# NO_ICC_IDYNAMIC_NEEDED
# indicates whether the executable would have been able to run on its
# target platform. If so, set NO_ICC_IDYNAMIC_NEEDED to
# the exit code (in many cases 0 for success), otherwise enter "FAILED_TO_RUN".
# NO_ICC_IDYNAMIC_NEEDED__TRYRUN_OUTPUT
# contains the text the executable would have printed on stdout and stderr.
# If the executable would not have been able to run, set NO_ICC_IDYNAMIC_NEEDED__TRYRUN_OUTPUT empty.
# Otherwise check if the output is evaluated by the calling CMake code. If so,
# check what the source file would have printed when called with the given arguments.
# The HAVE_NO_ICC_IDYNAMIC_NEEDED variable holds the build result for this TRY_RUN().
#
# Source file : /work/01642/sujin/Projects/Paraview/Master/ParaView/VTK/CMake/TestNO_ICC_IDYNAMIC_NEEDED.cxx
# Executable : /work/01642/sujin/Projects/Paraview/Master/builds/base/mic/CMakeFiles/cmTryCompileExec4126328307-NO_ICC_IDYNAMIC_NEEDED
# Run arguments :
# Called from: [2] /work/01642/sujin/Projects/Paraview/Master/ParaView/VTK/CMake/vtkDetermineCompilerFlags.cmake
# [1] /work/01642/sujin/Projects/Paraview/Master/ParaView/VTK/CMakeLists.txt
SET( NO_ICC_IDYNAMIC_NEEDED
"1"
CACHE STRING "Result from TRY_RUN" FORCE)
SET( NO_ICC_IDYNAMIC_NEEDED__TRYRUN_OUTPUT
""
CACHE STRING "Output from TRY_RUN" FORCE)
# VTK_TYPE_CHAR_IS_SIGNED
# indicates whether the executable would have been able to run on its
# target platform. If so, set VTK_TYPE_CHAR_IS_SIGNED to
# the exit code (in many cases 0 for success), otherwise enter "FAILED_TO_RUN".
# The VTK_TYPE_CHAR_IS_SIGNED_COMPILED variable holds the build result for this TRY_RUN().
#
# Source file : /work/01642/sujin/Projects/Paraview/Master/ParaView/VTK/CMake/vtkTestCharSignedness.cxx
# Executable : /work/01642/sujin/Projects/Paraview/Master/builds/base/mic/CMakeFiles/cmTryCompileExec3370858278-VTK_TYPE_CHAR_IS_SIGNED
# Run arguments :
# Called from: [2] /work/01642/sujin/Projects/Paraview/Master/ParaView/VTK/CMake/vtkTestTypes.cmake
# [1] /work/01642/sujin/Projects/Paraview/Master/ParaView/VTK/CMakeLists.txt
SET( VTK_TYPE_CHAR_IS_SIGNED
"1"
CACHE STRING "Result from TRY_RUN" FORCE)
# VTK_ANSI_STREAM_EOF_RESULT
# indicates whether the executable would have been able to run on its
# target platform. If so, set VTK_ANSI_STREAM_EOF_RESULT to
# the exit code (in many cases 0 for success), otherwise enter "FAILED_TO_RUN".
# The VTK_ANSI_STREAM_EOF_COMPILED variable holds the build result for this TRY_RUN().
#
# Source file : /work/01642/sujin/Projects/Paraview/Master/builds/base/mic/VTK/CMake/vtkTestStreamEOF.cxx
# Executable : /work/01642/sujin/Projects/Paraview/Master/builds/base/mic/CMakeFiles/cmTryCompileExec1781768933-VTK_ANSI_STREAM_EOF_RESULT
# Run arguments :
# Called from: [2] /work/01642/sujin/Projects/Paraview/Master/ParaView/VTK/CMake/vtkTestStreamsLibrary.cmake
# [1] /work/01642/sujin/Projects/Paraview/Master/ParaView/VTK/CMakeLists.txt
SET( VTK_ANSI_STREAM_EOF_RESULT
"1"
CACHE STRING "Result from TRY_RUN" FORCE)
# KWSYS_LFS_WORKS
# indicates whether the executable would have been able to run on its
# target platform. If so, set KWSYS_LFS_WORKS to
# the exit code (in many cases 0 for success), otherwise enter "FAILED_TO_RUN".
# KWSYS_LFS_WORKS__TRYRUN_OUTPUT
# contains the text the executable would have printed on stdout and stderr.
# If the executable would not have been able to run, set KWSYS_LFS_WORKS__TRYRUN_OUTPUT empty.
# Otherwise check if the output is evaluated by the calling CMake code. If so,
# check what the source file would have printed when called with the given arguments.
# The KWSYS_LFS_WORKS_COMPILED variable holds the build result for this TRY_RUN().
#
# Source file : /work/01642/sujin/Projects/Paraview/Master/ParaView/VTK/Utilities/KWSys/vtksys/kwsysPlatformTestsCXX.cxx
# Executable : /work/01642/sujin/Projects/Paraview/Master/builds/base/mic/CMakeFiles/cmTryCompileExec2234636171-KWSYS_LFS_WORKS
# Run arguments :
# Called from: [1] /work/01642/sujin/Projects/Paraview/Master/ParaView/VTK/Utilities/KWSys/vtksys/CMakeLists.txt
SET( KWSYS_LFS_WORKS
"0"
CACHE STRING "Result from TRY_RUN" FORCE)
SET( KWSYS_LFS_WORKS__TRYRUN_OUTPUT
""
CACHE STRING "Output from TRY_RUN" FORCE)
# KWSYS_CHAR_IS_SIGNED
# indicates whether the executable would have been able to run on its
# target platform. If so, set KWSYS_CHAR_IS_SIGNED to
# the exit code (in many cases 0 for success), otherwise enter "FAILED_TO_RUN".
# KWSYS_CHAR_IS_SIGNED__TRYRUN_OUTPUT
# contains the text the executable would have printed on stdout and stderr.
# If the executable would not have been able to run, set KWSYS_CHAR_IS_SIGNED__TRYRUN_OUTPUT empty.
# Otherwise check if the output is evaluated by the calling CMake code. If so,
# check what the source file would have printed when called with the given arguments.
# The KWSYS_CHAR_IS_SIGNED_COMPILED variable holds the build result for this TRY_RUN().
#
# Source file : /work/01642/sujin/Projects/Paraview/Master/ParaView/VTK/Utilities/KWSys/vtksys/kwsysPlatformTestsCXX.cxx
# Executable : /work/01642/sujin/Projects/Paraview/Master/builds/base/mic/CMakeFiles/cmTryCompileExec3553328623-KWSYS_CHAR_IS_SIGNED
# Run arguments :
# Called from: [1] /work/01642/sujin/Projects/Paraview/Master/ParaView/VTK/Utilities/KWSys/vtksys/CMakeLists.txt
SET( KWSYS_CHAR_IS_SIGNED
"0"
CACHE STRING "Result from TRY_RUN" FORCE)
SET( KWSYS_CHAR_IS_SIGNED__TRYRUN_OUTPUT
""
CACHE STRING "Output from TRY_RUN" FORCE)
# HDF5_PRINTF_LL_TEST_RUN
# indicates whether the executable would have been able to run on its
# target platform. If so, set HDF5_PRINTF_LL_TEST_RUN to
# the exit code (in many cases 0 for success), otherwise enter "FAILED_TO_RUN".
# HDF5_PRINTF_LL_TEST_RUN__TRYRUN_OUTPUT
# contains the text the executable would have printed on stdout and stderr.
# If the executable would not have been able to run, set HDF5_PRINTF_LL_TEST_RUN__TRYRUN_OUTPUT empty.
# Otherwise check if the output is evaluated by the calling CMake code. If so,
# check what the source file would have printed when called with the given arguments.
# The HDF5_PRINTF_LL_TEST_COMPILE variable holds the build result for this TRY_RUN().
#
# Source file : /work/01642/sujin/Projects/Paraview/Master/ParaView/VTK/ThirdParty/hdf5/vtkhdf5/Resources/HDF5Tests.c
# Executable : /work/01642/sujin/Projects/Paraview/Master/builds/base/mic/CMakeFiles/cmTryCompileExec3264926008-HDF5_PRINTF_LL_TEST_RUN
# Run arguments :
# Called from: [2] /work/01642/sujin/Projects/Paraview/Master/ParaView/VTK/ThirdParty/hdf5/vtkhdf5/ConfigureChecks.cmake
# [1] /work/01642/sujin/Projects/Paraview/Master/ParaView/VTK/ThirdParty/hdf5/vtkhdf5/CMakeLists.txt
SET( HDF5_PRINTF_LL_TEST_RUN
"0"
CACHE STRING "Result from TRY_RUN" FORCE)
SET( HDF5_PRINTF_LL_TEST_RUN__TRYRUN_OUTPUT
"PRINTF_LL_WIDTH=[l]"
CACHE STRING "Output from TRY_RUN" FORCE)
# H5_LDOUBLE_TO_INTEGER_WORKS_RUN
# indicates whether the executable would have been able to run on its
# target platform. If so, set H5_LDOUBLE_TO_INTEGER_WORKS_RUN to
# the exit code (in many cases 0 for success), otherwise enter "FAILED_TO_RUN".
# H5_LDOUBLE_TO_INTEGER_WORKS_RUN__TRYRUN_OUTPUT
# contains the text the executable would have printed on stdout and stderr.
# If the executable would not have been able to run, set H5_LDOUBLE_TO_INTEGER_WORKS_RUN__TRYRUN_OUTPUT empty.
# Otherwise check if the output is evaluated by the calling CMake code. If so,
# check what the source file would have printed when called with the given arguments.
# The H5_LDOUBLE_TO_INTEGER_WORKS_COMPILE variable holds the build result for this TRY_RUN().
#
# Source file : /work/01642/sujin/Projects/Paraview/Master/ParaView/VTK/ThirdParty/hdf5/vtkhdf5/Resources/ConversionTests.c
# Executable : /work/01642/sujin/Projects/Paraview/Master/builds/base/mic/CMakeFiles/cmTryCompileExec2505358564-H5_LDOUBLE_TO_INTEGER_WORKS_RUN
# Run arguments :
# Called from: [2] /work/01642/sujin/Projects/Paraview/Master/ParaView/VTK/ThirdParty/hdf5/vtkhdf5/ConfigureChecks.cmake
# [1] /work/01642/sujin/Projects/Paraview/Master/ParaView/VTK/ThirdParty/hdf5/vtkhdf5/CMakeLists.txt
SET( H5_LDOUBLE_TO_INTEGER_WORKS_RUN
"0"
CACHE STRING "Result from TRY_RUN" FORCE)
SET( H5_LDOUBLE_TO_INTEGER_WORKS_RUN__TRYRUN_OUTPUT
""
CACHE STRING "Output from TRY_RUN" FORCE)
# H5_ULONG_TO_FLOAT_ACCURATE_RUN
# indicates whether the executable would have been able to run on its
# target platform. If so, set H5_ULONG_TO_FLOAT_ACCURATE_RUN to
# the exit code (in many cases 0 for success), otherwise enter "FAILED_TO_RUN".
# H5_ULONG_TO_FLOAT_ACCURATE_RUN__TRYRUN_OUTPUT
# contains the text the executable would have printed on stdout and stderr.
# If the executable would not have been able to run, set H5_ULONG_TO_FLOAT_ACCURATE_RUN__TRYRUN_OUTPUT empty.
# Otherwise check if the output is evaluated by the calling CMake code. If so,
# check what the source file would have printed when called with the given arguments.
# The H5_ULONG_TO_FLOAT_ACCURATE_COMPILE variable holds the build result for this TRY_RUN().
#
# Source file : /work/01642/sujin/Projects/Paraview/Master/ParaView/VTK/ThirdParty/hdf5/vtkhdf5/Resources/ConversionTests.c
# Executable : /work/01642/sujin/Projects/Paraview/Master/builds/base/mic/CMakeFiles/cmTryCompileExec3228559205-H5_ULONG_TO_FLOAT_ACCURATE_RUN
# Run arguments :
# Called from: [2] /work/01642/sujin/Projects/Paraview/Master/ParaView/VTK/ThirdParty/hdf5/vtkhdf5/ConfigureChecks.cmake
# [1] /work/01642/sujin/Projects/Paraview/Master/ParaView/VTK/ThirdParty/hdf5/vtkhdf5/CMakeLists.txt
SET( H5_ULONG_TO_FLOAT_ACCURATE_RUN
"0"
CACHE STRING "Result from TRY_RUN" FORCE)
SET( H5_ULONG_TO_FLOAT_ACCURATE_RUN__TRYRUN_OUTPUT
""
CACHE STRING "Output from TRY_RUN" FORCE)
# H5_ULONG_TO_FP_BOTTOM_BIT_ACCURATE_RUN
# indicates whether the executable would have been able to run on its
# target platform. If so, set H5_ULONG_TO_FP_BOTTOM_BIT_ACCURATE_RUN to
# the exit code (in many cases 0 for success), otherwise enter "FAILED_TO_RUN".
# H5_ULONG_TO_FP_BOTTOM_BIT_ACCURATE_RUN__TRYRUN_OUTPUT
# contains the text the executable would have printed on stdout and stderr.
# If the executable would not have been able to run, set H5_ULONG_TO_FP_BOTTOM_BIT_ACCURATE_RUN__TRYRUN_OUTPUT empty.
# Otherwise check if the output is evaluated by the calling CMake code. If so,
# check what the source file would have printed when called with the given arguments.
# The H5_ULONG_TO_FP_BOTTOM_BIT_ACCURATE_COMPILE variable holds the build result for this TRY_RUN().
#
# Source file : /work/01642/sujin/Projects/Paraview/Master/ParaView/VTK/ThirdParty/hdf5/vtkhdf5/Resources/ConversionTests.c
# Executable : /work/01642/sujin/Projects/Paraview/Master/builds/base/mic/CMakeFiles/cmTryCompileExec1365024964-H5_ULONG_TO_FP_BOTTOM_BIT_ACCURATE_RUN
# Run arguments :
# Called from: [2] /work/01642/sujin/Projects/Paraview/Master/ParaView/VTK/ThirdParty/hdf5/vtkhdf5/ConfigureChecks.cmake
# [1] /work/01642/sujin/Projects/Paraview/Master/ParaView/VTK/ThirdParty/hdf5/vtkhdf5/CMakeLists.txt
SET( H5_ULONG_TO_FP_BOTTOM_BIT_ACCURATE_RUN
"1"
CACHE STRING "Result from TRY_RUN" FORCE)
SET( H5_ULONG_TO_FP_BOTTOM_BIT_ACCURATE_RUN__TRYRUN_OUTPUT
""
CACHE STRING "Output from TRY_RUN" FORCE)
# H5_FP_TO_ULLONG_ACCURATE_RUN
# indicates whether the executable would have been able to run on its
# target platform. If so, set H5_FP_TO_ULLONG_ACCURATE_RUN to
# the exit code (in many cases 0 for success), otherwise enter "FAILED_TO_RUN".
# H5_FP_TO_ULLONG_ACCURATE_RUN__TRYRUN_OUTPUT
# contains the text the executable would have printed on stdout and stderr.
# If the executable would not have been able to run, set H5_FP_TO_ULLONG_ACCURATE_RUN__TRYRUN_OUTPUT empty.
# Otherwise check if the output is evaluated by the calling CMake code. If so,
# check what the source file would have printed when called with the given arguments.
# The H5_FP_TO_ULLONG_ACCURATE_COMPILE variable holds the build result for this TRY_RUN().
#
# Source file : /work/01642/sujin/Projects/Paraview/Master/ParaView/VTK/ThirdParty/hdf5/vtkhdf5/Resources/ConversionTests.c
# Executable : /work/01642/sujin/Projects/Paraview/Master/builds/base/mic/CMakeFiles/cmTryCompileExec2037844697-H5_FP_TO_ULLONG_ACCURATE_RUN
# Run arguments :
# Called from: [2] /work/01642/sujin/Projects/Paraview/Master/ParaView/VTK/ThirdParty/hdf5/vtkhdf5/ConfigureChecks.cmake
# [1] /work/01642/sujin/Projects/Paraview/Master/ParaView/VTK/ThirdParty/hdf5/vtkhdf5/CMakeLists.txt
SET( H5_FP_TO_ULLONG_ACCURATE_RUN
"0"
CACHE STRING "Result from TRY_RUN" FORCE)
SET( H5_FP_TO_ULLONG_ACCURATE_RUN__TRYRUN_OUTPUT
""
CACHE STRING "Output from TRY_RUN" FORCE)
# H5_FP_TO_ULLONG_RIGHT_MAXIMUM_RUN
# indicates whether the executable would have been able to run on its
# target platform. If so, set H5_FP_TO_ULLONG_RIGHT_MAXIMUM_RUN to
# the exit code (in many cases 0 for success), otherwise enter "FAILED_TO_RUN".
# H5_FP_TO_ULLONG_RIGHT_MAXIMUM_RUN__TRYRUN_OUTPUT
# contains the text the executable would have printed on stdout and stderr.
# If the executable would not have been able to run, set H5_FP_TO_ULLONG_RIGHT_MAXIMUM_RUN__TRYRUN_OUTPUT empty.
# Otherwise check if the output is evaluated by the calling CMake code. If so,
# check what the source file would have printed when called with the given arguments.
# The H5_FP_TO_ULLONG_RIGHT_MAXIMUM_COMPILE variable holds the build result for this TRY_RUN().
#
# Source file : /work/01642/sujin/Projects/Paraview/Master/ParaView/VTK/ThirdParty/hdf5/vtkhdf5/Resources/ConversionTests.c
# Executable : /work/01642/sujin/Projects/Paraview/Master/builds/base/mic/CMakeFiles/cmTryCompileExec2259914619-H5_FP_TO_ULLONG_RIGHT_MAXIMUM_RUN
# Run arguments :
# Called from: [2] /work/01642/sujin/Projects/Paraview/Master/ParaView/VTK/ThirdParty/hdf5/vtkhdf5/ConfigureChecks.cmake
# [1] /work/01642/sujin/Projects/Paraview/Master/ParaView/VTK/ThirdParty/hdf5/vtkhdf5/CMakeLists.txt
SET( H5_FP_TO_ULLONG_RIGHT_MAXIMUM_RUN
"1"
CACHE STRING "Result from TRY_RUN" FORCE)
SET( H5_FP_TO_ULLONG_RIGHT_MAXIMUM_RUN__TRYRUN_OUTPUT
""
CACHE STRING "Output from TRY_RUN" FORCE)
# H5_LDOUBLE_TO_UINT_ACCURATE_RUN
# indicates whether the executable would have been able to run on its
# target platform. If so, set H5_LDOUBLE_TO_UINT_ACCURATE_RUN to
# the exit code (in many cases 0 for success), otherwise enter "FAILED_TO_RUN".
# H5_LDOUBLE_TO_UINT_ACCURATE_RUN__TRYRUN_OUTPUT
# contains the text the executable would have printed on stdout and stderr.
# If the executable would not have been able to run, set H5_LDOUBLE_TO_UINT_ACCURATE_RUN__TRYRUN_OUTPUT empty.
# Otherwise check if the output is evaluated by the calling CMake code. If so,
# check what the source file would have printed when called with the given arguments.
# The H5_LDOUBLE_TO_UINT_ACCURATE_COMPILE variable holds the build result for this TRY_RUN().
#
# Source file : /work/01642/sujin/Projects/Paraview/Master/ParaView/VTK/ThirdParty/hdf5/vtkhdf5/Resources/ConversionTests.c
# Executable : /work/01642/sujin/Projects/Paraview/Master/builds/base/mic/CMakeFiles/cmTryCompileExec587472319-H5_LDOUBLE_TO_UINT_ACCURATE_RUN
# Run arguments :
# Called from: [2] /work/01642/sujin/Projects/Paraview/Master/ParaView/VTK/ThirdParty/hdf5/vtkhdf5/ConfigureChecks.cmake
# [1] /work/01642/sujin/Projects/Paraview/Master/ParaView/VTK/ThirdParty/hdf5/vtkhdf5/CMakeLists.txt
SET( H5_LDOUBLE_TO_UINT_ACCURATE_RUN
"0"
CACHE STRING "Result from TRY_RUN" FORCE)
SET( H5_LDOUBLE_TO_UINT_ACCURATE_RUN__TRYRUN_OUTPUT
""
CACHE STRING "Output from TRY_RUN" FORCE)
# H5_ULLONG_TO_LDOUBLE_PRECISION_RUN
# indicates whether the executable would have been able to run on its
# target platform. If so, set H5_ULLONG_TO_LDOUBLE_PRECISION_RUN to
# the exit code (in many cases 0 for success), otherwise enter "FAILED_TO_RUN".
# H5_ULLONG_TO_LDOUBLE_PRECISION_RUN__TRYRUN_OUTPUT
# contains the text the executable would have printed on stdout and stderr.
# If the executable would not have been able to run, set H5_ULLONG_TO_LDOUBLE_PRECISION_RUN__TRYRUN_OUTPUT empty.
# Otherwise check if the output is evaluated by the calling CMake code. If so,
# check what the source file would have printed when called with the given arguments.
# The H5_ULLONG_TO_LDOUBLE_PRECISION_COMPILE variable holds the build result for this TRY_RUN().
#
# Source file : /work/01642/sujin/Projects/Paraview/Master/ParaView/VTK/ThirdParty/hdf5/vtkhdf5/Resources/ConversionTests.c
# Executable : /work/01642/sujin/Projects/Paraview/Master/builds/base/mic/CMakeFiles/cmTryCompileExec3483573473-H5_ULLONG_TO_LDOUBLE_PRECISION_RUN
# Run arguments :
# Called from: [2] /work/01642/sujin/Projects/Paraview/Master/ParaView/VTK/ThirdParty/hdf5/vtkhdf5/ConfigureChecks.cmake
# [1] /work/01642/sujin/Projects/Paraview/Master/ParaView/VTK/ThirdParty/hdf5/vtkhdf5/CMakeLists.txt
SET( H5_ULLONG_TO_LDOUBLE_PRECISION_RUN
"0"
CACHE STRING "Result from TRY_RUN" FORCE)
SET( H5_ULLONG_TO_LDOUBLE_PRECISION_RUN__TRYRUN_OUTPUT
""
CACHE STRING "Output from TRY_RUN" FORCE)
# H5_FP_TO_INTEGER_OVERFLOW_WORKS_RUN
# indicates whether the executable would have been able to run on its
# target platform. If so, set H5_FP_TO_INTEGER_OVERFLOW_WORKS_RUN to
# the exit code (in many cases 0 for success), otherwise enter "FAILED_TO_RUN".
# H5_FP_TO_INTEGER_OVERFLOW_WORKS_RUN__TRYRUN_OUTPUT
# contains the text the executable would have printed on stdout and stderr.
# If the executable would not have been able to run, set H5_FP_TO_INTEGER_OVERFLOW_WORKS_RUN__TRYRUN_OUTPUT empty.
# Otherwise check if the output is evaluated by the calling CMake code. If so,
# check what the source file would have printed when called with the given arguments.
# The H5_FP_TO_INTEGER_OVERFLOW_WORKS_COMPILE variable holds the build result for this TRY_RUN().
#
# Source file : /work/01642/sujin/Projects/Paraview/Master/ParaView/VTK/ThirdParty/hdf5/vtkhdf5/Resources/ConversionTests.c
# Executable : /work/01642/sujin/Projects/Paraview/Master/builds/base/mic/CMakeFiles/cmTryCompileExec750455217-H5_FP_TO_INTEGER_OVERFLOW_WORKS_RUN
# Run arguments :
# Called from: [2] /work/01642/sujin/Projects/Paraview/Master/ParaView/VTK/ThirdParty/hdf5/vtkhdf5/ConfigureChecks.cmake
# [1] /work/01642/sujin/Projects/Paraview/Master/ParaView/VTK/ThirdParty/hdf5/vtkhdf5/CMakeLists.txt
SET( H5_FP_TO_INTEGER_OVERFLOW_WORKS_RUN
"0"
CACHE STRING "Result from TRY_RUN" FORCE)
SET( H5_FP_TO_INTEGER_OVERFLOW_WORKS_RUN__TRYRUN_OUTPUT
""
CACHE STRING "Output from TRY_RUN" FORCE)
# H5_LDOUBLE_TO_LLONG_ACCURATE_RUN
# indicates whether the executable would have been able to run on its
# target platform. If so, set H5_LDOUBLE_TO_LLONG_ACCURATE_RUN to
# the exit code (in many cases 0 for success), otherwise enter "FAILED_TO_RUN".
# H5_LDOUBLE_TO_LLONG_ACCURATE_RUN__TRYRUN_OUTPUT
# contains the text the executable would have printed on stdout and stderr.
# If the executable would not have been able to run, set H5_LDOUBLE_TO_LLONG_ACCURATE_RUN__TRYRUN_OUTPUT empty.
# Otherwise check if the output is evaluated by the calling CMake code. If so,
# check what the source file would have printed when called with the given arguments.
# The H5_LDOUBLE_TO_LLONG_ACCURATE_COMPILE variable holds the build result for this TRY_RUN().
#
# Source file : /work/01642/sujin/Projects/Paraview/Master/ParaView/VTK/ThirdParty/hdf5/vtkhdf5/Resources/ConversionTests.c
# Executable : /work/01642/sujin/Projects/Paraview/Master/builds/base/mic/CMakeFiles/cmTryCompileExec775681274-H5_LDOUBLE_TO_LLONG_ACCURATE_RUN
# Run arguments :
# Called from: [2] /work/01642/sujin/Projects/Paraview/Master/ParaView/VTK/ThirdParty/hdf5/vtkhdf5/ConfigureChecks.cmake
# [1] /work/01642/sujin/Projects/Paraview/Master/ParaView/VTK/ThirdParty/hdf5/vtkhdf5/CMakeLists.txt
SET( H5_LDOUBLE_TO_LLONG_ACCURATE_RUN
"0"
CACHE STRING "Result from TRY_RUN" FORCE)
SET( H5_LDOUBLE_TO_LLONG_ACCURATE_RUN__TRYRUN_OUTPUT
""
CACHE STRING "Output from TRY_RUN" FORCE)
# H5_LLONG_TO_LDOUBLE_CORRECT_RUN
# indicates whether the executable would have been able to run on its
# target platform. If so, set H5_LLONG_TO_LDOUBLE_CORRECT_RUN to
# the exit code (in many cases 0 for success), otherwise enter "FAILED_TO_RUN".
# H5_LLONG_TO_LDOUBLE_CORRECT_RUN__TRYRUN_OUTPUT
# contains the text the executable would have printed on stdout and stderr.
# If the executable would not have been able to run, set H5_LLONG_TO_LDOUBLE_CORRECT_RUN__TRYRUN_OUTPUT empty.
# Otherwise check if the output is evaluated by the calling CMake code. If so,
# check what the source file would have printed when called with the given arguments.
# The H5_LLONG_TO_LDOUBLE_CORRECT_COMPILE variable holds the build result for this TRY_RUN().
#
# Source file : /work/01642/sujin/Projects/Paraview/Master/ParaView/VTK/ThirdParty/hdf5/vtkhdf5/Resources/ConversionTests.c
# Executable : /work/01642/sujin/Projects/Paraview/Master/builds/base/mic/CMakeFiles/cmTryCompileExec3160220860-H5_LLONG_TO_LDOUBLE_CORRECT_RUN
# Run arguments :
# Called from: [2] /work/01642/sujin/Projects/Paraview/Master/ParaView/VTK/ThirdParty/hdf5/vtkhdf5/ConfigureChecks.cmake
# [1] /work/01642/sujin/Projects/Paraview/Master/ParaView/VTK/ThirdParty/hdf5/vtkhdf5/CMakeLists.txt
SET( H5_LLONG_TO_LDOUBLE_CORRECT_RUN
"0"
CACHE STRING "Result from TRY_RUN" FORCE)
SET( H5_LLONG_TO_LDOUBLE_CORRECT_RUN__TRYRUN_OUTPUT
""
CACHE STRING "Output from TRY_RUN" FORCE)
# H5_NO_ALIGNMENT_RESTRICTIONS_RUN
# indicates whether the executable would have been able to run on its
# target platform. If so, set H5_NO_ALIGNMENT_RESTRICTIONS_RUN to
# the exit code (in many cases 0 for success), otherwise enter "FAILED_TO_RUN".
# H5_NO_ALIGNMENT_RESTRICTIONS_RUN__TRYRUN_OUTPUT
# contains the text the executable would have printed on stdout and stderr.
# If the executable would not have been able to run, set H5_NO_ALIGNMENT_RESTRICTIONS_RUN__TRYRUN_OUTPUT empty.
# Otherwise check if the output is evaluated by the calling CMake code. If so,
# check what the source file would have printed when called with the given arguments.
# The H5_NO_ALIGNMENT_RESTRICTIONS_COMPILE variable holds the build result for this TRY_RUN().
#
# Source file : /work/01642/sujin/Projects/Paraview/Master/ParaView/VTK/ThirdParty/hdf5/vtkhdf5/Resources/ConversionTests.c
# Executable : /work/01642/sujin/Projects/Paraview/Master/builds/base/mic/CMakeFiles/cmTryCompileExec1959722324-H5_NO_ALIGNMENT_RESTRICTIONS_RUN
# Run arguments :
# Called from: [2] /work/01642/sujin/Projects/Paraview/Master/ParaView/VTK/ThirdParty/hdf5/vtkhdf5/ConfigureChecks.cmake
# [1] /work/01642/sujin/Projects/Paraview/Master/ParaView/VTK/ThirdParty/hdf5/vtkhdf5/CMakeLists.txt
SET( H5_NO_ALIGNMENT_RESTRICTIONS_RUN
"0"
CACHE STRING "Result from TRY_RUN" FORCE)
SET( H5_NO_ALIGNMENT_RESTRICTIONS_RUN__TRYRUN_OUTPUT
""
CACHE STRING "Output from TRY_RUN" FORCE)
|