Tests failed ImageMesh::BuildMesh #31370
Unanswered
mhelel
asked this question in
Q&A Meshing
Replies: 2 comments 3 replies
-
|
Hello never seen that one but you should be fine to ignore it unless you need that specific functionality |
Beta Was this translation helpful? Give feedback.
1 reply
-
|
Hello I met same problems. The reason is my system missing a command named 'file'. You can check if your system have installed 'file' command using "file --version" in terminal. In moose/framework/src/meshgenerators/ImageMeshGenerator.C: |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I installed moose and tried to run the standard tests. I got 4 Errors, all related to the "Error calling 'file' command in ImageMesh::buildMesh()".
It is kind of weird, because I already installed moose on my local machine and everything worked fine. Now I tried installing it on the cloud computing service of my university. I did everything the exact same way but it just does not work.
So these are the tests that fail:
And here are the error messages:
Thank you in advance!
Beta Was this translation helpful? Give feedback.
All reactions