carpentries-incubator / hpc-intro

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

add snippet to find running node #367

Open WesHarrell opened 3 years ago

WesHarrell commented 3 years ago

https://github.com/nesi/hpc-intro/blob/1894d6958ca57f72c79e9b8f285153522a0472c5/_episodes/17-resources.md#L93-L93

tkphd commented 3 years ago

The message is sparse, but I agree that in the vicinity of 17-resources.md:93, we should add a scheduler-specific snippet demonstrating how to find the node a job is running on. This would require a relatively straight-forward extension of the last job submitted in Ep. 16 (perhaps with a sleep component) and the scheduler output commands introduced earlier in the lesson.