Skip to content

Commit a693d4e

Browse files
committed
Additional changes
1 parent 96ed567 commit a693d4e

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

xdmod/README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
## Full Day Tutorial
44
<details>
55
<summary>Click to open or close tutorial details</summary>
6+
67
## Getting Started
78
In this part of the tutorial we are going to go over the installation and configuration of Open XDMoD.
89
The base component of Open XDMoD uses the job accounting logs from your HPC
@@ -60,7 +61,7 @@ Submitted batch job 19
6061

6162
## Open XDMoD Installation [Documentation](https://open.xdmod.org/install.html)
6263

63-
**Note** This part will be brief in the PEARC2023 tutorial. These processes have been done already as part of the docker.
64+
**Note: In the PEARC2023 tutorial we will demonstrate all the steps for the installation / configuration, you do not need to run these steps yourself.**
6465

6566
For this tutorial, the Open XDMoD software will be installed in the `xdmod` container.
6667
Open XDMoD will use the MySQL database from the `mysql` container. Since we
@@ -1020,6 +1021,8 @@ XDMoD provides a special command line tool for working with directly with slurm
10201021
To see what command line arguments it accepts you can run `xdmod-slurm-helper -h`. For our purposes we will be using it
10211022
as follows:
10221023

1024+
**INTERACTIVE**
1025+
10231026
```shell
10241027
[root@xdmod ~] sudo -u xdmod xdmod-slurm-helper -r hpc --start-time $yesterday --end-time $tomorrow
10251028
```
@@ -1044,6 +1047,8 @@ Upon running `xdmod-slurm-helper` you should see output similar to:
10441047
Now that the accounting logs have been shredded we can now ingest and aggregate the information from them, thus making the
10451048
information available in XDMoD.
10461049

1050+
**INTERACTIVE**
1051+
10471052
```shell
10481053
[root@xdmod ~] sudo -u xdmod xdmod-ingestor
10491054
```
@@ -1499,6 +1504,7 @@ realm should now show in the metric catalog.
14991504
## Half Day Tutorial
15001505
<details>
15011506
<summary>Click to open or close tutorial details</summary>
1507+
15021508
## Pre-seeding XDMoD with data for tutorial
15031509
Due to time constraints for the half day tutorial we will skip the manual setup steps and have provided a database populated with this information.
15041510
These manual steps involve completing `xdmod-setup` and shredding, ingesting and aggregating HPC job accounting and performance data.

0 commit comments

Comments
 (0)