-
Forum
-
Main Forum
-
laminarSMOKE++
-
Solvers Compilation Error
Solvers Compilation Error
Less
More
-
Posts: 1
-
Thank you received: 0
-
-
3 years 11 months ago #37
by ajin2819
I am trying to compile laminarSMOKE on openFoam6 but the error as can be seen in the attached file persists. The libs were compiled successfully, but when compiling the solvers, the error occurs.
file :
This is the file for the compilation of the solver
File Attachment:
File Name:
error.txt
File Size:3 KB
.
i am also attached my source file here
:
Please Log in or Create an account to join the conversation.
Less
More
-
Posts: 14
-
Thank you received: 1
-
-
3 years 11 months ago #38
by Hafiz
It says here that your system doesn't recognize your pathing:
Eigen/Dense: No such file or directory
I'm not sure how your directory looks, but it might be that "-" should be a "/" in your pathing. This is an example of my Eigen pathing:
export EIGEN_LIBRARY_PATH=/home/hafiz/Softwares/eigen/eigen-3.3.7
Please Log in or Create an account to join the conversation.
Less
More
-
Posts: 19
-
Thank you received: 8
-
-
3 years 11 months ago #39
by acuoci
You are providing the wrong path to the Eigen libraries. Please consider that the folder you have to specify in the mybashrc file is the folder containing the folder with name Eigen (which contains Dense).
This means that laminarSMOKE expects the path you specify /home/hafiz/Softwares/eigen/eigen-3.3.7 contains a folder called Eigen. If this is not the case, you have the error message you mentioned.
Please Log in or Create an account to join the conversation.
-
Forum
-
Main Forum
-
laminarSMOKE++
-
Solvers Compilation Error
Time to create page: 0.172 seconds