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: Wed, 23 Aug 2023 14:51:15 +0000
- From: Jaime Frey <jfrey@xxxxxxxxxxx>
- Subject: Re: [HTCondor-users] How to address executable directly on execute node
> On Aug 23, 2023, at 1:50 AM, Valerio Bellizzomi <valerio@xxxxxxxxxx> wrote:
>
> On Tue, 2023-08-22 at 13:21 +0000, Jaime Frey via HTCondor-users wrote:
>>> 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
>
> Thank you Jaime, does this work also for virtual machine disk images ?
> That is for the VM Universe ?
In the VM universe, no files are transferred to the execute node by default. You must specify all disk image files you want transferred in transfer_input_files.
- Jaime