__init__#

Machine.__init__(hostName, numberOfCores, queueName=None, coreList=None)#

Constructs a machine from the information provided.

Parameters:
hostNamestr

Host name of the machine

numberOfCoresint

The number of cores allocated on the machine

queueNamestr

Optionally specifies the queue the machine is executing in.

coreListlist[int]

Optionally provides the list of allocated core IDs.