virtual_test_bed icon indicating copy to clipboard operation
virtual_test_bed copied to clipboard

Transfers automated conflict detection search choking existing model runtime

Open GiudGiud opened this issue 1 year ago • 0 comments

Reason

The automated value conflict detection helps find mistakes in models, but it scales like N^2 and it really drives up the runtime of some models. We should use it with parcimony on the vtb as external users might not know to turn it off

Design

As search_value_conflicts = false on transfers, along with the documented data that no conflicts were found

Impact

Faster multiphysics models

GiudGiud avatar Oct 07 '24 18:10 GiudGiud