[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[HTCondor-users] Splitting stdout and stderr for a job running on multiple nodes



Greetings,
Iâm submitting a condor job to a local batch manager (batch job, using blahp) and it is a multi-node job.
I.e. one submission and the same executable is started on more than one node.
Currently stdout and stderr from all the nodes are interleaved in the same file.

Is it there a way to separate them?
Separate files or having them in the same file one after the other would both be OK but interleaved messages make difficult to follow what is going on on a node.

Thank you,
Marco