- 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
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{Infobox software
{{Infobox software
| logo = [[Image:logo_likwid.png|75px]]
| 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.  
| 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                = Open Source
| 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 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]]

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.
Logo likwid.png
Developer: RRZE
Platforms: NEC Nehalem Cluster
Category: Performance Analyzer
License: GNU General Public License, version 2
Website: LIKWID project page


Usage

In order to use LIKWID, you need to first load the corresponding module:

module load performance/likwid


See also

External links