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


if that doesn't work, could you please:
  0) use 7.9.3
  1) on the submit side in the condor_config, set "SHADOW_DEBUG = D_ALL"
  2) run the test again, and email me the ShadowLog (off-list, and filter by
	  job id if you want to make it shorter)


cheers,
-zach