Replies: 1 comment
-
I suppose the answer is there? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I would like to contribute to this project by adding a new variant of the fixed step algorithm.
This would be so-called "waterfallFixedStep" in the tag of OspSystemStructure.xml.
The content is described in an issue of libcosimc on the site. As a summary, the objective is to deduce from OSP configuration a partial order of simulators and then to order simulator tasks from their variables exchange dependencies. Then the simulator tasks will be synchronised so that a data flow will be created provoking a waterfall effect between several simulators in a same iteration step so that the speed of data broadcast is increased in comparison with the current fixed step algorithm.
I cloned the last master branch of libcosim github repository.
I created locally a feature/featWaterfallFixedStep new branch.
I wanted to push it to the github repository but this failed.
Would it be possible to give me the access right to do it? Unless I missed something in the process (this is the first time I contribute to an open source project)?
Many thanks for your answer.
For information, I will be on holliday the next two weeks, so I would be interested to solve it this week or else after my come back.
Xavier
Beta Was this translation helpful? Give feedback.
All reactions