idaholab / mastodon

A MOOSE app for structural dynamics, seismic analysis, and risk assessment.
https://mooseframework.inl.gov/mastodon
GNU Lesser General Public License v2.1
40 stars 52 forks source link

BlackBear APPLICATION_NAME prevents dynamic linking #446

Open bwspenc opened 5 months ago

bwspenc commented 5 months ago

Bug Description

The APPLICATION_NAME for BlackBear prevents dynamic linking. See https://github.com/idaholab/blackbear/issues/383 MASTODON's Makefile needs to be changed accordingly.

Steps to Reproduce

Try to link with BlackBear objects using register_objects_from = 'BlackBearApp' in the Problem block of an input file.

Impact

It is currently not possible to dynamically link BlackBear objects into another application because of this.