Skip to content

CCAPS IO - slow python startup times are a bottle neck #103

@JOThurgood

Description

@JOThurgood

IO currently outputs simple .dat files and immediately calls a python script to plot them. This can lead to many calls to python (once for each dump). The python plotting script is substantially slower than the rest of the code.

Ideally

  • output sequentially numbered dat files at each dump
  • create a single post-processing script to do the simple visualisations at the end (or, perhaps at the start and have it wait on new dump files) to avoid multiple startup and exits of python
  • this also has benefit of paving the way towards keeping dat files for more complicated post-processing / analysis

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions