NREL / HPC

A collection of various resources, examples, and executables for the general NREL HPC user community's benefit. Use the following website for accessing documentation.
https://nrel.github.io/HPC/
Other
103 stars 64 forks source link

Clarify command for local disk check #635

Closed yandthj closed 3 weeks ago

yandthj commented 1 month ago

The command documented to check if a local disk exists ("if [ -e /dev/nvme0n1 ]") doesn't actually work on bigmem nodes, only the standard compute nodes. Clarify that in the last bullet point, and maybe add that all bigmem nodes have a real local disk

kphommat commented 3 weeks ago

I submitted a pull request for this change :)

yandthj commented 3 weeks ago

Complete with PR #641