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

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



On Fri, Jan 18, 2013 at 09:16:15AM -0500, Jason Ferrara wrote:
> bash-4.1$ls
> dir1  dir1\file1  dir1\file2  dir1\file3
> bash-4.1$
> 
> So it looks like htcondor isn't doing the backslash/forwardslash 
> conversion correctly.

ouch.  definitely a bug, and i'm creating a ticket.


> Is there a workaround of fix for this?

i'm not sure yet.  one idea i had is to use transfer_output_remaps, but i
haven't tested it.  but if you want, try this (in the submit file):

  transfer_output_remaps = dir1\=dir1/


cheers,
-zach