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

Re: [Condor-users] How can I return nothing but stdout/stderr?



> But all these seem unnecessary.
> What I’d really like is to be able to set transfer_output_files to blank.
>  
> transfer_output_files =
>  
> doesn’t work.

as alan mentioned, we should just have an option for doing what you want, but
in the meantime here's a trick which you can use:

  transfer_output_files = /dev/null

this will result in an empty file named "null" in your submit directory, but at
least you don't need to create the pointless file on the execute side.


cheers,
-zach