Hello Ruochun,
I have also verified the location of the files as mentioned in the script of GRCDemo_part2.
However, the problem has still not been resolved.
Here is the directory of the files:
1. Directory for DEMDemo_GRCPrep_Part2 : C:\Users\umroot\chrono_DEM-Engine\build\bin\Release
2.
Directory for DemoOutput_GRCPrep_Part1 folder : C:\Users\umroot\chrono_DEM-Engine\build\bin\Release
Note : The folder has the following files
Can you please confirm the number of frames GRCpart1 was supposed to be produce? In my case its 80. And there were no vtk files in GRCpart1.
From your experience, do you think memory could be a factor here? More specifically, is there anything in the script that checks GPU memory status between loading the file and performing the calculations—and possibly crashes silently if the memory limit is exceeded?
For reference, here are my computer's hardware specifications:
GPU: NVIDIA GeForce RTX 3080
RAM: 26 GB
Dedicated GPU Memory: 10 GB
Thank you in advance.
Hello Ruochun,
Thank you for your response. I have a few follow-up questions.
My contact pairs csv file from GRCdemo_part1 shows the following columns(Attached Pic 1 image).
For debugging, I temporarily renamed columns A and B to geoA and geoB, which seemed to fix the error and allowed GRCdemo_Part2 to run successfully.
My question is:
· Are geoA and geoB equivalent to A and B?
· What do they refer to in this context?
· If they are equivalent, how should I properly fix the script to avoid this issue in the future?
2.The files produced by GRCdemo_Part2 were then used for GRCdemo_Part3. The program failed to run and did not display an error message like before.
When I ran Part 3 in debug mode, it crashed at the following line in a different file(Attached GRC_PART3_HEADER_ERROR_MESSAGE) .
From my understanding, the exception indicates that we ran out of VRAM. Is this indeed the expected location for an exception when VRAM is exhausted?
I was also using GPU monitoring tools and observed VRAM usage reaching its maximum right before the program aborted.
Thank you in advance for your help.
Bests,
Sumaiya