I have submitted a job for performing genome alignment by PBS scripting. Now it is in running status. I found the job will not finish within the walltime I have requested.
Is it possible to increase the walltime for a running job?
Thanks.
I have submitted a job for performing genome alignment by PBS scripting. Now it is in running status. I found the job will not finish within the walltime I have requested.
Is it possible to increase the walltime for a running job?
Thanks.
Unfortunately not, at least not without admin rights as this would deny the purpose of the scheduling system. You should contact your local admin for support specific to your HPC. I actually recommend always talking to your cluster admin first when it comes to HPC problems because they know the system best and in fact it is their job to provide support.
Use of this site constitutes acceptance of our User Agreement and Privacy Policy.
Your cluster admins can add more time. When you are experimenting with new analysis tools it be best to start with long times and lower memory. Once a job completes you can modulate the time request for next one. If you ask for a ton of RAM generally those jobs tend to pend longer since most clusters give those a lower priority or may assign them to a queue that have nodes with large amount of RAM (which tend to be fewer than normal nodes).