From 0cfd7836e0923ac38254b1b51b3c1563931c3f75 Mon Sep 17 00:00:00 2001 From: Martin Schroschk <martin.schroschk@tu-dresden.de> Date: Fri, 2 Jul 2021 14:41:55 +0200 Subject: [PATCH] Find a place for pika within wiki --- doc.zih.tu-dresden.de/docs/software/pika.md | 13 ++++--------- doc.zih.tu-dresden.de/mkdocs.yml | 1 + 2 files changed, 5 insertions(+), 9 deletions(-) diff --git a/doc.zih.tu-dresden.de/docs/software/pika.md b/doc.zih.tu-dresden.de/docs/software/pika.md index 09d9d807a..5ff0adffa 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 d80e9f3f8..3382bf040 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 -- GitLab