5) Starting, Stopping and Monitoring Jobs

There are two methods for running a job – Interactive and batch Interactive mode – where a job is submitted to the resource manager for processing with the ability to interact directly with the process or user interface such as the graphical interface.  Interactive jobs must be manually exited or the job will continue to incur charges. […]

Read More

Monitor the Progress of a Batch Job

You can monitor the progress of a batch job by viewing it’s standard error and standard output. The output is written to two files which are  located in a directory called .pbs_spool. Only running jobs will have files in this directory. The .pbs_spool directory is “hidden” similar to hidden folders in Windows.  The “.” must […]

Read More