[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [HTCondor-users] Execution job with no latency



We need the transfer because the submitter is not on the same machine.

2013/2/13 Greg Thain <gthain@xxxxxxxxxxx>
On 02/13/2013 02:59 AM, Slimane Amar wrote:
We have several users and several schedd so we have not changed the KeepClaimIdle parameter.

We tried these values and we still have some time a latency of 5 seconds.
 NEGOTIATOR_INTERVAL = 1
 NEGOTIATOR_CYCLE_DELAY = 1

Best regards.


Note that file transfer always adds at least one second of latency, have you turned off file transfer and transfer of the executable (I assume it is locally available) with the following job submit file options:

transfer_executable = false
should_transfer_files = false

-greg


_______________________________________________
HTCondor-users mailing list
To unsubscribe, send a message to htcondor-users-request@cs.wisc.edu with a
subject: Unsubscribe
You can also unsubscribe by visiting
https://lists.cs.wisc.edu/mailman/listinfo/htcondor-users

The archives can be found at:
https://lists.cs.wisc.edu/archive/htcondor-users/