libcosim icon indicating copy to clipboard operation
libcosim copied to clipboard

User story: configure the step scheduling type

Open xmirabel opened this issue 2 years ago • 0 comments

NEED

It should be possible to configure the step scheduling type, among at least full parallelism (the default one), and cascading (waterfall effect) parallelism, in the OspSystemStructure.xml file.

DESCRIPTION

As a OSP user
I want to be able to configure the step scheduling type, among at least: - full parallelism (legacy code), and - cascading (waterfall effect) parallelism, deduced from the OSP OspSystemStructure.xml configuration file.
So that at each step of execution, the applied algorithm is the selected one.

ACCEPTANCE TESTS

The same as the user story fonction.

EXAMPLE OF CONFIGURATION SYNTAX

In the OspSystemStructure XML structure, a new algorithm is added called "waterfallFixedStep", so that it will be possible to choose between "fixedStep" and "waterfallFixedStep".

<OspSystemStructure [...]>  
...	
    <Algorithm>waterfallFixedStep</Algorithm>
        ...
</OspSystemStructure>

xmirabel avatar Feb 20 '23 09:02 xmirabel