Hello Luning, I have attached the results for your reference. Please let me know if anything else is needed.
Thank you, Mohammad On Tuesday, June 20, 2023 at 11:04:45 AM UTC-7 [email protected] wrote: > Hello Mohammad, > > From your error, > > terminate called after throwing an instance of > 'thrust::system::detail::bad_alloc' > what(): std::bad_alloc: cudaErrorStubLibrary: CUDA driver is a stub > library > > I suspect cuda or cuda driver wasn't set up properly. I need more info. > Can you share your CMakeCache.txt file (it's in the build directory), and > type "nvidia-smi" in your terminal, and share with me the result? You can > also put nvidia-smi in your slurm script. > > Thank you, > Luning > > On Tuesday, June 20, 2023 at 1:10:19 AM UTC-5 [email protected] wrote: > >> Hi Luning, >> >> Thank you so much. That worked and the demo had run. However, it still >> gave me some errors for some reason. Also, the DEMO_OUTPUT folder that is >> created when the demo is run is empty and I could not find anything in it. >> I have attached the error and output files for your reference. >> >> >> Thank you so much for your help, >> >> On Monday, June 19, 2023 at 9:20:58 AM UTC-7 [email protected] wrote: >> >>> I see. Try run ./demo_FSI_SingleWheelTest inside the bin folder, instead >>> of the build folder. You can add "cd bin/" in your slurm script. >>> The data directory is a relative one in the demo, which is >>> "../data/fsi/", that's why you need to be in the bin folder to run the >>> program. For your own applications in the future, you can set the chrono >>> data directory to an absolute one. >>> >>> Thank you, >>> Luning >>> On Sunday, June 18, 2023 at 8:18:27 PM UTC-5 [email protected] wrote: >>> >>>> Hi Luning, >>>> >>>> Thank you so much for your help. >>>> >>>> I am using a Linux operating system. I have pulled from Release/8.0. >>>> When I built the package, I only turned the shown criteria on (Module FSI, >>>> Build Demos, and Build Testing). I have also attached my error and output >>>> files for your reference. >>>> >>>> [image: Screenshot 2023-06-18 181321.png] >>>> >>>> Thank you, >>>> Mohammad >>>> On Sunday, June 18, 2023 at 4:58:40 PM UTC-7 [email protected] wrote: >>>> >>>>> Hello Mohammad, >>>>> >>>>> I can run demo_FSI_SingleWheelTest, so I need more info. Which branch >>>>> are you on? What's your operating system? Likely the the invalid JSON >>>>> file >>>>> error is because the program can not find the json file. >>>>> >>>>> Thank you, >>>>> Luning >>>>> >>>>> On Sunday, June 18, 2023 at 2:47:43 PM UTC-5 [email protected] >>>>> wrote: >>>>> >>>>>> Hi, >>>>>> >>>>>> I am trying to run one of the FSI demos (Single wheel test) and I get >>>>>> the following error: (Invalid JSON file!). I have looked through the >>>>>> forum >>>>>> and I have found that someone else have had a similar problem with some >>>>>> other FSI demo and the solution was mentioned to be a bug fix. >>>>>> >>>>>> I was wondering if you could take a look at that demo. Please let me >>>>>> know if more information is needed. >>>>>> >>>>>> Thank you, >>>>>> Mohammad A. >>>>>> >>>>> -- You received this message because you are subscribed to the Google Groups "ProjectChrono" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/projectchrono/9e065678-317f-43e7-aca1-f3dd01e713cen%40googlegroups.com.
testCRM.o954969
Description: Binary data
# This is the CMakeCache file.
# For build in directory: /scratch/08845/mwabdelr/testsCRM/test
# It was generated by CMake: /opt/apps/cmake/3.24.2/bin/cmake
# You can edit this file to change values found and used by cmake.
# If you do not want to change any of the values, simply exit the editor.
# If you do want to change a value, simply edit, save, and exit the editor.
# The syntax for the file is as follows:
# KEY:TYPE=VALUE
# KEY is the name of a variable in the cache.
# TYPE is a hint to GUIs for the type of VALUE, DO NOT EDIT TYPE!.
# VALUE is the current value for the KEY.
########################
# EXTERNAL cache entries
########################
//Build benchmark tests
BUILD_BENCHMARKING:BOOL=OFF
//Build demo programs
BUILD_DEMOS:BOOL=ON
//Build demo programs for base Chrono module
BUILD_DEMOS_BASE:BOOL=ON
//Build demo programs for FEA
BUILD_DEMOS_FEA:BOOL=ON
//Build demo programs for FSI module
BUILD_DEMOS_FSI:BOOL=ON
//Build robot demo programs
BUILD_DEMOS_ROBOT:BOOL=ON
//Builds the googlemock subproject
BUILD_GMOCK:BOOL=ON
//Build the testing tree.
BUILD_TESTING:BOOL=ON
//Build unit tests for base Chrono module
BUILD_TESTING_BASE:BOOL=ON
//Build unit tests for FEA module
BUILD_TESTING_FEA:BOOL=ON
//Build unit tests for FSI module
BUILD_TESTING_FSI:BOOL=ON
//Compiler Type
CH_COMPILER:STRING=COMPILER_GCC_X64
//Enforce strict C++11 standard
CH_ENFORCE_CXX11:BOOL=OFF
//Path to a program.
CMAKE_ADDR2LINE:FILEPATH=/usr/bin/addr2line
//Path to a program.
CMAKE_AR:FILEPATH=/usr/bin/ar
//Choose the type of build, options are: None Debug Release RelWithDebInfo
// MinSizeRel ...
CMAKE_BUILD_TYPE:STRING=
//Enable/Disable color output during build.
CMAKE_COLOR_MAKEFILE:BOOL=ON
//CXX compiler
CMAKE_CXX_COMPILER:FILEPATH=/usr/bin/c++
//A wrapper around 'ar' adding the appropriate '--plugin' option
// for the GCC compiler
CMAKE_CXX_COMPILER_AR:FILEPATH=/usr/bin/gcc-ar
//A wrapper around 'ranlib' adding the appropriate '--plugin' option
// for the GCC compiler
CMAKE_CXX_COMPILER_RANLIB:FILEPATH=/usr/bin/gcc-ranlib
//Flags used by the CXX compiler during all build types.
CMAKE_CXX_FLAGS:STRING=
//Flags used by the CXX compiler during DEBUG builds.
CMAKE_CXX_FLAGS_DEBUG:STRING=-g
//Flags used by the CXX compiler during MINSIZEREL builds.
CMAKE_CXX_FLAGS_MINSIZEREL:STRING=-Os -DNDEBUG
//Flags used by the CXX compiler during RELEASE builds.
CMAKE_CXX_FLAGS_RELEASE:STRING=-O3 -DNDEBUG
//Flags used by the CXX compiler during RELWITHDEBINFO builds.
CMAKE_CXX_FLAGS_RELWITHDEBINFO:STRING=-O2 -g -DNDEBUG
//C compiler
CMAKE_C_COMPILER:FILEPATH=/usr/bin/cc
//A wrapper around 'ar' adding the appropriate '--plugin' option
// for the GCC compiler
CMAKE_C_COMPILER_AR:FILEPATH=/usr/bin/gcc-ar
//A wrapper around 'ranlib' adding the appropriate '--plugin' option
// for the GCC compiler
CMAKE_C_COMPILER_RANLIB:FILEPATH=/usr/bin/gcc-ranlib
//Flags used by the C compiler during all build types.
CMAKE_C_FLAGS:STRING=
//Flags used by the C compiler during DEBUG builds.
CMAKE_C_FLAGS_DEBUG:STRING=-g
//Flags used by the C compiler during MINSIZEREL builds.
CMAKE_C_FLAGS_MINSIZEREL:STRING=-Os -DNDEBUG
//Flags used by the C compiler during RELEASE builds.
CMAKE_C_FLAGS_RELEASE:STRING=-O3 -DNDEBUG
//Flags used by the C compiler during RELWITHDEBINFO builds.
CMAKE_C_FLAGS_RELWITHDEBINFO:STRING=-O2 -g -DNDEBUG
//Path to a program.
CMAKE_DLLTOOL:FILEPATH=CMAKE_DLLTOOL-NOTFOUND
//Flags used by the linker during all build types.
CMAKE_EXE_LINKER_FLAGS:STRING=
//Flags used by the linker during DEBUG builds.
CMAKE_EXE_LINKER_FLAGS_DEBUG:STRING=
//Flags used by the linker during MINSIZEREL builds.
CMAKE_EXE_LINKER_FLAGS_MINSIZEREL:STRING=
//Flags used by the linker during RELEASE builds.
CMAKE_EXE_LINKER_FLAGS_RELEASE:STRING=
//Flags used by the linker during RELWITHDEBINFO builds.
CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO:STRING=
//Enable/Disable output of compile commands during generation.
CMAKE_EXPORT_COMPILE_COMMANDS:BOOL=
//Value Computed by CMake.
CMAKE_FIND_PACKAGE_REDIRECTS_DIR:STATIC=/scratch/08845/mwabdelr/testsCRM/test/CMakeFiles/pkgRedirects
//Build with 32 bit on MSVC in release configuration
CMAKE_FLAGS_EIGEN3_INLINE:BOOL=OFF
//User executables (bin)
CMAKE_INSTALL_BINDIR:PATH=bin
//Read-only architecture-independent data (DATAROOTDIR)
CMAKE_INSTALL_DATADIR:PATH=
//Read-only architecture-independent data root (share)
CMAKE_INSTALL_DATAROOTDIR:PATH=share
//Documentation root (DATAROOTDIR/doc/PROJECT_NAME)
CMAKE_INSTALL_DOCDIR:PATH=
//C header files (include)
CMAKE_INSTALL_INCLUDEDIR:PATH=include
//Info documentation (DATAROOTDIR/info)
CMAKE_INSTALL_INFODIR:PATH=
//Object code libraries (lib64)
CMAKE_INSTALL_LIBDIR:PATH=lib64
//Program executables (libexec)
CMAKE_INSTALL_LIBEXECDIR:PATH=libexec
//Locale-dependent data (DATAROOTDIR/locale)
CMAKE_INSTALL_LOCALEDIR:PATH=
//Modifiable single-machine data (var)
CMAKE_INSTALL_LOCALSTATEDIR:PATH=var
//Man documentation (DATAROOTDIR/man)
CMAKE_INSTALL_MANDIR:PATH=
//C header files for non-gcc (/usr/include)
CMAKE_INSTALL_OLDINCLUDEDIR:PATH=/usr/include
//Install path prefix, prepended onto install directories.
CMAKE_INSTALL_PREFIX:PATH=/usr/local
//Run-time variable data (LOCALSTATEDIR/run)
CMAKE_INSTALL_RUNSTATEDIR:PATH=
//System admin executables (sbin)
CMAKE_INSTALL_SBINDIR:PATH=sbin
//Modifiable architecture-independent data (com)
CMAKE_INSTALL_SHAREDSTATEDIR:PATH=com
//Read-only single-machine data (etc)
CMAKE_INSTALL_SYSCONFDIR:PATH=etc
//Path to a program.
CMAKE_LINKER:FILEPATH=/usr/bin/ld
//Path to a program.
CMAKE_MAKE_PROGRAM:FILEPATH=/usr/bin/gmake
//Flags used by the linker during the creation of modules during
// all build types.
CMAKE_MODULE_LINKER_FLAGS:STRING=
//Flags used by the linker during the creation of modules during
// DEBUG builds.
CMAKE_MODULE_LINKER_FLAGS_DEBUG:STRING=
//Flags used by the linker during the creation of modules during
// MINSIZEREL builds.
CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL:STRING=
//Flags used by the linker during the creation of modules during
// RELEASE builds.
CMAKE_MODULE_LINKER_FLAGS_RELEASE:STRING=
//Flags used by the linker during the creation of modules during
// RELWITHDEBINFO builds.
CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO:STRING=
//Path to a program.
CMAKE_NM:FILEPATH=/usr/bin/nm
//Path to a program.
CMAKE_OBJCOPY:FILEPATH=/usr/bin/objcopy
//Path to a program.
CMAKE_OBJDUMP:FILEPATH=/usr/bin/objdump
//Value Computed by CMake
CMAKE_PROJECT_DESCRIPTION:STATIC=
//Value Computed by CMake
CMAKE_PROJECT_HOMEPAGE_URL:STATIC=
//Value Computed by CMake
CMAKE_PROJECT_NAME:STATIC=Chrono
//Value Computed by CMake
CMAKE_PROJECT_VERSION:STATIC=8.0.0
//Value Computed by CMake
CMAKE_PROJECT_VERSION_MAJOR:STATIC=8
//Value Computed by CMake
CMAKE_PROJECT_VERSION_MINOR:STATIC=0
//Value Computed by CMake
CMAKE_PROJECT_VERSION_PATCH:STATIC=0
//Value Computed by CMake
CMAKE_PROJECT_VERSION_TWEAK:STATIC=
//Path to a program.
CMAKE_RANLIB:FILEPATH=/usr/bin/ranlib
//Path to a program.
CMAKE_READELF:FILEPATH=/usr/bin/readelf
//Flags used by the linker during the creation of shared libraries
// during all build types.
CMAKE_SHARED_LINKER_FLAGS:STRING=
//Flags used by the linker during the creation of shared libraries
// during DEBUG builds.
CMAKE_SHARED_LINKER_FLAGS_DEBUG:STRING=
//Flags used by the linker during the creation of shared libraries
// during MINSIZEREL builds.
CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL:STRING=
//Flags used by the linker during the creation of shared libraries
// during RELEASE builds.
CMAKE_SHARED_LINKER_FLAGS_RELEASE:STRING=
//Flags used by the linker during the creation of shared libraries
// during RELWITHDEBINFO builds.
CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO:STRING=
//If set, runtime paths are not added when installing shared libraries,
// but are added when building.
CMAKE_SKIP_INSTALL_RPATH:BOOL=NO
//If set, runtime paths are not added when using shared libraries.
CMAKE_SKIP_RPATH:BOOL=NO
//Flags used by the linker during the creation of static libraries
// during all build types.
CMAKE_STATIC_LINKER_FLAGS:STRING=
//Flags used by the linker during the creation of static libraries
// during DEBUG builds.
CMAKE_STATIC_LINKER_FLAGS_DEBUG:STRING=
//Flags used by the linker during the creation of static libraries
// during MINSIZEREL builds.
CMAKE_STATIC_LINKER_FLAGS_MINSIZEREL:STRING=
//Flags used by the linker during the creation of static libraries
// during RELEASE builds.
CMAKE_STATIC_LINKER_FLAGS_RELEASE:STRING=
//Flags used by the linker during the creation of static libraries
// during RELWITHDEBINFO builds.
CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO:STRING=
//Path to a program.
CMAKE_STRIP:FILEPATH=/usr/bin/strip
//If this value is on, makefiles will be generated without the
// .SILENT directive, and all commands will be echoed to the console
// during the make. This is useful for debugging only. With Visual
// Studio IDE projects all commands are done without /nologo.
CMAKE_VERBOSE_MAKEFILE:BOOL=FALSE
//Path to the coverage program that CTest uses for performing coverage
// inspection
COVERAGE_COMMAND:FILEPATH=/opt/apps/gcc/9.4.0/bin/gcov
//Extra command line flags to pass to the coverage tool
COVERAGE_EXTRA_FLAGS:STRING=-l
//How many times to retry timed-out CTest submissions.
CTEST_SUBMIT_RETRY_COUNT:STRING=3
//How long to wait between timed-out CTest submissions.
CTEST_SUBMIT_RETRY_DELAY:STRING=5
//Compile device code in 64 bit mode
CUDA_64_BIT_DEVICE_CODE:BOOL=ON
//Select target NVIDIA GPU achitecture.
CUDA_ARCH_NAME:STRING=Auto
//Attach the build rule to the CUDA source file. Enable only when
// the CUDA source file is added to at most one target.
CUDA_ATTACH_VS_BUILD_RULE_TO_CUDA_FILE:BOOL=ON
//Generate and parse .cubin files in Device mode.
CUDA_BUILD_CUBIN:BOOL=OFF
//Build in Emulation mode
CUDA_BUILD_EMULATION:BOOL=OFF
//"cudart" library
CUDA_CUDART_LIBRARY:FILEPATH=/opt/apps/cuda/11.4/lib64/libcudart.so
//"cuda" library (older versions only).
CUDA_CUDA_LIBRARY:FILEPATH=/opt/apps/cuda/11.4/lib64/libcuda.so
//Directory to put all the output files. If blank it will default
// to the CMAKE_CURRENT_BINARY_DIR
CUDA_GENERATED_OUTPUT_DIR:PATH=
//Generated file extension
CUDA_HOST_COMPILATION_CPP:BOOL=ON
//Host side compiler used by NVCC
CUDA_HOST_COMPILER:FILEPATH=/usr/bin/cc
//Path to a program.
CUDA_NVCC_EXECUTABLE:FILEPATH=/opt/apps/cuda/11.4/bin/nvcc
//Semi-colon delimit multiple arguments. during all build types.
CUDA_NVCC_FLAGS:STRING=
//Semi-colon delimit multiple arguments. during DEBUG builds.
CUDA_NVCC_FLAGS_DEBUG:STRING=
//Semi-colon delimit multiple arguments. during MINSIZEREL builds.
CUDA_NVCC_FLAGS_MINSIZEREL:STRING=
//Semi-colon delimit multiple arguments. during RELEASE builds.
CUDA_NVCC_FLAGS_RELEASE:STRING=
//Semi-colon delimit multiple arguments. during RELWITHDEBINFO
// builds.
CUDA_NVCC_FLAGS_RELWITHDEBINFO:STRING=
//"OpenCL" library
CUDA_OpenCL_LIBRARY:FILEPATH=/opt/apps/cuda/11.4/lib64/libOpenCL.so
//Propagate C/CXX_FLAGS and friends to the host compiler via -Xcompile
CUDA_PROPAGATE_HOST_FLAGS:BOOL=ON
//Path to a file.
CUDA_SDK_ROOT_DIR:PATH=CUDA_SDK_ROOT_DIR-NOTFOUND
//Compile CUDA objects with separable compilation enabled. Requires
// CUDA 5.0+
CUDA_SEPARABLE_COMPILATION:BOOL=OFF
//Path to a file.
CUDA_TOOLKIT_INCLUDE:PATH=/opt/apps/cuda/11.4/include
//Toolkit location.
CUDA_TOOLKIT_ROOT_DIR:PATH=/opt/apps/cuda/11.4
//Use the static version of the CUDA runtime library if available
CUDA_USE_STATIC_CUDA_RUNTIME:BOOL=ON
//Print out the commands run while compiling the CUDA source file.
// With the Makefile generator this defaults to VERBOSE variable
// specified on the command line, but can be forced on with this
// option.
CUDA_VERBOSE_BUILD:BOOL=OFF
//Version of CUDA as computed from nvcc.
CUDA_VERSION:STRING=11.4
//"cublas" library
CUDA_cublas_LIBRARY:FILEPATH=/opt/apps/cuda/11.4/lib64/libcublas.so
//"cudadevrt" library
CUDA_cudadevrt_LIBRARY:FILEPATH=/opt/apps/cuda/11.4/lib64/libcudadevrt.a
//static CUDA runtime library
CUDA_cudart_static_LIBRARY:FILEPATH=/opt/apps/cuda/11.4/lib64/libcudart_static.a
//"cufft" library
CUDA_cufft_LIBRARY:FILEPATH=/opt/apps/cuda/11.4/lib64/libcufft.so
//"cupti" library
CUDA_cupti_LIBRARY:FILEPATH=/opt/apps/cuda/11.4/extras/CUPTI/lib64/libcupti.so
//"curand" library
CUDA_curand_LIBRARY:FILEPATH=/opt/apps/cuda/11.4/lib64/libcurand.so
//"cusolver" library
CUDA_cusolver_LIBRARY:FILEPATH=/opt/apps/cuda/11.4/lib64/libcusolver.so
//"cusparse" library
CUDA_cusparse_LIBRARY:FILEPATH=/opt/apps/cuda/11.4/lib64/libcusparse.so
//"nppc" library
CUDA_nppc_LIBRARY:FILEPATH=/opt/apps/cuda/11.4/lib64/libnppc.so
//"nppial" library
CUDA_nppial_LIBRARY:FILEPATH=/opt/apps/cuda/11.4/lib64/libnppial.so
//"nppicc" library
CUDA_nppicc_LIBRARY:FILEPATH=/opt/apps/cuda/11.4/lib64/libnppicc.so
//"nppidei" library
CUDA_nppidei_LIBRARY:FILEPATH=/opt/apps/cuda/11.4/lib64/libnppidei.so
//"nppif" library
CUDA_nppif_LIBRARY:FILEPATH=/opt/apps/cuda/11.4/lib64/libnppif.so
//"nppig" library
CUDA_nppig_LIBRARY:FILEPATH=/opt/apps/cuda/11.4/lib64/libnppig.so
//"nppim" library
CUDA_nppim_LIBRARY:FILEPATH=/opt/apps/cuda/11.4/lib64/libnppim.so
//"nppist" library
CUDA_nppist_LIBRARY:FILEPATH=/opt/apps/cuda/11.4/lib64/libnppist.so
//"nppisu" library
CUDA_nppisu_LIBRARY:FILEPATH=/opt/apps/cuda/11.4/lib64/libnppisu.so
//"nppitc" library
CUDA_nppitc_LIBRARY:FILEPATH=/opt/apps/cuda/11.4/lib64/libnppitc.so
//"npps" library
CUDA_npps_LIBRARY:FILEPATH=/opt/apps/cuda/11.4/lib64/libnpps.so
//"nvToolsExt" library
CUDA_nvToolsExt_LIBRARY:FILEPATH=/opt/apps/cuda/11.4/lib64/libnvToolsExt.so
//Path to a library.
CUDA_rt_LIBRARY:FILEPATH=/usr/lib64/librt.so
//Dependencies for the target
ChronoEngine_LIB_DEPENDS:STATIC=general;/usr/lib/gcc/x86_64-redhat-linux/8/libgomp.so;general;/usr/lib64/libpthread.so;general;pthread;
//Dependencies for the target
ChronoEngine_fsi_LIB_DEPENDS:STATIC=general;/opt/apps/cuda/11.4/lib64/libcudart_static.a;general;dl;general;/usr/lib64/librt.so;general;/opt/apps/cuda/11.4/lib64/libcudadevrt.a;general;/opt/apps/cuda/11.4/lib64/libcudart.so;general;/opt/apps/cuda/11.4/lib64/libcusparse.so;general;/opt/apps/cuda/11.4/lib64/libcublas.so;general;ChronoEngine;
//Dependencies for the target
ChronoModels_robot_LIB_DEPENDS:STATIC=general;ChronoEngine;
//Value Computed by CMake
Chrono_BINARY_DIR:STATIC=/scratch/08845/mwabdelr/testsCRM/test
//Value Computed by CMake
Chrono_IS_TOP_LEVEL:STATIC=ON
//Value Computed by CMake
Chrono_SOURCE_DIR:STATIC=/scratch/08845/mwabdelr/testsCRM/chrono
//Maximum time allowed before CTest will kill the test.
DART_TESTING_TIMEOUT:STRING=1500
//Enable HDF5 support
ENABLE_HDF5:BOOL=OFF
//Enable the Chrono Cascade module
ENABLE_MODULE_CASCADE:BOOL=OFF
//Enable the Chrono Cosimulation module
ENABLE_MODULE_COSIMULATION:BOOL=OFF
//Enable the Chrono CSharp module
ENABLE_MODULE_CSHARP:BOOL=OFF
//Enable the Chrono Distributed module
ENABLE_MODULE_DISTRIBUTED:BOOL=OFF
//Enable the Chrono FSI module
ENABLE_MODULE_FSI:BOOL=ON
//Enable the Chrono::GPU module
ENABLE_MODULE_GPU:BOOL=OFF
//Enable the Chrono Irrlicht module
ENABLE_MODULE_IRRLICHT:BOOL=OFF
//Enable the Chrono Matlab module
ENABLE_MODULE_MATLAB:BOOL=OFF
//Enable the Chrono Modal module
ENABLE_MODULE_MODAL:BOOL=OFF
//Enable the Chrono::Multicore module
ENABLE_MODULE_MULTICORE:BOOL=OFF
//Enable the Chrono MUMPS module
ENABLE_MODULE_MUMPS:BOOL=OFF
//Enable the Chrono OpenGL module
ENABLE_MODULE_OPENGL:BOOL=OFF
//Enable the Chrono PardisoMKL module
ENABLE_MODULE_PARDISO_MKL:BOOL=OFF
//Enable the Chrono PardisoProject module
ENABLE_MODULE_PARDISO_PROJECT:BOOL=OFF
//Enable the Chrono Postprocess module
ENABLE_MODULE_POSTPROCESS:BOOL=OFF
//Enable the Chrono Python module
ENABLE_MODULE_PYTHON:BOOL=OFF
//Enable the Chrono Sensor module
ENABLE_MODULE_SENSOR:BOOL=OFF
//Enable the SynChrono module
ENABLE_MODULE_SYNCHRONO:BOOL=OFF
//Enable the Chrono Vehicle module
ENABLE_MODULE_VEHICLE:BOOL=OFF
//Enable OpenMP support in Chrono::Engine
ENABLE_OPENMP:BOOL=ON
//The directory containing a CMake configuration file for Eigen3.
Eigen3_DIR:PATH=/scratch/tacc/apps/intel19/eigen/3.4.0/share/eigen3/cmake
//Path to a program.
GITCOMMAND:FILEPATH=/usr/bin/git
//Enable installation of googletest. (Projects embedding googletest
// may want to turn this OFF.)
INSTALL_GTEST:BOOL=OFF
//Command to build the project
MAKECOMMAND:STRING=/opt/apps/cmake/3.24.2/bin/cmake --build . --config
"${CTEST_CONFIGURATION_TYPE}"
//Path to the memory checking command, used for memory error detection.
MEMORYCHECK_COMMAND:FILEPATH=/usr/bin/valgrind
//File that contains suppressions for the memory checker
MEMORYCHECK_SUPPRESSIONS_FILE:FILEPATH=
//Executable for running MPI programs.
MPIEXEC_EXECUTABLE:FILEPATH=/opt/intel/compilers_and_libraries_2020.4.304/linux/mpi/intel64/bin/mpiexec
//Maximum number of processors available to run MPI applications.
MPIEXEC_MAX_NUMPROCS:STRING=128
//Flag used by MPI to specify the number of processes for mpiexec;
// the next option will be the number of processes.
MPIEXEC_NUMPROC_FLAG:STRING=-n
//These flags will be placed after all flags passed to mpiexec.
MPIEXEC_POSTFLAGS:STRING=
//These flags will be directly before the executable that is being
// run by mpiexec.
MPIEXEC_PREFLAGS:STRING=
//MPI CXX additional include directories
MPI_CXX_ADDITIONAL_INCLUDE_DIRS:STRING=
//MPI compiler for CXX
MPI_CXX_COMPILER:FILEPATH=/opt/intel/compilers_and_libraries_2020.4.304/linux/mpi/intel64/bin/mpigxx
//MPI CXX compiler wrapper include directories
MPI_CXX_COMPILER_INCLUDE_DIRS:STRING=/opt/intel/compilers_and_libraries_2020.4.304/linux/mpi/intel64/include
//MPI CXX compilation definitions
MPI_CXX_COMPILE_DEFINITIONS:STRING=
//MPI CXX compilation options
MPI_CXX_COMPILE_OPTIONS:STRING=
//Path to a file.
MPI_CXX_HEADER_DIR:PATH=/opt/intel/compilers_and_libraries_2020.4.304/linux/mpi/intel64/include
//MPI CXX libraries to link against
MPI_CXX_LIB_NAMES:STRING=mpicxx;mpi;rt;pthread;dl
//MPI CXX linker flags
MPI_CXX_LINK_FLAGS:STRING=-Xlinker --enable-new-dtags -Xlinker -rpath -Xlinker
/opt/intel/compilers_and_libraries_2020.4.304/linux/mpi/intel64/lib/release
-Xlinker -rpath -Xlinker
/opt/intel/compilers_and_libraries_2020.4.304/linux/mpi/intel64/lib -Xlinker
--enable-new-dtags
//If true, the MPI-2 C++ bindings are disabled using definitions.
MPI_CXX_SKIP_MPICXX:BOOL=OFF
//MPI C additional include directories
MPI_C_ADDITIONAL_INCLUDE_DIRS:STRING=
//MPI compiler for C
MPI_C_COMPILER:FILEPATH=/opt/intel/compilers_and_libraries_2020.4.304/linux/mpi/intel64/bin/mpigcc
//MPI C compiler wrapper include directories
MPI_C_COMPILER_INCLUDE_DIRS:STRING=/opt/intel/compilers_and_libraries_2020.4.304/linux/mpi/intel64/include
//MPI C compilation definitions
MPI_C_COMPILE_DEFINITIONS:STRING=
//MPI C compilation options
MPI_C_COMPILE_OPTIONS:STRING=
//Path to a file.
MPI_C_HEADER_DIR:PATH=/opt/intel/compilers_and_libraries_2020.4.304/linux/mpi/intel64/include
//MPI C libraries to link against
MPI_C_LIB_NAMES:STRING=mpi;rt;pthread;dl
//MPI C linker flags
MPI_C_LINK_FLAGS:STRING=-Xlinker --enable-new-dtags -Xlinker -rpath -Xlinker
/opt/intel/compilers_and_libraries_2020.4.304/linux/mpi/intel64/lib/release
-Xlinker -rpath -Xlinker
/opt/intel/compilers_and_libraries_2020.4.304/linux/mpi/intel64/lib -Xlinker
--enable-new-dtags
-L/opt/intel/compilers_and_libraries_2020.4.304/linux/mpi/intel64/lib
//Location of the dl library for MPI
MPI_dl_LIBRARY:FILEPATH=/usr/lib64/libdl.so
//Location of the mpi library for MPI
MPI_mpi_LIBRARY:FILEPATH=/opt/intel/compilers_and_libraries_2020.4.304/linux/mpi/intel64/lib/release/libmpi.so
//Location of the mpicxx library for MPI
MPI_mpicxx_LIBRARY:FILEPATH=/opt/intel/compilers_and_libraries_2020.4.304/linux/mpi/intel64/lib/libmpicxx.so
//Location of the pthread library for MPI
MPI_pthread_LIBRARY:FILEPATH=/usr/lib64/libpthread.so
//Location of the rt library for MPI
MPI_rt_LIBRARY:FILEPATH=/usr/lib64/librt.so
//CXX compiler flags for OpenMP parallelization
OpenMP_CXX_FLAGS:STRING=-fopenmp
//CXX compiler libraries for OpenMP parallelization
OpenMP_CXX_LIB_NAMES:STRING=gomp;pthread
//C compiler flags for OpenMP parallelization
OpenMP_C_FLAGS:STRING=-fopenmp
//C compiler libraries for OpenMP parallelization
OpenMP_C_LIB_NAMES:STRING=gomp;pthread
//Path to the gomp library for OpenMP
OpenMP_gomp_LIBRARY:FILEPATH=/usr/lib/gcc/x86_64-redhat-linux/8/libgomp.so
//Path to the pthread library for OpenMP
OpenMP_pthread_LIBRARY:FILEPATH=/usr/lib64/libpthread.so
//Arguments to supply to pkg-config
PKG_CONFIG_ARGN:STRING=
//pkg-config executable
PKG_CONFIG_EXECUTABLE:FILEPATH=/usr/bin/pkg-config
//Any detected AVX SIMD version, else FALSE
SIMD_AVX:STRING=FALSE
//Flags used for compiling C++ programs with SIMD support
SIMD_CXX_FLAGS:STRING=-march=native
//Flags used for compiling C programs with SIMD support
SIMD_C_FLAGS:STRING=-march=native
//Whether AVX2 FMA extensions were a detected SIMD feature
SIMD_FMA:BOOL=
//Whether NEON was a detected SIMD feature
SIMD_NEON:BOOL=
//Any detected SSE SIMD version, else FALSE
SIMD_SSE:STRING=FALSE
//Name of the computer/site where compile is being run
SITE:STRING=login1.ls6.tacc.utexas.edu
//Thrust headers
THRUST_INCLUDE_DIR:PATH=/opt/apps/cuda/11.4/include
//Compile Chrono::Engine with double precision support in Bullet
USE_BULLET_DOUBLE:BOOL=OFF
//Compile Chrono::Engine with OpenMP support in Bullet
USE_BULLET_OPENMP:BOOL=ON
//Build using ccache compiler driver
USE_CCACHE:BOOL=OFF
//Compile Chrono with OpenMP support in Eigen
USE_EIGEN_OPENMP:BOOL=ON
//Compile Chrono::FSI with double precision math
USE_FSI_DOUBLE:BOOL=ON
//Enable use of SIMD if supported (SSE, AVX, NEON)
USE_SIMD:BOOL=ON
//Value Computed by CMake
gmock_BINARY_DIR:STATIC=/scratch/08845/mwabdelr/testsCRM/test/src/chrono_thirdparty/googletest/googlemock
//Value Computed by CMake
gmock_IS_TOP_LEVEL:STATIC=OFF
//Dependencies for the target
gmock_LIB_DEPENDS:STATIC=general;gtest;
//Value Computed by CMake
gmock_SOURCE_DIR:STATIC=/scratch/08845/mwabdelr/testsCRM/chrono/src/chrono_thirdparty/googletest/googlemock
//Build all of Google Mock's own tests.
gmock_build_tests:BOOL=OFF
//Dependencies for the target
gmock_main_LIB_DEPENDS:STATIC=general;gmock;
//Value Computed by CMake
googletest-distribution_BINARY_DIR:STATIC=/scratch/08845/mwabdelr/testsCRM/test/src/chrono_thirdparty/googletest
//Value Computed by CMake
googletest-distribution_IS_TOP_LEVEL:STATIC=OFF
//Value Computed by CMake
googletest-distribution_SOURCE_DIR:STATIC=/scratch/08845/mwabdelr/testsCRM/chrono/src/chrono_thirdparty/googletest
//Value Computed by CMake
gtest_BINARY_DIR:STATIC=/scratch/08845/mwabdelr/testsCRM/test/src/chrono_thirdparty/googletest/googletest
//Value Computed by CMake
gtest_IS_TOP_LEVEL:STATIC=OFF
//Value Computed by CMake
gtest_SOURCE_DIR:STATIC=/scratch/08845/mwabdelr/testsCRM/chrono/src/chrono_thirdparty/googletest/googletest
//Build gtest's sample programs.
gtest_build_samples:BOOL=OFF
//Build all of gtest's own tests.
gtest_build_tests:BOOL=OFF
//Disable uses of pthreads in gtest.
gtest_disable_pthreads:BOOL=OFF
//Use shared (DLL) run-time lib even when Google Test is built
// as static lib.
gtest_force_shared_crt:BOOL=ON
//Build gtest with internal symbols hidden in shared libraries.
gtest_hide_internal_symbols:BOOL=OFF
//Dependencies for the target
gtest_main_LIB_DEPENDS:STATIC=general;gtest;
########################
# INTERNAL cache entries
########################
//ADVANCED property for variable: BUILD_DEMOS_BASE
BUILD_DEMOS_BASE-ADVANCED:INTERNAL=1
//ADVANCED property for variable: BUILD_DEMOS_FEA
BUILD_DEMOS_FEA-ADVANCED:INTERNAL=1
//ADVANCED property for variable: BUILD_DEMOS_FSI
BUILD_DEMOS_FSI-ADVANCED:INTERNAL=1
//ADVANCED property for variable: BUILD_DEMOS_ROBOT
BUILD_DEMOS_ROBOT-ADVANCED:INTERNAL=1
//ADVANCED property for variable: BUILD_GMOCK
BUILD_GMOCK-ADVANCED:INTERNAL=1
//MODIFIED property for variable: BUILD_TESTING
BUILD_TESTING-MODIFIED:INTERNAL=ON
//ADVANCED property for variable: BUILD_TESTING_BASE
BUILD_TESTING_BASE-ADVANCED:INTERNAL=1
//ADVANCED property for variable: BUILD_TESTING_FEA
BUILD_TESTING_FEA-ADVANCED:INTERNAL=1
//ADVANCED property for variable: BUILD_TESTING_FSI
BUILD_TESTING_FSI-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CH_COMPILER
CH_COMPILER-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_ADDR2LINE
CMAKE_ADDR2LINE-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_AR
CMAKE_AR-ADVANCED:INTERNAL=1
//STRINGS property for variable: CMAKE_BUILD_TYPE
CMAKE_BUILD_TYPE-STRINGS:INTERNAL=Debug;Release;MinSizeRel;RelWithDebInfo
//This is the directory where this CMakeCache.txt was created
CMAKE_CACHEFILE_DIR:INTERNAL=/scratch/08845/mwabdelr/testsCRM/test
//Major version of cmake used to create the current loaded cache
CMAKE_CACHE_MAJOR_VERSION:INTERNAL=3
//Minor version of cmake used to create the current loaded cache
CMAKE_CACHE_MINOR_VERSION:INTERNAL=24
//Patch version of cmake used to create the current loaded cache
CMAKE_CACHE_PATCH_VERSION:INTERNAL=2
//ADVANCED property for variable: CMAKE_COLOR_MAKEFILE
CMAKE_COLOR_MAKEFILE-ADVANCED:INTERNAL=1
//Path to CMake executable.
CMAKE_COMMAND:INTERNAL=/opt/apps/cmake/3.24.2/bin/cmake
//Path to cpack program executable.
CMAKE_CPACK_COMMAND:INTERNAL=/opt/apps/cmake/3.24.2/bin/cpack
//ADVANCED property for variable: CMAKE_CTEST_COMMAND
CMAKE_CTEST_COMMAND-ADVANCED:INTERNAL=1
//Path to ctest program executable.
CMAKE_CTEST_COMMAND:INTERNAL=/opt/apps/cmake/3.24.2/bin/ctest
//ADVANCED property for variable: CMAKE_CXX_COMPILER
CMAKE_CXX_COMPILER-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_CXX_COMPILER_AR
CMAKE_CXX_COMPILER_AR-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_CXX_COMPILER_RANLIB
CMAKE_CXX_COMPILER_RANLIB-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_CXX_FLAGS
CMAKE_CXX_FLAGS-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_CXX_FLAGS_DEBUG
CMAKE_CXX_FLAGS_DEBUG-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_CXX_FLAGS_MINSIZEREL
CMAKE_CXX_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_CXX_FLAGS_RELEASE
CMAKE_CXX_FLAGS_RELEASE-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_CXX_FLAGS_RELWITHDEBINFO
CMAKE_CXX_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_C_COMPILER
CMAKE_C_COMPILER-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_C_COMPILER_AR
CMAKE_C_COMPILER_AR-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_C_COMPILER_RANLIB
CMAKE_C_COMPILER_RANLIB-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_C_FLAGS
CMAKE_C_FLAGS-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_C_FLAGS_DEBUG
CMAKE_C_FLAGS_DEBUG-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_C_FLAGS_MINSIZEREL
CMAKE_C_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_C_FLAGS_RELEASE
CMAKE_C_FLAGS_RELEASE-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_C_FLAGS_RELWITHDEBINFO
CMAKE_C_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_DLLTOOL
CMAKE_DLLTOOL-ADVANCED:INTERNAL=1
//Path to cache edit program executable.
CMAKE_EDIT_COMMAND:INTERNAL=/opt/apps/cmake/3.24.2/bin/ccmake
//Executable file format
CMAKE_EXECUTABLE_FORMAT:INTERNAL=ELF
//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS
CMAKE_EXE_LINKER_FLAGS-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_DEBUG
CMAKE_EXE_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_MINSIZEREL
CMAKE_EXE_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_RELEASE
CMAKE_EXE_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO
CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_EXPORT_COMPILE_COMMANDS
CMAKE_EXPORT_COMPILE_COMMANDS-ADVANCED:INTERNAL=1
//Name of external makefile project generator.
CMAKE_EXTRA_GENERATOR:INTERNAL=
//ADVANCED property for variable: CMAKE_FLAGS_EIGEN3_INLINE
CMAKE_FLAGS_EIGEN3_INLINE-ADVANCED:INTERNAL=1
//Name of generator.
CMAKE_GENERATOR:INTERNAL=Unix Makefiles
//Generator instance identifier.
CMAKE_GENERATOR_INSTANCE:INTERNAL=
//Name of generator platform.
CMAKE_GENERATOR_PLATFORM:INTERNAL=
//Name of generator toolset.
CMAKE_GENERATOR_TOOLSET:INTERNAL=
//Test CMAKE_HAVE_LIBC_PTHREAD
CMAKE_HAVE_LIBC_PTHREAD:INTERNAL=
//Source directory with the top level CMakeLists.txt file for this
// project
CMAKE_HOME_DIRECTORY:INTERNAL=/scratch/08845/mwabdelr/testsCRM/chrono
//ADVANCED property for variable: CMAKE_INSTALL_BINDIR
CMAKE_INSTALL_BINDIR-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_INSTALL_DATADIR
CMAKE_INSTALL_DATADIR-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_INSTALL_DATAROOTDIR
CMAKE_INSTALL_DATAROOTDIR-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_INSTALL_DOCDIR
CMAKE_INSTALL_DOCDIR-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_INSTALL_INCLUDEDIR
CMAKE_INSTALL_INCLUDEDIR-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_INSTALL_INFODIR
CMAKE_INSTALL_INFODIR-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_INSTALL_LIBDIR
CMAKE_INSTALL_LIBDIR-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_INSTALL_LIBEXECDIR
CMAKE_INSTALL_LIBEXECDIR-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_INSTALL_LOCALEDIR
CMAKE_INSTALL_LOCALEDIR-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_INSTALL_LOCALSTATEDIR
CMAKE_INSTALL_LOCALSTATEDIR-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_INSTALL_MANDIR
CMAKE_INSTALL_MANDIR-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_INSTALL_OLDINCLUDEDIR
CMAKE_INSTALL_OLDINCLUDEDIR-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_INSTALL_RUNSTATEDIR
CMAKE_INSTALL_RUNSTATEDIR-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_INSTALL_SBINDIR
CMAKE_INSTALL_SBINDIR-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_INSTALL_SHAREDSTATEDIR
CMAKE_INSTALL_SHAREDSTATEDIR-ADVANCED:INTERNAL=1
//Install .so files without execute permission.
CMAKE_INSTALL_SO_NO_EXE:INTERNAL=0
//ADVANCED property for variable: CMAKE_INSTALL_SYSCONFDIR
CMAKE_INSTALL_SYSCONFDIR-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_LINKER
CMAKE_LINKER-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_MAKE_PROGRAM
CMAKE_MAKE_PROGRAM-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS
CMAKE_MODULE_LINKER_FLAGS-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_DEBUG
CMAKE_MODULE_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL
CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_RELEASE
CMAKE_MODULE_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO
CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_NM
CMAKE_NM-ADVANCED:INTERNAL=1
//number of local generators
CMAKE_NUMBER_OF_MAKEFILES:INTERNAL=45
//ADVANCED property for variable: CMAKE_OBJCOPY
CMAKE_OBJCOPY-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_OBJDUMP
CMAKE_OBJDUMP-ADVANCED:INTERNAL=1
//Platform information initialized
CMAKE_PLATFORM_INFO_INITIALIZED:INTERNAL=1
//ADVANCED property for variable: CMAKE_RANLIB
CMAKE_RANLIB-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_READELF
CMAKE_READELF-ADVANCED:INTERNAL=1
//Path to CMake installation.
CMAKE_ROOT:INTERNAL=/opt/apps/cmake/3.24.2/share/cmake-3.24
//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS
CMAKE_SHARED_LINKER_FLAGS-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_DEBUG
CMAKE_SHARED_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL
CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_RELEASE
CMAKE_SHARED_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO
CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_SKIP_INSTALL_RPATH
CMAKE_SKIP_INSTALL_RPATH-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_SKIP_RPATH
CMAKE_SKIP_RPATH-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS
CMAKE_STATIC_LINKER_FLAGS-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_DEBUG
CMAKE_STATIC_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_MINSIZEREL
CMAKE_STATIC_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_RELEASE
CMAKE_STATIC_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO
CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_STRIP
CMAKE_STRIP-ADVANCED:INTERNAL=1
//uname command
CMAKE_UNAME:INTERNAL=/usr/bin/uname
//ADVANCED property for variable: CMAKE_VERBOSE_MAKEFILE
CMAKE_VERBOSE_MAKEFILE-ADVANCED:INTERNAL=1
//ADVANCED property for variable: COVERAGE_COMMAND
COVERAGE_COMMAND-ADVANCED:INTERNAL=1
//ADVANCED property for variable: COVERAGE_EXTRA_FLAGS
COVERAGE_EXTRA_FLAGS-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CTEST_SUBMIT_RETRY_COUNT
CTEST_SUBMIT_RETRY_COUNT-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CTEST_SUBMIT_RETRY_DELAY
CTEST_SUBMIT_RETRY_DELAY-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CUDA_64_BIT_DEVICE_CODE
CUDA_64_BIT_DEVICE_CODE-ADVANCED:INTERNAL=1
//List of intermediate files that are part of the cuda dependency
// scanning.
CUDA_ADDITIONAL_CLEAN_FILES:INTERNAL=/scratch/08845/mwabdelr/testsCRM/test/src/chrono_fsi/CMakeFiles/ChronoEngine_fsi.dir/physics/ChronoEngine_fsi_generated_ChSystemFsi_impl.cu.o.depend;/scratch/08845/mwabdelr/testsCRM/test/src/chrono_fsi/CMakeFiles/ChronoEngine_fsi.dir/physics/ChronoEngine_fsi_generated_ChBce.cu.o.depend;/scratch/08845/mwabdelr/testsCRM/test/src/chrono_fsi/CMakeFiles/ChronoEngine_fsi.dir/physics/ChronoEngine_fsi_generated_ChFluidDynamics.cu.o.depend;/scratch/08845/mwabdelr/testsCRM/test/src/chrono_fsi/CMakeFiles/ChronoEngine_fsi.dir/physics/ChronoEngine_fsi_generated_ChCollisionSystemFsi.cu.o.depend;/scratch/08845/mwabdelr/testsCRM/test/src/chrono_fsi/CMakeFiles/ChronoEngine_fsi.dir/physics/ChronoEngine_fsi_generated_ChFsiForce.cu.o.depend;/scratch/08845/mwabdelr/testsCRM/test/src/chrono_fsi/CMakeFiles/ChronoEngine_fsi.dir/physics/ChronoEngine_fsi_generated_ChFsiForceExplicitSPH.cu.o.depend;/scratch/08845/mwabdelr/testsCRM/test/src/chrono_fsi/CMakeFiles/ChronoEngine_fsi.dir/physics/ChronoEngine_fsi_generated_ChFsiForceI2SPH.cu.o.depend;/scratch/08845/mwabdelr/testsCRM/test/src/chrono_fsi/CMakeFiles/ChronoEngine_fsi.dir/physics/ChronoEngine_fsi_generated_ChFsiForceIISPH.cu.o.depend;/scratch/08845/mwabdelr/testsCRM/test/src/chrono_fsi/CMakeFiles/ChronoEngine_fsi.dir/physics/ChronoEngine_fsi_generated_ChSphGeneral.cu.o.depend;/scratch/08845/mwabdelr/testsCRM/test/src/chrono_fsi/CMakeFiles/ChronoEngine_fsi.dir/utils/ChronoEngine_fsi_generated_ChUtilsPrintSph.cu.o.depend;/scratch/08845/mwabdelr/testsCRM/test/src/chrono_fsi/CMakeFiles/ChronoEngine_fsi.dir/utils/ChronoEngine_fsi_generated_ChUtilsDevice.cu.o.depend
//ADVANCED property for variable: CUDA_ARCH_NAME
CUDA_ARCH_NAME-ADVANCED:INTERNAL=1
//STRINGS property for variable: CUDA_ARCH_NAME
CUDA_ARCH_NAME-STRINGS:INTERNAL=;Kepler;Maxwell;Pascal;Volta;Turing;Ampere;All;Manual;Auto
//ADVANCED property for variable: CUDA_ATTACH_VS_BUILD_RULE_TO_CUDA_FILE
CUDA_ATTACH_VS_BUILD_RULE_TO_CUDA_FILE-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CUDA_BUILD_CUBIN
CUDA_BUILD_CUBIN-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CUDA_BUILD_EMULATION
CUDA_BUILD_EMULATION-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CUDA_CUDART_LIBRARY
CUDA_CUDART_LIBRARY-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CUDA_CUDA_LIBRARY
CUDA_CUDA_LIBRARY-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CUDA_GENERATED_OUTPUT_DIR
CUDA_GENERATED_OUTPUT_DIR-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CUDA_HOST_COMPILATION_CPP
CUDA_HOST_COMPILATION_CPP-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CUDA_HOST_COMPILER
CUDA_HOST_COMPILER-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CUDA_NVCC_EXECUTABLE
CUDA_NVCC_EXECUTABLE-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CUDA_NVCC_FLAGS
CUDA_NVCC_FLAGS-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CUDA_NVCC_FLAGS_DEBUG
CUDA_NVCC_FLAGS_DEBUG-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CUDA_NVCC_FLAGS_MINSIZEREL
CUDA_NVCC_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CUDA_NVCC_FLAGS_RELEASE
CUDA_NVCC_FLAGS_RELEASE-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CUDA_NVCC_FLAGS_RELWITHDEBINFO
CUDA_NVCC_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CUDA_OpenCL_LIBRARY
CUDA_OpenCL_LIBRARY-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CUDA_PROPAGATE_HOST_FLAGS
CUDA_PROPAGATE_HOST_FLAGS-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CUDA_SDK_ROOT_DIR
CUDA_SDK_ROOT_DIR-ADVANCED:INTERNAL=1
//This is the value of the last time CUDA_SDK_ROOT_DIR was set
// successfully.
CUDA_SDK_ROOT_DIR_INTERNAL:INTERNAL=CUDA_SDK_ROOT_DIR-NOTFOUND
//ADVANCED property for variable: CUDA_SEPARABLE_COMPILATION
CUDA_SEPARABLE_COMPILATION-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CUDA_TOOLKIT_INCLUDE
CUDA_TOOLKIT_INCLUDE-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CUDA_TOOLKIT_ROOT_DIR
CUDA_TOOLKIT_ROOT_DIR-ADVANCED:INTERNAL=1
//This is the value of the last time CUDA_TOOLKIT_ROOT_DIR was
// set successfully.
CUDA_TOOLKIT_ROOT_DIR_INTERNAL:INTERNAL=/opt/apps/cuda/11.4
//This is the value of the last time CUDA_TOOLKIT_TARGET_DIR was
// set successfully.
CUDA_TOOLKIT_TARGET_DIR_INTERNAL:INTERNAL=/opt/apps/cuda/11.4
//ADVANCED property for variable: CUDA_USE_STATIC_CUDA_RUNTIME
CUDA_USE_STATIC_CUDA_RUNTIME-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CUDA_VERBOSE_BUILD
CUDA_VERBOSE_BUILD-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CUDA_VERSION
CUDA_VERSION-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CUDA_cublas_LIBRARY
CUDA_cublas_LIBRARY-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CUDA_cudadevrt_LIBRARY
CUDA_cudadevrt_LIBRARY-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CUDA_cudart_static_LIBRARY
CUDA_cudart_static_LIBRARY-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CUDA_cufft_LIBRARY
CUDA_cufft_LIBRARY-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CUDA_cupti_LIBRARY
CUDA_cupti_LIBRARY-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CUDA_curand_LIBRARY
CUDA_curand_LIBRARY-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CUDA_cusolver_LIBRARY
CUDA_cusolver_LIBRARY-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CUDA_cusparse_LIBRARY
CUDA_cusparse_LIBRARY-ADVANCED:INTERNAL=1
//Location of make2cmake.cmake
CUDA_make2cmake:INTERNAL=/opt/apps/cmake/3.24.2/share/cmake-3.24/Modules/FindCUDA/make2cmake.cmake
//ADVANCED property for variable: CUDA_nppc_LIBRARY
CUDA_nppc_LIBRARY-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CUDA_nppial_LIBRARY
CUDA_nppial_LIBRARY-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CUDA_nppicc_LIBRARY
CUDA_nppicc_LIBRARY-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CUDA_nppidei_LIBRARY
CUDA_nppidei_LIBRARY-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CUDA_nppif_LIBRARY
CUDA_nppif_LIBRARY-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CUDA_nppig_LIBRARY
CUDA_nppig_LIBRARY-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CUDA_nppim_LIBRARY
CUDA_nppim_LIBRARY-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CUDA_nppist_LIBRARY
CUDA_nppist_LIBRARY-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CUDA_nppisu_LIBRARY
CUDA_nppisu_LIBRARY-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CUDA_nppitc_LIBRARY
CUDA_nppitc_LIBRARY-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CUDA_npps_LIBRARY
CUDA_npps_LIBRARY-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CUDA_nvToolsExt_LIBRARY
CUDA_nvToolsExt_LIBRARY-ADVANCED:INTERNAL=1
//Location of parse_cubin.cmake
CUDA_parse_cubin:INTERNAL=/opt/apps/cmake/3.24.2/share/cmake-3.24/Modules/FindCUDA/parse_cubin.cmake
//ADVANCED property for variable: CUDA_rt_LIBRARY
CUDA_rt_LIBRARY-ADVANCED:INTERNAL=1
//Location of run_nvcc.cmake
CUDA_run_nvcc:INTERNAL=/opt/apps/cmake/3.24.2/share/cmake-3.24/Modules/FindCUDA/run_nvcc.cmake
//ADVANCED property for variable: DART_TESTING_TIMEOUT
DART_TESTING_TIMEOUT-ADVANCED:INTERNAL=1
//Test DETECTED_AVX_10
DETECTED_AVX_10:INTERNAL=1
//Result of TRY_COMPILE
DETECTED_AVX_10_COMPILED:INTERNAL=TRUE
//Result of try_run()
DETECTED_AVX_10_EXITCODE:INTERNAL=0
//Test DETECTED_AVX_20
DETECTED_AVX_20:INTERNAL=1
//Result of TRY_COMPILE
DETECTED_AVX_20_COMPILED:INTERNAL=TRUE
//Result of try_run()
DETECTED_AVX_20_EXITCODE:INTERNAL=0
//Test DETECTED_FMA
DETECTED_FMA:INTERNAL=1
//Result of TRY_COMPILE
DETECTED_FMA_COMPILED:INTERNAL=TRUE
//Result of try_run()
DETECTED_FMA_EXITCODE:INTERNAL=0
//Test DETECTED_NEON
DETECTED_NEON:INTERNAL=
//Result of TRY_COMPILE
DETECTED_NEON_COMPILED:INTERNAL=FALSE
//Test DETECTED_SSE_30
DETECTED_SSE_30:INTERNAL=1
//Result of TRY_COMPILE
DETECTED_SSE_30_COMPILED:INTERNAL=TRUE
//Result of try_run()
DETECTED_SSE_30_EXITCODE:INTERNAL=0
//Test DETECTED_SSE_41
DETECTED_SSE_41:INTERNAL=1
//Result of TRY_COMPILE
DETECTED_SSE_41_COMPILED:INTERNAL=TRUE
//Result of try_run()
DETECTED_SSE_41_EXITCODE:INTERNAL=0
//Test DETECTED_SSE_42
DETECTED_SSE_42:INTERNAL=1
//Result of TRY_COMPILE
DETECTED_SSE_42_COMPILED:INTERNAL=TRUE
//Result of try_run()
DETECTED_SSE_42_EXITCODE:INTERNAL=0
//MODIFIED property for variable: ENABLE_MODULE_FSI
ENABLE_MODULE_FSI-MODIFIED:INTERNAL=ON
//Details about finding Eigen3
FIND_PACKAGE_MESSAGE_DETAILS_Eigen3:INTERNAL=[/scratch/tacc/apps/intel19/eigen/3.4.0/include/eigen3][TRUE][v(3.3.0)]
//Details about finding MPI
FIND_PACKAGE_MESSAGE_DETAILS_MPI:INTERNAL=[TRUE][TRUE][c ][v3.1()]
//Details about finding MPI_C
FIND_PACKAGE_MESSAGE_DETAILS_MPI_C:INTERNAL=[/opt/intel/compilers_and_libraries_2020.4.304/linux/mpi/intel64/lib/release/libmpi.so][/usr/lib64/librt.so][/usr/lib64/libpthread.so][/usr/lib64/libdl.so][mpi;rt;pthread;dl][/opt/intel/compilers_and_libraries_2020.4.304/linux/mpi/intel64/include][TRUE][v3.1()]
//Details about finding MPI_CXX
FIND_PACKAGE_MESSAGE_DETAILS_MPI_CXX:INTERNAL=[/opt/intel/compilers_and_libraries_2020.4.304/linux/mpi/intel64/lib/libmpicxx.so][/opt/intel/compilers_and_libraries_2020.4.304/linux/mpi/intel64/lib/release/libmpi.so][/usr/lib64/librt.so][/usr/lib64/libpthread.so][/usr/lib64/libdl.so][mpicxx;mpi;rt;pthread;dl][/opt/intel/compilers_and_libraries_2020.4.304/linux/mpi/intel64/include][TRUE][v3.1()]
//Details about finding OpenMP
FIND_PACKAGE_MESSAGE_DETAILS_OpenMP:INTERNAL=[TRUE][TRUE][c ][v4.5()]
//Details about finding OpenMP_C
FIND_PACKAGE_MESSAGE_DETAILS_OpenMP_C:INTERNAL=[-fopenmp][/usr/lib/gcc/x86_64-redhat-linux/8/libgomp.so][/usr/lib64/libpthread.so][v4.5()]
//Details about finding OpenMP_CXX
FIND_PACKAGE_MESSAGE_DETAILS_OpenMP_CXX:INTERNAL=[-fopenmp][/usr/lib/gcc/x86_64-redhat-linux/8/libgomp.so][/usr/lib64/libpthread.so][v4.5()]
//Details about finding Python
FIND_PACKAGE_MESSAGE_DETAILS_Python:INTERNAL=[/usr/bin/python3.6][cfound
components: Interpreter ][v3.6.8()]
//Details about finding Threads
FIND_PACKAGE_MESSAGE_DETAILS_Threads:INTERNAL=[TRUE][v()]
//Details about finding Thrust
FIND_PACKAGE_MESSAGE_DETAILS_Thrust:INTERNAL=[/opt/apps/cuda/11.4/include][v1.1.1201()]
//ADVANCED property for variable: GITCOMMAND
GITCOMMAND-ADVANCED:INTERNAL=1
//ADVANCED property for variable: INSTALL_GTEST
INSTALL_GTEST-ADVANCED:INTERNAL=1
//ADVANCED property for variable: MAKECOMMAND
MAKECOMMAND-ADVANCED:INTERNAL=1
//ADVANCED property for variable: MEMORYCHECK_COMMAND
MEMORYCHECK_COMMAND-ADVANCED:INTERNAL=1
//ADVANCED property for variable: MEMORYCHECK_SUPPRESSIONS_FILE
MEMORYCHECK_SUPPRESSIONS_FILE-ADVANCED:INTERNAL=1
//ADVANCED property for variable: MPIEXEC_EXECUTABLE
MPIEXEC_EXECUTABLE-ADVANCED:INTERNAL=1
//ADVANCED property for variable: MPIEXEC_MAX_NUMPROCS
MPIEXEC_MAX_NUMPROCS-ADVANCED:INTERNAL=1
//ADVANCED property for variable: MPIEXEC_NUMPROC_FLAG
MPIEXEC_NUMPROC_FLAG-ADVANCED:INTERNAL=1
//ADVANCED property for variable: MPIEXEC_POSTFLAGS
MPIEXEC_POSTFLAGS-ADVANCED:INTERNAL=1
//ADVANCED property for variable: MPIEXEC_PREFLAGS
MPIEXEC_PREFLAGS-ADVANCED:INTERNAL=1
//ADVANCED property for variable: MPI_CXX_ADDITIONAL_INCLUDE_DIRS
MPI_CXX_ADDITIONAL_INCLUDE_DIRS-ADVANCED:INTERNAL=1
//ADVANCED property for variable: MPI_CXX_COMPILER
MPI_CXX_COMPILER-ADVANCED:INTERNAL=1
//ADVANCED property for variable: MPI_CXX_COMPILER_INCLUDE_DIRS
MPI_CXX_COMPILER_INCLUDE_DIRS-ADVANCED:INTERNAL=1
//ADVANCED property for variable: MPI_CXX_COMPILE_DEFINITIONS
MPI_CXX_COMPILE_DEFINITIONS-ADVANCED:INTERNAL=1
//ADVANCED property for variable: MPI_CXX_COMPILE_OPTIONS
MPI_CXX_COMPILE_OPTIONS-ADVANCED:INTERNAL=1
//ADVANCED property for variable: MPI_CXX_HEADER_DIR
MPI_CXX_HEADER_DIR-ADVANCED:INTERNAL=1
//ADVANCED property for variable: MPI_CXX_LIB_NAMES
MPI_CXX_LIB_NAMES-ADVANCED:INTERNAL=1
//ADVANCED property for variable: MPI_CXX_LINK_FLAGS
MPI_CXX_LINK_FLAGS-ADVANCED:INTERNAL=1
//ADVANCED property for variable: MPI_CXX_SKIP_MPICXX
MPI_CXX_SKIP_MPICXX-ADVANCED:INTERNAL=1
//ADVANCED property for variable: MPI_C_ADDITIONAL_INCLUDE_DIRS
MPI_C_ADDITIONAL_INCLUDE_DIRS-ADVANCED:INTERNAL=1
//ADVANCED property for variable: MPI_C_COMPILER
MPI_C_COMPILER-ADVANCED:INTERNAL=1
//ADVANCED property for variable: MPI_C_COMPILER_INCLUDE_DIRS
MPI_C_COMPILER_INCLUDE_DIRS-ADVANCED:INTERNAL=1
//ADVANCED property for variable: MPI_C_COMPILE_DEFINITIONS
MPI_C_COMPILE_DEFINITIONS-ADVANCED:INTERNAL=1
//ADVANCED property for variable: MPI_C_COMPILE_OPTIONS
MPI_C_COMPILE_OPTIONS-ADVANCED:INTERNAL=1
//ADVANCED property for variable: MPI_C_HEADER_DIR
MPI_C_HEADER_DIR-ADVANCED:INTERNAL=1
//ADVANCED property for variable: MPI_C_LIB_NAMES
MPI_C_LIB_NAMES-ADVANCED:INTERNAL=1
//ADVANCED property for variable: MPI_C_LINK_FLAGS
MPI_C_LINK_FLAGS-ADVANCED:INTERNAL=1
//Result of TRY_COMPILE
MPI_RESULT_CXX_test_mpi_MPICXX:INTERNAL=TRUE
//Result of TRY_COMPILE
MPI_RESULT_CXX_test_mpi_normal:INTERNAL=FALSE
//Result of TRY_COMPILE
MPI_RESULT_C_test_mpi_normal:INTERNAL=FALSE
//ADVANCED property for variable: MPI_dl_LIBRARY
MPI_dl_LIBRARY-ADVANCED:INTERNAL=1
//ADVANCED property for variable: MPI_mpi_LIBRARY
MPI_mpi_LIBRARY-ADVANCED:INTERNAL=1
//ADVANCED property for variable: MPI_mpicxx_LIBRARY
MPI_mpicxx_LIBRARY-ADVANCED:INTERNAL=1
//ADVANCED property for variable: MPI_pthread_LIBRARY
MPI_pthread_LIBRARY-ADVANCED:INTERNAL=1
//ADVANCED property for variable: MPI_rt_LIBRARY
MPI_rt_LIBRARY-ADVANCED:INTERNAL=1
//Test OMP_30_DETECTED
OMP_30_DETECTED:INTERNAL=1
//Test OMP_40_DETECTED
OMP_40_DETECTED:INTERNAL=1
//Result of TRY_COMPILE
OpenMP_COMPILE_RESULT_CXX_fopenmp:INTERNAL=TRUE
//Result of TRY_COMPILE
OpenMP_COMPILE_RESULT_C_fopenmp:INTERNAL=TRUE
//ADVANCED property for variable: OpenMP_CXX_FLAGS
OpenMP_CXX_FLAGS-ADVANCED:INTERNAL=1
//ADVANCED property for variable: OpenMP_CXX_LIB_NAMES
OpenMP_CXX_LIB_NAMES-ADVANCED:INTERNAL=1
//CXX compiler's OpenMP specification date
OpenMP_CXX_SPEC_DATE:INTERNAL=201511
//ADVANCED property for variable: OpenMP_C_FLAGS
OpenMP_C_FLAGS-ADVANCED:INTERNAL=1
//ADVANCED property for variable: OpenMP_C_LIB_NAMES
OpenMP_C_LIB_NAMES-ADVANCED:INTERNAL=1
//C compiler's OpenMP specification date
OpenMP_C_SPEC_DATE:INTERNAL=201511
//Result of TRY_COMPILE
OpenMP_SPECTEST_CXX_:INTERNAL=TRUE
//Result of TRY_COMPILE
OpenMP_SPECTEST_C_:INTERNAL=TRUE
//ADVANCED property for variable: OpenMP_gomp_LIBRARY
OpenMP_gomp_LIBRARY-ADVANCED:INTERNAL=1
//ADVANCED property for variable: OpenMP_pthread_LIBRARY
OpenMP_pthread_LIBRARY-ADVANCED:INTERNAL=1
//ADVANCED property for variable: PKG_CONFIG_ARGN
PKG_CONFIG_ARGN-ADVANCED:INTERNAL=1
//ADVANCED property for variable: PKG_CONFIG_EXECUTABLE
PKG_CONFIG_EXECUTABLE-ADVANCED:INTERNAL=1
//ADVANCED property for variable: SIMD_AVX
SIMD_AVX-ADVANCED:INTERNAL=1
//ADVANCED property for variable: SIMD_CXX_FLAGS
SIMD_CXX_FLAGS-ADVANCED:INTERNAL=1
//ADVANCED property for variable: SIMD_C_FLAGS
SIMD_C_FLAGS-ADVANCED:INTERNAL=1
//ADVANCED property for variable: SIMD_FMA
SIMD_FMA-ADVANCED:INTERNAL=1
//ADVANCED property for variable: SIMD_NEON
SIMD_NEON-ADVANCED:INTERNAL=1
//ADVANCED property for variable: SIMD_SSE
SIMD_SSE-ADVANCED:INTERNAL=1
//ADVANCED property for variable: SITE
SITE-ADVANCED:INTERNAL=1
//Result of TRY_COMPILE
THREADS_HAVE_PTHREAD_ARG:INTERNAL=TRUE
//ADVANCED property for variable: THRUST_INCLUDE_DIR
THRUST_INCLUDE_DIR-ADVANCED:INTERNAL=1
//linker supports push/pop state
_CMAKE_LINKER_PUSHPOP_STATE_SUPPORTED:INTERNAL=TRUE
//CMAKE_INSTALL_PREFIX during last run
_GNUInstallDirs_LAST_CMAKE_INSTALL_PREFIX:INTERNAL=/usr/local
//Path to a program.
_Python_EXECUTABLE:INTERNAL=/usr/bin/python3.6
//Python Properties
_Python_INTERPRETER_PROPERTIES:INTERNAL=Python;3;6;8;64;m;cpython-36m-x86_64-linux-gnu;/usr/lib64/python3.6;/usr/lib64/python3.6;/usr/lib/python3.6/site-packages;/usr/lib64/python3.6/site-packages
_Python_INTERPRETER_SIGNATURE:INTERNAL=b6830b8a27b116ec04b91b52a075b840
cmake_package_name:INTERNAL=GTest
//ADVANCED property for variable: gmock_build_tests
gmock_build_tests-ADVANCED:INTERNAL=1
//ADVANCED property for variable: gtest_build_samples
gtest_build_samples-ADVANCED:INTERNAL=1
//ADVANCED property for variable: gtest_build_tests
gtest_build_tests-ADVANCED:INTERNAL=1
//ADVANCED property for variable: gtest_disable_pthreads
gtest_disable_pthreads-ADVANCED:INTERNAL=1
//ADVANCED property for variable: gtest_force_shared_crt
gtest_force_shared_crt-ADVANCED:INTERNAL=1
//ADVANCED property for variable: gtest_hide_internal_symbols
gtest_hide_internal_symbols-ADVANCED:INTERNAL=1
testCRM.e954969
Description: Binary data
