-
Notifications
You must be signed in to change notification settings - Fork 467
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unable to build Synchrono module #396
Comments
Did you by any chance only install the |
Could you please check where the OpenMPI headers and libraries are installed (I would expect them in directories under /usr/lib/x86_64-linux-gnu/openmpi/)? Are mpicxx and mpiexec in your path? Please also attach here your CMakeCache.txt file, as well as the full output from cmake when configuring Chrono. |
Thank you for your response, Please find attahced CMakeCache.txt file and cmake output while configuring Chrono mpicxx.h is in the path (Refer image) but I was not able to find mpiexec in the path /usr/lib/x86_64-linux-gnu/openmpi/ |
Odd. CMake appears to find MPI and yet MPI_FOUND must be set to false... |
Could you please:
|
As instructed I have installed OpenMPI that is required to build Synchrono module
When tried to build, it gives me error that MPI is not found (Refer image3)
Can someone help me out with a solution
Please refer attached images for the issue
The text was updated successfully, but these errors were encountered: