Skip to content
Snippets Groups Projects
Commit 0cfd7836 authored by Martin Schroschk's avatar Martin Schroschk
Browse files

Find a place for pika within wiki

parent 614479b7
No related branches found
No related tags found
3 merge requests!322Merge preview into main,!319Merge preview into main,!159Find a place for pika within wiki
...@@ -8,13 +8,6 @@ interface](https://selfservice.zih.tu-dresden.de/l/index.php/hpcportal/jobmonito ...@@ -8,13 +8,6 @@ interface](https://selfservice.zih.tu-dresden.de/l/index.php/hpcportal/jobmonito
interface](https://selfservice.zih.tu-dresden.de/l/index.php/hpcportal/jobmonitoring/zih/jobs) in a interface](https://selfservice.zih.tu-dresden.de/l/index.php/hpcportal/jobmonitoring/zih/jobs) in a
separate window. Furthermore, at least one real HPC job should have been submitted on Taurus. separate window. Furthermore, at least one real HPC job should have been submitted on Taurus.
- [Overview](#overview)
- [Table View and Job Search](#table-view-and-job-search)
- [Timeline Visualization](#timeline-visualization)
- [Footprint Visualization](#footprint-visualization)
- [Hints](#hints)
- [Known Issues](#known-issues)
## Overview ## Overview
Pika consists of several components and tools. It uses the collection daemon collectd, InfluxDB to Pika consists of several components and tools. It uses the collection daemon collectd, InfluxDB to
...@@ -114,8 +107,10 @@ If users wish to perform their own measurement of performance counters using per ...@@ -114,8 +107,10 @@ If users wish to perform their own measurement of performance counters using per
than Pika, it is recommended to disable Pika monitoring. This can be done using the following slurm than Pika, it is recommended to disable Pika monitoring. This can be done using the following slurm
flags in the job script: flags in the job script:
#SBATCH --exclusive ```Bash
#SBATCH --comment=no_monitoring #SBATCH --exclusive
#SBATCH --comment=no_monitoring
```
**Note:** Disabling Pika monitoring is possible only for exclusive jobs! **Note:** Disabling Pika monitoring is possible only for exclusive jobs!
......
...@@ -55,6 +55,7 @@ nav: ...@@ -55,6 +55,7 @@ nav:
- Score-P: software/ScoreP.md - Score-P: software/ScoreP.md
- PAPI Library: software/PapiLibrary.md - PAPI Library: software/PapiLibrary.md
- Perf Tools: software/PerfTools.md - Perf Tools: software/PerfTools.md
- PIKA: software/pika.md
- Data Management: - Data Management:
- Overview: data_management/DataManagement.md - Overview: data_management/DataManagement.md
- Announcement of Quotas: data_management/AnnouncementOfQuotas.md - Announcement of Quotas: data_management/AnnouncementOfQuotas.md
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment