Skip to content
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

[StructuralMechanics] Error to run structural problems without compiling EigenSolversApplication #4147

Closed
bodhinandach opened this issue Feb 13, 2019 · 4 comments
Assignees
Labels

Comments

@bodhinandach
Copy link
Member

I tried to run a standard structural problem without compiling EigenSolverApplication as I dont need it, but the following errors come up.
image

I think it is related to the following function calls in kratos_utilities:

import KratosMultiphysics.kratos_utilities as kratos_utils
if kratos_utils.IsApplicationAvailable("EigenSolversApplication"):
from KratosMultiphysics import EigenSolversApplication
elif kratos_utils.IsApplicationAvailable("ExternalSolversApplication"):
from KratosMultiphysics import ExternalSolversApplication

@loumalouomega
Copy link
Member

@marandra also noticed this

@philbucher
Copy link
Member

this is not related to the EigenSolversApplication
in a nutshell: Delete the Folder KratosMultiphysics and recompile

Do you want the long explanation as well?

@philbucher
Copy link
Member

btw you should always delete this folder when you recompile, see #2848

@bodhinandach
Copy link
Member Author

@philbucher Alright! Deleting the folder works for me. Thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants