Mailing List Archives
Authenticated access
|
|
|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [HTCondor-users] How to address executable directly on execute node
- Date: Tue, 22 Aug 2023 13:21:06 +0000
- From: Jaime Frey <jfrey@xxxxxxxxxxx>
- Subject: Re: [HTCondor-users] How to address executable directly on execute node
> On Aug 22, 2023, at 8:06 AM, Valerio Bellizzomi <valerio@xxxxxxxxxx> wrote:
>
> Hello,
> I would like to know, if possible, how to address for a job submission
> an executable which is placed directly on the execute node disk.
Put this in your submit file:
transfer_executable = false
- Jaime