pbs

is there a way to change the walltime for currently running PBS job


I underestimated the amount of time a job would take. Would it be possible to change the time limit for a job while it is running?


Solution

  • qalter jobid -l walltime=X
    

    You can read the qalter docs here.