> -----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