Faisal - One possible path forward is to use Synchrono.
Here’s a paper that describes it: https://par.nsf.gov/servlets/purl/10276897.
Dan
---------------------------------------------
Bernard A. and Frances M. Weideman Professor
NVIDIA CUDA Fellow
Department of Mechanical Engineering
Department of Computer Science
University of Wisconsin - Madison
4150ME, 1513 University Avenue
Madison, WI 53706-1572
---------------------------------------------
--
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
projectchron...@googlegroups.com.
To view this discussion visit
https://groups.google.com/d/msgid/projectchrono/23e72c46-cf0b-415d-82dc-d50b25991d01n%40googlegroups.com.
Hi Faisal,
Could you please post the detailed error message you see during the compilation process? It will help us to identify the potential issues.
Best,
Bocheng Zou
To view this discussion visit https://groups.google.com/d/msgid/projectchrono/dcb29a17-6095-42d7-b7ef-7ab48d3375c1n%40googlegroups.com.
Hi Faisal,
Thank you for providing the information. Are you using FlatBuffers as a submodule under "src/chrono_thirdparty/flatbuffers" or using a local copy on your system?
Best,
Bocheng Zou
To view this discussion visit https://groups.google.com/d/msgid/projectchrono/ed659ded-199d-4ed9-be80-875a3f3b1f9bn%40googlegroups.com.
Hi Faisal,
Thanks for getting back to me. That folder shouldn't be populated by manually cloning from the https://github.com/google/flatbuffers.git repo - we include FlatBuffers as a git submodule.
After cloning a fresh projectchrono/chrono repo, please run:
"git submodule init" and "git submodule update"
Those commands will check out the specific FlatBuffers commit we pin and automatically place it under "src/chrono_thirdparty/flatbuffers".
Best,
Bocheng Zou
To view this discussion visit https://groups.google.com/d/msgid/projectchrono/ab6acb08-9dc5-42c1-994a-9dc55e793751n%40googlegroups.com.