Skip to content

Commit

Permalink
doc(wiki): explorer
Browse files Browse the repository at this point in the history
  • Loading branch information
lukasrothenberger committed Jan 10, 2024
1 parent 46a9952 commit d7414c3
Showing 1 changed file with 20 additions and 1 deletion.
21 changes: 20 additions & 1 deletion docs/tools/Explorer.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,23 @@ parent: Tools
nav_order: 2
---

TODO Explorer
# DiscoPoP Explorer
## Executable
`discopop_explorer`

## Purpose
Analyze the [output of the instrumentation and profiling stage](../data/Profiling_and_instrumentation_output.md) in order to identify opportunities for parallelism in the sequential target code ([parallel patterns](../data/Parallel_patterns.md)).
As part of the analysis, the [program execution graph](../data/Program_execution_graph.md) is created.

## Required input
- [Filemapping](../data/Filemapping.md)
- [Profiling and instrumentation output](../data/Profiling_and_instrumentation_output.md)

## Output
Identified [parallel patterns](../data/Parallel_patterns.md) are stored in a file named `.discopop/explorer/patterns.json` by default. This information can be imported by various other tools in the framework.

## Note
For a more detailed description of the available run-time arguments, please refer to the help string of the respective tool.
```
discopop_explorer --help
```

0 comments on commit d7414c3

Please sign in to comment.