carpentries-incubator / hpc-intro

An Introduction to High Performance Computing
https://carpentries-incubator.github.io/hpc-intro/
Other
142 stars 141 forks source link

Cdkharris/nodetypes > qhost #447

Closed cdkharris closed 9 months ago

cdkharris commented 9 months ago

The template as-written expects us to use one utility both to show a summary of the system (nodetypes) and to show details for one node (qhost -h <node name>). It sort of looks like this functionality is supposed to be in nodetypes but I don't know enough about perl to figure out what's going on there. I've created a new variable so we can refer to qhost in the text.

tkphd commented 9 months ago

There are some good fixes in this branch, and important (subtle) corrections that we need to incorporate, like the significance of a trailing slash on the target (as written) or the source (bb2d111, and which is correct). Thanks for bringing this up @cdkharris, even if it was accidental :grinning:

See the UCL-ARC fork for more.

cdkharris commented 9 months ago

It was indeed accidental 😅