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

Re: [Condor-users] stream_output and stdout



-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

On 04/23/2012 04:38 PM, Joe Kline wrote:
> I am trying to use stream_output to stream the stdout from a job.
> 
> However, when I submit the job and it runs not output from stdout is
> getting written back to the designated file.
> 
> Here is the submit file:
> 
> Executable  = fibtest-checkpoint-run
> Universe    = standard
> InitialDir  = /tmp/condor-testing-2
> output      = fibrun_condor.out
> stream_output = True
> error       = fibrun_condor.error
> Log         = fibrun_condor.log
> Queue
> 
> 
> Is there some setting I'm missing or configuration of the pool I need to
> make?

I think I figured out my problem.

The default buffers were significantly larger than the output of my test.

The default buffer looks to be 1Mb and default blocksize is 256Kb.

Adjusting those in the submit file did what I wanted my test to do.

joe


-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.14 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iEYEARECAAYFAk+WytMACgkQb0mzA2gRTpk0qACeNjit98c2R5BicHfqJMK0z+I6
gwwAn2GizmZle9pvnNPBINBXq/TuXCo6
=P2LY
-----END PGP SIGNATURE-----