SymptomAfter starting the blueCFD-Core 2016-1 terminal, a message similar to the following appears: |
Answered by
wyldckat
Mar 7, 2022
Replies: 1 comment
ReasonAfter considerable debugging the issue, the conclusion was that:
Both issues are related to a delay in the mount at Solution
|
0 replies
Answer selected by
wyldckat
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Reason
After considerable debugging the issue, the conclusion was that:
The
FOAM_INST_DIRwas not being properly set, because it was overridden by OpenFOAM'setc/bashrcThe
prefs_mingw_w64.shwas not found byfoamEtcFile.Both issues are related to a delay in the mount at
/home/ofuser/blueCFD, which results in the files not being found. It's still not clear as to why this happened, but it's possible that is was after the user installed something new that broke MSys2's search system.Solution
Comment out the
FOAM_INST_DIRlines inOpenFOAM-4.x/etc/bashrc.Use the full path in
~/.blueCFD/of4x.shfor the prefs files.