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

Re: [HTCondor-users] bug in file transfers between windows and linux?



On 1/18/2013 11:03 AM, Zachary Miller wrote:
On Fri, Jan 18, 2013 at 10:36:04AM -0500, Jason Ferrara wrote:
Also

transfer_output_remaps = "dir1\=dir1/"

doesn't seem to work.
indeed -- i just looked at the code in more detail.  all the remapping is done
on the submit side, so i doesn't see the '\' charcter as anything special.

this is very clunky, and you have to enumerate each file, but this should work:

   transfer_output_remaps = dir1\file1=dir1/file1; dir1\file2=dir1/file2; dir1\file3=dir1/file3
That works, but unfortunately isn't useful for me, because I don't know what output files I'm going to get ahead of time.

--
Jason Ferrara
Jacquette Consulting, Inc.
710 Providence Road
Malvern, PA 19355
jason.ferrara@xxxxxxxxxxxxx