Mailing List Archives
Authenticated access
|
|
|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [HTCondor-users] Splitting stdout and stderr for a job running on multiple nodes
- Date: Thu, 19 Apr 2018 20:36:03 +0000
- From: Jaime Frey <jfrey@xxxxxxxxxxx>
- Subject: Re: [HTCondor-users] Splitting stdout and stderr for a job running on multiple nodes
> On Apr 18, 2018, at 4:54 PM, Marco Mambelli <marcom@xxxxxxxx> wrote:
>
> 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
Currently, thereâs no way to have HTCondor/blahp separate the stdout/err streams of a multi-node job.
Youâd have to use a wrapper script to get separated output.
- Jaime