Skip to content

Commit c78a9e3

Browse files
committed
review updates
1 parent 82ba78c commit c78a9e3

1 file changed

Lines changed: 8 additions & 4 deletions

File tree

xdmod/README.md

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,9 @@ Resource Setup:
131131
The `xdmod-setup` script is used for the basic setup of Open XDMoD. The script includes options to configure the Open XDMoD database, setup the admin user account and configure resources.
132132
Open XDMoD's [Configuration](https://open.xdmod.org/configuration.html#location-of-configuration-files) files.
133133

134-
Resource Specs Modification:
134+
135+
*Have a heterogeneous cluster?* You would need to modify `/etc/xdmod/resource_specs.json`:
136+
135137
[![asciicast](https://asciinema.org/a/349249.svg)](https://asciinema.org/349249)
136138

137139

@@ -146,14 +148,17 @@ Reference: [Hierarchy Guide](https://open.xdmod.org/hierarchy.html)
146148

147149
#### User / PI Names
148150

149-
Open XDMoD has the ability to import a full names. If full names are not imported, usernames are used.
151+
The resource manager logs contain the system usernames of the users that submitted jobs.
152+
To display the full names in Open XDMoD you must provide a data file that contains the
153+
full name of each user for each system username. This file is in a `csv` format.
150154

151155
![Group By User(names not importe)](./tutorial-screenshots/usernames.png)
152156

153157
This has not been automated for this tutorial. We dont want you to fall asleep!
154158

155159
Create a file with the contents below:
156-
The file needs to be able to be read by the `xdmod` user to for this demo it will be
160+
161+
The file needs to be able to be read by the `xdmod` user, for this demo it will be
157162
created in /var/tmp
158163

159164
```bash
@@ -270,7 +275,6 @@ TODO: PI
270275

271276
TODO: Center
272277

273-
TODO: Basic Admin
274278
### Administration
275279

276280
You know that the user is an admin by the addition of the "Admin Dashboard"

0 commit comments

Comments
 (0)