Skip to content

simulateME ignores terminate parameter #873

Description

@tobiaslatour

simulateCS already respects the terminate parameter, but simulateME always calls fmu.terminate() at the end of each simulation.

When reusing an FMU instance accross many simulations this accumulates memory usage.

Expected behavior

simulateME should pass terminate through its internal logic and guard the fmu.terminate() call with if terminate: .., consistent with simulateCS

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions