Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Optimize read/write operations between models #759

Open
davidhjp01 opened this issue Jun 3, 2024 · 0 comments
Open

Optimize read/write operations between models #759

davidhjp01 opened this issue Jun 3, 2024 · 0 comments
Labels
discussion needed Let's have a discussion about this enhancement New feature or request

Comments

@davidhjp01
Copy link
Contributor

With large numbers of FMU's input and output ports and connections, there is a significant performance degradation due to many iterative value transfers (reads/writes) between FMU ports.

I have only briefly went over how this operation is performed. But for the simulations without using ProxyFMU, we can probably optimize this process via pointer swapping? Also there are value modifiers, which we can use of some parallel loops (any other suggestions?) .

@davidhjp01 davidhjp01 added enhancement New feature or request discussion needed Let's have a discussion about this labels Jun 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
discussion needed Let's have a discussion about this enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant