- 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 |
||
(4 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
{{Infobox software | {{Infobox software | ||
| description = | | logo = [[Image:logo_likwid.png|75px]] | ||
| description = 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. | |||
| developer = RRZE | | developer = RRZE | ||
| available on = [[NEC Nehalem Cluster]] | | available on = [[NEC Nehalem Cluster]] | ||
| category = [[:Category:Performance Analyzer | Performance Analyzer]] | | category = [[:Category:Performance Analyzer | Performance Analyzer]] | ||
| license = | | license = GNU General Public License, version 2 | ||
| website = [http://code.google.com/p/likwid/ LIKWID project page] | | website = [http://code.google.com/p/likwid/ LIKWID project page] | ||
}} | }} | ||
Line 10: | 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]] |
Latest revision as of 13:25, 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