
Engaging Maintenance
MGHPCC
-
Details
Please plan your job submissions accordingly. A reservation will be placed on the entire cluster which will reduce the maximum runtime of jobs, so please remember to add a time request to all jobs. Time requests are a best practice even when the system is not going into maintenance. To request a time slice for your job you can do the following:
For interactive/srun jobs:
srun --time=2-12:00 –p sched_mit_sloan_interactive myapp
For batch jobs add the –time parameter to your submit file:
#SBATCH --time=2-12:00
In both cases the example is requesting a time slice of 2 days 12 hours.