The job output page allows a user to view the standard output and standard error files for a job as the job is running and after the job completes. The page is accessible via the get-output button in the Configuring Job Management Buttons page (for details, see Configuring buttons in the Job Management table).
To configure streaming job output
<spool-dir>/var/spool/torque/spool</spool-dir>
Since Viewpoint assumes the job output files are contained in the specified directory both while the job is running and after it is completed, you must configure the file system where the spool directory is located.
Set the resource manager to place job output files in the specified directory and keep them there after the job completes. If Viewpoint and any of the MOM daemons are running on different machines (which is the typical scenario), the spool directory must be configured as a shared network directory to which all MOMs and Viewpoint share access.
<stdout-format>$name.o$id</stdout-format>
<config> ... <job-management> <spool-dir>/var/spool/torque/spool</spool-dir> <stdout-format>$name.o$id</stdout-format> <stderr-format>$name.e$id</stderr-format> ... </job-management> </config>
Related topics