-
-
Notifications
You must be signed in to change notification settings - Fork 141
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
PBS example #366
Comments
Having a PBS as a alternative would be helpful, but it might cause confusion for during the lesson if users are looking or tying the PBS commands while the SLURM commands are being taught. |
Yes, confusion should be avoided. Usually expect instructor to explain which system is being used, instructor notes and lesson plan should make it clear which one is being used. It is likely that HPC users will need to use both PBS and SLURM since they will typically use several different resources over time. |
The snippet library is meant to take care of this, but perhaps is not meeting the need? The idea is that, when building the lesson for the workshop, you enable the appropriate snippet library, and then conflicting info does not appear. |
We have talked a bit about having generic SLURM and generic PBS configurations, with site-specific snippets being in a tier below that, but it's not obvious that the benefit outweighs the additional complexity of the snippets that this implies. Also it's not obvious to me how many learners actually attend workshops vs. grabbing info off the website -- in the latter case, they may not be aware of the snippets, and certainly they will not have been configured for a workshop. |
It may be helpful to have drop down options for choosing the scheduler (SLURM vs PBS). This makes the lesson a reference for many different sites. No need to fork repository for different site specific lessons, this will enable more community updates in the main branch rather than in forks.
The text was updated successfully, but these errors were encountered: