requireHostsFile property

bool? requireHostsFile
getter/setter pair

When true, Batch will populate a file with a list of all VMs assigned to the TaskGroup and set the BATCH_HOSTS_FILE environment variable to the path of that file.

Defaults to false. The host file supports up to 1000 VMs.

Implementation

core.bool? requireHostsFile;