- 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 -
Paraver: Difference between revisions
From HLRS Platforms
Jump to navigationJump to search
No edit summary |
No edit summary |
||
(10 intermediate revisions by 3 users not shown) | |||
Line 1: | Line 1: | ||
<b> Note, this page is outdated </b> | |||
{{Infobox software | |||
| description = Based on an easy-to-use Motif GUI, '''Paraver''' was developed to respond to the need to have a qualitative global perception of the application behavior by visual inspection and then to be able to focus on the detailed quantitative analysis of the problems. Paraver provides a large amount of information useful to improve the decisions on whether and where to invert the programming effort to optimize an application. | |||
| developer = BSC | |||
| available on = [[Laki]] | |||
| category = [[:Category:Performance Analyzer | Performance Analyzer]] | |||
| license = Proprietary | |||
| website = [http://www.bsc.es/computer-sciences/performance-tools/paraver Paraver homepage] | |||
}} | |||
<b> Note, this page is outdated </b> | |||
== Usage == | |||
To use Paraver load the respective software module: | |||
{{Command|command = | |||
module load performance/paraver | |||
}} | |||
Then you can start it with | |||
{{Command|command = | |||
wxparaver | |||
}} | |||
{{Warning|text = | |||
When working with large traces please use a compute node. | |||
}} | |||
{{Note|text = | |||
Do not forget to enable X forwarding when logging in using the ''-X'' options for ''ssh'' and ''qsub''. | |||
}} | |||
== See also == | |||
* [[Software Development Tools, Compilers & Libraries]] | |||
== External links == | == External links == | ||
* [http://www.bsc.es/plantillaA.php?cat_id=485 Paraver homepage] | * [http://www.bsc.es/plantillaA.php?cat_id=485 Paraver homepage] | ||
[[Category:Performance Analyzer]] |
Latest revision as of 14:02, 29 July 2021
Note, this page is outdated
Based on an easy-to-use Motif GUI, Paraver was developed to respond to the need to have a qualitative global perception of the application behavior by visual inspection and then to be able to focus on the detailed quantitative analysis of the problems. Paraver provides a large amount of information useful to improve the decisions on whether and where to invert the programming effort to optimize an application. |
|
Note, this page is outdated
Usage
To use Paraver load the respective software module:
module load performance/paraver
Then you can start it with
wxparaver
Warning: When working with large traces please use a compute node.
Note: Do not forget to enable X forwarding when logging in using the -X options for ssh and qsub.