-
Notifications
You must be signed in to change notification settings - Fork 2
Swap First Compute Job and Interactive Compute chapters #84
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
OTTR Check ResultsSummary
|
|
Overall readability score: 52.39 (🟢 +0.03)
View detailed metrics🟢 - Shows an increase in readability
Averages:
View metric targets
|
|
Re-rendered previews from the latest commit:
* note not all html features will be properly displayed in the "quick preview" but it will give you a rough idea. Updated at 2025-09-05 with changes from the latest commit 4457c23 |
|
Based on feedback from Ava and SciComp, added best practices of using Job Scripts over Interactive Mode: the reason we start with Interactive Mode is that it is a good learning tool and for occasional tests, but ultimately on should be writing Job Scripts for any substantial compute job on the cluster. Also renamed course to Fred Hutch Cluster Computing. |
In teaching Cluster 101 workshop, it has been easier for students to work with the compute node in interactive mode before submitting bash computing scripts. This PR reflects the change in teaching order.