Skip to content

Commit

Permalink
Add sentence on how to use performance instrumentation with ASTE
Browse files Browse the repository at this point in the history
  • Loading branch information
davidscn committed Jul 25, 2024
1 parent dbc48d6 commit c1fafec
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/paper.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ Given the VTK file, ASTE offers different algorithms to repartition them (e.g.,
Moreover, ASTE can generate artificial data on the geometry and store them in the VTK file format.
The core module of ASTE then reads the VTK file and passes the data to preCICE, potentially in every time step of the coupled simulation.
Once the simulation is finished, the generated data is stored on a VTK file and can be compared against an analytic solution via ASTE.
Performance metrics are accessible through the [preCICE performance framework](https://precice.org/tooling-performance-analysis.html).

While the core module of ASTE is written in C++, the pre- and postprocessing scripts are implemented in Python.
The core module relies on VTK [@vtkBook], [Boost](https://boost.org/) and MPI for parallel execution.
Expand Down

0 comments on commit c1fafec

Please sign in to comment.