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

Re: [Condor-users] custom directory for output files



On 6/21/07, Kewley, J (John) <j.kewley@xxxxxxxx> wrote:


> -----Original Message-----
> From: condor-users-bounces@xxxxxxxxxxx
> [mailto:condor-users-bounces@xxxxxxxxxxx]On Behalf Of Nano Surbakti
>
> Hi,
>
> Is it possible to tell condor to place output files to a
> custom directory?

Do you mean in general, or for a particular job. If for a particular job, then
this can be specified using various settings, see
http://www.cs.wisc.edu/condor/manual/v6.9/condor_submit.html
for more details.

These settings specify locations on the submitting node (of course for shared filestore
they may also be present on the remote node):

output = <pathname>
  for standard output of job

initialdir = <directory-path>
  used to put input, output, error and log files.
  Also the other outputs from the job that are transferred back.

Cheers

JK


Hi Kewley,

Sorry for the unclear question.
It was more like the latter, but more specialized:
initialdir = <init-path>
outputdir = <out-path>
errordir = <err-path>
and so on ....



Regards,
--
Nano Surbakti