On Thu, Apr 22, 2010 at 5:02 PM, Claude
Saunders
<saunders@xxxxxxxxxxx>
wrote:
It
just so happens that I set it up so the executable in step (2) above
uses stdin and stdout to read and write the files. Given that I'm
taking care of the file transfers using gridftp explicitly, I would
like to disable the default condor file transfer.
Here's my problem: I'm using vanilla universe, and setting
should_transfer_files=no and submitting the job to run on a machine
with a different file system. The job won't get run since
my.filesystemdomain != target.filesystemdomain, which appears to be a
default requirements test.
Does the following not work?
should_transfer_files = if_needed
transfer_input_files =
transfer_executable = false
transfer_output_files =
when_to_transfer_output = on_exit
Basically: empty the list of in/out files to transfer and turn off
executable transfer. I can't remember if "empty" means "fill in
automatically" or "trust me, I know what I'm doing and I really meant
for this list to be empty". :)
- Ian