Scott Hemmert

Results 87 comments of Scott Hemmert

The Bridge class in Merlin is a header only component, so there is no need for memHierarchy to link in Merlin. We’ll take a closer look at the bridge components...

I have confirmed that the Bridge object is not in libmerlin.so and that it is in libmemHierarchy.so. This is possible because ELI (element library info) is structured such that the...

The right solution would seem to be moving the implementation of merlin.Bridge into a .cc file in Merlin so that the element exists in the merlin library. This should fix...

This should have been fixed with PR #2197, @mrutt92 can you confirm if this fixed your issue?

This is actually an issue in the element library in Merlin::PortControl::printStatus.

Thanks. I'll take a look and put in a patch.

I suspect you're correct. I'll take a look at it.

Just to be clear, the simulation_impl.h file will not be available outside of the core starting with SST 14. Do you still have the functionality you need from the BaseComponent...

Fixed in #883. Py_Finalize is not called by default, but there is now a python function you can call to cause Py_Finalize to be called when the model generation is...