Skip to content
Snippets Groups Projects
Commit 9dc16cc9 authored by Dirk Pleiter's avatar Dirk Pleiter
Browse files

Smaller updates

parent 03002ee8
No related branches found
No related tags found
No related merge requests found
...@@ -49,6 +49,8 @@ The Scalasca tool ``scan`` creates a subdirectory where it stores the output in ...@@ -49,6 +49,8 @@ The Scalasca tool ``scan`` creates a subdirectory where it stores the output in
square <path_to_cube_file> square <path_to_cube_file>
``` ```
## Exploring profiles using the Cube GUI
Alternatively, one can use command line tools like ``cube_stat`` to display the content of Cube files, e.g. Alternatively, one can use command line tools like ``cube_stat`` to display the content of Cube files, e.g.
``` ```
...@@ -59,6 +61,17 @@ cube_stat -r <name_of_routine> -p <path_to_cube_file> ...@@ -59,6 +61,17 @@ cube_stat -r <name_of_routine> -p <path_to_cube_file>
Here the first invocation returns the default metric, i.e. time, while the second invocation returns the ``PAPI_L2_DCM`` counter measurement. In the third example the execution time for a specific routine is returned. Here the first invocation returns the default metric, i.e. time, while the second invocation returns the ``PAPI_L2_DCM`` counter measurement. In the third example the execution time for a specific routine is returned.
For further information consult the Scalasca **Quick Reference** or **User Guide**, which you find on the [Scalasca 2.x documentation page](https://www.scalasca.org/scalasca/software/scalasca-2.x/documentation.html) The Cube GUI is current not installed on Dardel and needs to be installed on your laptop:
- Installation under Windows:
- Download the win32 binary from the [Cube download page](https://www.scalasca.org/software/cube-4.x/download.html) and execute it
- Installation under Linux:
- Download the Cube Bundle from the [Cube download page](https://www.scalasca.org/software/cube-4.x/download.html)
- Unpack the download file using ``tar -xvzf <file>``
- Run ``configure`` and, in case it completes successfully, call ``make``
- After having installed or built Cube, just copy the Cube file generated on Dardel and run the Cube GUI.
\ No newline at end of file
## Further reading
For further information consult the Scalasca **Quick Reference** or **User Guide**, which you find on the [Scalasca 2.x documentation page](https://www.scalasca.org/scalasca/software/scalasca-2.x/documentation.html)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment