Capturing the stdout output of a command when used with jman

9 views
Skip to first unread message

Amir Mohammadi

unread,
Dec 18, 2017, 11:59:22 AM12/18/17
to bob-devel
Hi,

Is there a way to capture the output a command through jman submit into a file?
For example I have this command:
bin/bob_compute_perf.py scores-dev > hter.txt
and I want to run it using jman like:
bin/jman submit -- bin/bob_compute_perf.py scores-dev > hter.txt
but this does not work.
Is there any way to do this properly?

Thanks,
Amir

Manuel Günther

unread,
Dec 18, 2017, 3:42:36 PM12/18/17
to bob-devel
Dear Amir,

there should be an option to store logs in a directory. There, the output of the command (split into stdout and stderr) will be stored. I don't think that it will be possible to specify another output file like you did, but the functionality is identical.

Hope this helps
Manuel

Reply all
Reply to author
Forward
0 new messages