-
Notifications
You must be signed in to change notification settings - Fork 233
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
df94a40
commit 6fc73de
Showing
3 changed files
with
50 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
-------------------------------------------------------------------------------- | ||
Examples | ||
-------------------------------------------------------------------------------- | ||
|
||
This folder contains some examples showcasing the usage of LIKWID, either by | ||
using the full LIKWID API or the MarkerAPI used for instrumenting user codes. | ||
|
||
All compilable examples are also listed with `make help`. The command `make` | ||
without target tries to build and run all compilable examples. It reuses the settings | ||
of the LIKWID build from `../config.mk`. | ||
|
||
- `C-markerAPI`: LIKWID's MarkerAPI in C/C++ applications | ||
- `F-markerAPI`: LIKWID's MarkerAPI in Fortran applications | ||
- `C-nvMarkerAPI.c`: LIKWID's Nvidia GPU related NvMarkerAPI in C/C++ applications | ||
- `C-likwidAPI`: Using the full LIKWID API in C/C++ applications | ||
- `Lua-likwidAPI`: Use the full LIKWID API in Lua | ||
- `monitoring`: Showcase how to use LIKWID for system-wide monitoring | ||
- `likwid-benchmark.sh`: Legacy version of [MachineState](https://github.com/RRZE-HPC/MachineState). Please use MachineState if you need something like this. | ||
|
||
All examples can be built directly by `make <target>` (e.g. `make C-markerAPI`). | ||
|
||
In order to run them, for each examples exists a `run` target: `make <target>-run` | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters