Personal tools
You are here: Home UiT Stallo Documentation FAQs How can I view the output of my job?
Document Actions

How can I view the output of my job?

Up to Table of Contents

Use the ``qpeek`` command.

The ``qpeek`` command can list your job output while it is running. It behaves much like the ``tail`` command so using ``-f`` will display the output as it is written::

$qpeek -f 123435
1.0
2.0
3.0
4.0

See ``qpeek -h`` for more info.

You can also submit your job with the ``-k oe`` flag, then the standard error and standard output of your job will be put in your home directory, see ``man qsub`` for more details.

by Roy Dragseth last modified Jan 29, 2009 12:20 PM Notur