-
Notifications
You must be signed in to change notification settings - Fork 5
Add tutorial for Instant Clusters + SLURM #221
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
base: main
Are you sure you want to change the base?
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
SLURM:
Good stuff, I've stripped out a lot of unnecessary & superfluous elements form the demo scripts, so really the docs just need to be updated to reflect that where necessary (I've pointed out where).
Next steps: final re-review after updates to double-check error free SLURM flow
- `install.sh`: The primary installation script that sets up MUNGE authentication, configures SLURM, and prepares the environment. | ||
- `test_batch.sh`: A sample SLURM job script for testing cluster functionality. | ||
## Step 4: Run the setup script |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We can and should drop step 4 entirely, the environment setup and dependencies are not directly related to SLURM config (and unnecessary).
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Are we getting rid of setup.h entirely then?
No description provided.