We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The APPLICATION_NAME for BlackBear prevents dynamic linking. See idaholab/blackbear#383 MASTODON's Makefile needs to be changed accordingly.
APPLICATION_NAME
Try to link with BlackBear objects using register_objects_from = 'BlackBearApp' in the Problem block of an input file.
register_objects_from = 'BlackBearApp'
Problem
It is currently not possible to dynamically link BlackBear objects into another application because of this.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Bug Description
The
APPLICATION_NAME
for BlackBear prevents dynamic linking. See idaholab/blackbear#383MASTODON's Makefile needs to be changed accordingly.
Steps to Reproduce
Try to link with BlackBear objects using
register_objects_from = 'BlackBearApp'
in theProblem
block of an input file.Impact
It is currently not possible to dynamically link BlackBear objects into another application because of this.
The text was updated successfully, but these errors were encountered: