Use the qmax command near the beginning of your PBS script. The qmax command takes a single argument, the maximum walltime a job should run. You can specify the walltime in seconds, minutes, or hours by adding a ‘s’, ‘m’, or ‘h’ suffix to qmax. Seconds are the default. For example, to limit a job to […]