| Mailing List ArchivesAuthenticated access |  | ![[Computer Systems Lab]](http://www.cs.wisc.edu/pics/csl_logo.gif)  | 
 
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Condor-users] Site-wide want_remote_io=false possible?
- Date: Mon, 17 Nov 2008 07:18:24 -0600
- From: Todd Tannenbaum <tannenba@xxxxxxxxxxx>
- Subject: Re: [Condor-users] Site-wide want_remote_io=false possible?
Todd Tannenbaum wrote:
Well, you can tell condor_submit to add this setting by default into 
each submit file.  If you are able to edit the condor_config file(s) of 
all machines where your users run condor_submit, the following entry 
should do the job:
    SUBMIT_EXPRS = WantRemoteIO=True
(the Manual has more details on SUBMIT_EXPRS)
Dooh!
I think the above should really be something like:
WantRemoteIO = False
SUBMIT_EXPRS = WantRemoteIO $(SUBMIT_EXPRS)
Thanks Matt... this is what happens when zipping through email too fast 
for safety.... ;)
regards,
Todd
--
Todd Tannenbaum                       University of Wisconsin-Madison
Condor Project Research               Department of Computer Sciences
tannenba@xxxxxxxxxxx                  1210 W. Dayton St. Rm #4257
Phone: (608) 263-7132                 Madison, WI 53706-1685