Add node name and sub-cluster to JobInfo.

This commit is contained in:
Joachim Meyer
2023-02-13 11:26:53 +01:00
parent ab88752993
commit 5128d5ed17
2 changed files with 9 additions and 2 deletions

View File

@@ -60,7 +60,12 @@
</p>
<p>
{job.numNodes} <Icon name="pc-horizontal"/>
{#if job.numNodes == 1}
{job.resources[0].hostname}
{:else}
{job.numNodes}
{/if}
<Icon name="pc-horizontal"/>
{#if job.exclusive != 1}
(shared)
{/if}
@@ -70,6 +75,8 @@
{#if job.numHWThreads > 0}
, {job.numHWThreads} <Icon name="cpu"/>
{/if}
<br/>
{job.subCluster}
</p>
<p>