ansys.fluent.core.scheduler.machine_list.Machine#

class ansys.fluent.core.scheduler.machine_list.Machine(hostName, numberOfCores, queueName=None, coreList=None)#

Provides an interface for a single machine allocated by a queue system.

Methods

__init__(hostName, numberOfCores[, ...])

Constructs a machine from the information provided.

Attributes

core_list

Returns a list of core IDs allocated on the machine.

host_name

Returns the hostname listed in the machine file.

number_of_cores

Returns the number of cores allocated on the machine.

queue_name

Returns the name of the queue the machine is allocated in.