diff --git a/doc.zih.tu-dresden.de/docs/software/pika.md b/doc.zih.tu-dresden.de/docs/software/pika.md index 09d9d807a3c46d53a1a8a22b602e6c3e3c414941..5ff0adffa4609fc1baa7e2bb34d45b86deefe8a1 100644 --- a/doc.zih.tu-dresden.de/docs/software/pika.md +++ b/doc.zih.tu-dresden.de/docs/software/pika.md @@ -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 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 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 than Pika, it is recommended to disable Pika monitoring. This can be done using the following slurm flags in the job script: - #SBATCH --exclusive - #SBATCH --comment=no_monitoring +```Bash +#SBATCH --exclusive +#SBATCH --comment=no_monitoring +``` **Note:** Disabling Pika monitoring is possible only for exclusive jobs! diff --git a/doc.zih.tu-dresden.de/mkdocs.yml b/doc.zih.tu-dresden.de/mkdocs.yml index d80e9f3f8d666093981a3e0ed5c37b1d39c13599..3382bf040bfe4b61b023d150c12d85742b518248 100644 --- a/doc.zih.tu-dresden.de/mkdocs.yml +++ b/doc.zih.tu-dresden.de/mkdocs.yml @@ -55,6 +55,7 @@ nav: - Score-P: software/ScoreP.md - PAPI Library: software/PapiLibrary.md - Perf Tools: software/PerfTools.md + - PIKA: software/pika.md - Data Management: - Overview: data_management/DataManagement.md - Announcement of Quotas: data_management/AnnouncementOfQuotas.md