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

Re: [HTCondor-users] Specify internet access Requirements



Hi Eremy,

Just a followup to the suggestion from Thomas below -

There is a HOWTO recipe you could follow to implement Thomas's suggestion of adding a custom attribute like HasInternet - you can find it here:
 
    https://research.cs.wisc.edu/htcondor/wiki-archive/pages/HowToRunJobsOnlyOnMachinesWithPreInstalledSoftware/index.html

Hope this helps,
Todd


On 2/29/2024 3:33 AM, Thomas Hartmann wrote:
Hi Eremy,

if you have a fixed set of workers with outbound connectivity, you could probably define a property like `HasInternet = true` and add it to the startd attributes.

Cheers,
  Thomas

On 28/02/2024 17.20, Eremey Valetov via HTCondor-users wrote:
Hello All,

Is it possible to specify in a job submission script's Requirments that the node running the job should have Internet access?

Best regards,
Eremey Valetov