You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Look into passing a pointer to a FuelModels object to Behave when an instance of Behave is constructed to save memory usage in applications using multiple instances of Behave objects.
The text was updated successfully, but these errors were encountered:
Made FuelModels object static to save memory usage when multiple behave instances are used simultaneously. Not sure if this is the optimal solution, as this may possibly introduce race conditions. Leaving this issue open for now.
wchatham
changed the title
Look into moving FuelModels outside of Behave
Look into making FuelModels objects use less memory in cases where multiple Behave objects are used simultaneously
Apr 6, 2016
I've added some OpenMP critical sections to methods that alter data in FuelModels. Hopefully this will avoid race conditions associated with FuelModels objects assuming OpenMP is used to parallelize client applications.
Look into passing a pointer to a FuelModels object to Behave when an instance of Behave is constructed to save memory usage in applications using multiple instances of Behave objects.
The text was updated successfully, but these errors were encountered: