- Infos im HLRS Wiki sind nicht rechtsverbindlich und ohne Gewähr -
- Information contained in the HLRS Wiki is not legally binding and HLRS is not responsible for any damages that might result from its use -
LIKWID: Difference between revisions
From HLRS Platforms
Jump to navigationJump to search
No edit summary |
No edit summary |
||
Line 11: | Line 11: | ||
== Usage == | == Usage == | ||
In order to use LIKWID, you need to first load the corresponding module: | |||
{{Command|command= | |||
module load performance/likwid | |||
}} | |||
== See also == | |||
* [[Software Development Tools, Compilers & Libraries]] | |||
== External links == | |||
* [http://code.google.com/p/likwid/ LIKWID project page] | |||
* [http://likwid-tools.blogspot.de/ blog on LIKWID] | |||
[[Category:Performance Analyzer]] |
Revision as of 13:24, 23 May 2012
Likwid stands for Like I knew what I am doing. This project contributes easy to use command line tools for Linux to support programmers in developing high performance multi threaded programs. |
|
Usage
In order to use LIKWID, you need to first load the corresponding module:
module load performance/likwid