Skip to content

Micro simulation is loaded after initializing preCICE #257

Description

@fsimonis

Currently, the micro simulation is loaded after Participant.initialize() is called.

This is annoying when developing a micro simulation, as the macro side needs to be started to see if the micro simulation is even importable.

I suggest one of:

  • load the micro simulation(s) before initialize()
  • provide an option to only check if provided micro simulations are importable micro-simulation-precice --check config.json
  • a standalone lool like check-micro-simuluation that does this for you

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementEnchance existing functionality

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions