Hi everyone, I am a student currently involved in my master's thesis work regarding soft soil. I'm trying to download and use *DEM-Engine* following all the passages listed in https://github.com/projectchrono/DEM-Engine (Windows user with *CUDA 12.9 *and a GPU NVIDIA GeForce GTX 1050 Ti).
I cloned the repo's main branch using *Sourcetree* and putting the flag on the recursive option. Then on *CMake* (version 4.1.1) I made the configuration and generation without any error apparently (here the screenshot). [image: CMAKE_screen.PNG] After that I built the solution project in Release mode using *Visual Studio 2022* without error outputs. As a test I tried to run the demo *DEMdemo_SingleSphereCollide.exe. *The previously linked GitHub says that the output of the simulation should be a series of text lines (no matter what they are) but this does not happen to me. The only output I obtain is the following: [image: DEMO_screen.PNG] Looking at the original script of the demo in the source folder I can see that some libraries that should be included are not present, like < *core/utils/ThreadManager.h*>, <*DEM/API.h*>, <*DEM/HostSideHelpers.hpp*>, <*DEM/utils/Samplers.hpp*>. Do you have any idea of what could be the problem? Thank you in advance -- 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 visit https://groups.google.com/d/msgid/projectchrono/8260e81a-1aa6-4413-b520-3dd25294c773n%40googlegroups.com.
