Skip to content

Commit 45dc315

Browse files
authored
Merge pull request #741 from yandthj/aus_report
Add au_report info
2 parents 07eddfc + e18e5fa commit 45dc315

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

docs/Documentation/Resource_Management_System/index.md

+4
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,10 @@ On the "AU Use Report" page, the "Project Use" section lists all of the systems
3939

4040
![image](../../assets/images/Lex/lex_aus_by_user.png)
4141

42+
#### aus_report Command Line Utility
43+
44+
There is a CLI utility `aus_report` available on NREL HPC systems to track your AU usage. This utility uses the data from Lex to output AU usage information on a per-allocation and per-user basis. Please refer to Lex in the case of an discrepancies. Run `aus_report --help` for more information.
45+
4246
### Jobs Data
4347

4448
To see the list of jobs run using the allocation, select the "List Jobs" tab.

docs/Documentation/Systems/Kestrel/Running/index.md

+3
Original file line numberDiff line numberDiff line change
@@ -167,6 +167,9 @@ On shared nodes (nodes in the `shared` partition and GPU nodes), the value for `
167167

168168
If a job requests the maximum amount of any resource type available on the node (CPUs, GPUs, RAM), it will be charged with the full charge factor (10 or 100).
169169

170+
### aus_report Command Line Utility
171+
There is a CLI utility `aus_report` available on Kestrel to track your AU usage. This utility uses the data from [Lex](../../../Resource_Management_System/index.md) to output AU usage information on a per-allocation and per-user basis. Please refer to Lex in the case of an discrepancies. Run `aus_report --help` for more information.
172+
170173
## Performance Recommendations
171174

172175
Please see [this page](./performancerecs.md) for our most up-to-date performance recommendations on Kestrel.

overrides/main.html

+1-3
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,7 @@
22

33
{% block announce %}
44
<!-- Add announcement here, including arbitrary HTML -->
5-
Eagle external login methods have changed: non-NREL users now have to access Eagle through the <a
6-
href="https://www.nrel.gov/hpc/vpn-connection.html">HPC VPN</a>
7-
or <a href="https://www.nrel.gov/hpc/ssh-gateway-connection.html">SSH gateway</a>. This does not affect Kestrel. <a
5+
The <a href="https://nrel.github.io/HPC/Documentation/Resource_Management_System/#aus_report-command-line-utility">aus_report</a> CLI utility is now available on Kestrel and Swift for tracking AU usage.
86
{% endblock %} {% block footer %} <footer class="md-footer">
97

108
<!-- Link to previous and/or next page -->

0 commit comments

Comments
 (0)