- 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
(Created page with "This is a stub.") |
No edit summary |
||
(5 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
This | {{Infobox software | ||
| 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 | |||
| available on = [[NEC Nehalem Cluster]] | |||
| category = [[:Category:Performance Analyzer | Performance Analyzer]] | |||
| license = GNU General Public License, version 2 | |||
| website = [http://code.google.com/p/likwid/ LIKWID project page] | |||
}} | |||
== 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