[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [HTCondor-users] File transfer when file does not exist
- Date: Mon, 04 Apr 2016 16:31:51 -0400
- From: Michael V Pelletier <Michael.V.Pelletier@xxxxxxxxxxxx>
- Subject: Re: [HTCondor-users] File transfer when file does not exist
From: Jens Schmaler <jens.schmaler@xxxxxx>
Date: 04/01/2016 12:34 PM
> we are using the HTCondor file transfer mechanism
to send output files
> of our jobs back to the submitter. We explicitly specify the desired
> output files in our submit script (because there is more stuff created
> which we don't need).
I've run into this situation as well, and I'd be curious
as to others'
take on it.
The workaround that I've come up with is to use a
PostCmd script to move
the files I want to a specific subdirectory and then
output-transfer that
directory with a trailing slash to get only the contents,
rather than
the directory itself.
-Michael Pelletier.
_