sbmlteam / sbml-test-suite

The SBML Test Suite is a conformance testing system. It allows developers and users to test the degree and correctness of the SBML support provided in a software package.
https://sbml.org/software/sbml-test-suite/
Other
23 stars 12 forks source link

Don't offer number of threads option if wrapper does not support parallelism #64

Open mhucka opened 5 years ago

mhucka commented 5 years ago

Sarah pointed out that in the Preferences panel, the option for overriding the number of threads at the bottom of the panel should be grayed out if the currently-selected wrapper does not allow multiple threads in the first place.

This is going to be a bit awkward to implement because of the separate objects used to implement the wrapper panel and the rest of the preferences panel.