From c1fafec931aaea5bce13448742dd5426ee43c92d Mon Sep 17 00:00:00 2001 From: David Schneider Date: Thu, 25 Jul 2024 14:28:40 +0200 Subject: [PATCH] Add sentence on how to use performance instrumentation with ASTE --- docs/paper.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/paper.md b/docs/paper.md index 5b820bc7..ab4efbfd 100644 --- a/docs/paper.md +++ b/docs/paper.md @@ -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.