-
SymptomAfter starting the blueCFD-Core 2016-1 terminal, a message similar to the following appears: |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
ReasonAfter considerable debugging the issue, the conclusion was that:
Both issues are related to a delay in the mount at Solution
|
Beta Was this translation helpful? Give feedback.
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.