> If it is problem #1, then it's a bit trickier. You may need to mess > with Globus to adjust the submit file that it creates. (See > condor.pm.)
OK, you've given me a good pointer where to start looking. I'll scour the net for any relevant clues, though I'd appreciate any ready hints that you may have!
print FH "Environment = $environment_string\n"; print FH "Arguments = $argument_string\n"; print FH "InitialDir = " . $description->directory() . "\n"; print FH "Input = " . $description->stdin() . "\n"; ...
should_transfer_files = YES when_to_transfer_output = ON_EXIT
Condor Support Information: http://www.cs.wisc.edu/condor/condor-support/ To Unsubscribe, send mail to majordomo@xxxxxxxxxxx with unsubscribe condor-users <your_email_address>