Mailing List Archives
Authenticated access
|
|
|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RE: [Condor-users] copying executable on submission
- Date: Fri, 6 May 2005 14:39:24 +0100
- From: "Kewley, J \(John\)" <j.kewley@xxxxxxxx>
- Subject: RE: [Condor-users] copying executable on submission
According to manual:
copy_to_spool = <True | False>
If copy_to_spool is set to True, then condor_ submit will copy the executable
to the local spool directory before running it on a remote host. Oftentimes
this can be quite time consuming and unnecessary. By setting it to False,
condor_ submit will skip this step. Defaults to True.
Note the Default! By my reading of the above, it should already be doing this
(unless the option is disabled for vanilla universe)
JK