The teaching partition is reserved for educational purposes, such as student assignments, workshops, and training sessions. This queue is restricted to users in specific courses.
Key Features
• Max Runtime: Up to 1 day (24 hours).
• Max CPU Allocation: Limited to assigned teaching node(s).
• Memory Limit: Subject to available resources on the teaching node.
• Priority: Moderate priority, available only to enrolled students and instructors.
• Best for: Teaching exercises, coursework, and practical sessions.
How to Submit a Job to the Teaching Queue
To submit a teaching job, use the following command:
sbatch --partition=teaching --qos=teaching --cpus-per-task=2 --mem=8G --time=2:00:00 --wrap="your_command_here"
Best Practices
• Only use this queue for teaching and coursework.
• Avoid submitting long or resource-heavy jobs that could affect other students.
• If your course requires more compute power, consult the Mjolnir admin team.
Was this article helpful?
That’s Great!
Thank you for your feedback
Sorry! We couldn't be helpful
Thank you for your feedback
Feedback sent
We appreciate your effort and will try to fix the article