Module vrCluster
[frames] | no frames]

Module vrCluster



 Contains the functions to use the hpc module.

DEPRECATED: Use function from vrClusterService and vrClusterManagerService instead.

Functions
 
getClusterRunning()
DEPRECATED.
 
getHPCRunning()
DEPRECATED.
 
hasClusterLicense()
DEPRECATED.
 
loadCluster(filename)
DEPRECATED.
 
loadHPC(filename)
DEPRECATED.
 
loginToClusterManager(server, user, password)
DEPRECATED.
 
logoffFromClusterManager()
DEPRECATED.
 
renderOnClusterQueue(queue)
DEPRECATED.
 
renderQueueOnClusterQueue(queue)
DEPRECATED.
 
renderSequencesOnClusterQueue(queue)
DEPRECATED.
 
setClusterAdvanced()
DEPRECATED.
 
setClusterConnectionDelay()
DEPRECATED.
 
setClusterEyeSeparation(es)
DEPRECATED.
 
setClusterNetworkSpeed()
DEPRECATED.
 
setClusterNetworkType()
DEPRECATED.
 
setClusterNodes(hosts)
DEPRECATED.
 
setClusterProjectionPlane()
DEPRECATED.
 
setClusterZeroParallax(zp)
DEPRECATED.
 
setHPCAdvanced()
DEPRECATED.
 
setHPCNetworkSpeed()
DEPRECATED.
 
setHPCNetworkType()
DEPRECATED.
 
setHPCNodes(hosts)
DEPRECATED.
 
startBookedRaytracingCluster(bookingId, server, user, password)
DEPRECATED.
 
startCluster()
DEPRECATED.
 
startHPC()
DEPRECATED.
 
startHPCRaytracing(hosts)
DEPRECATED.
 
startRaytracingCluster(hostnames)
DEPRECATED.
 
stopCluster()
DEPRECATED.
 
stopHPC()
DEPRECATED.
Function Details

getClusterRunning()

 

DEPRECATED. Use vrClusterService.isRunning instead.

Return true if the Cluster is running

Parameters:
  • isRunning (bool)

getHPCRunning()

 

DEPRECATED. Use vrClusterService.isRunning instead.

Return true if the hpc cluster is running

Parameters:
  • filename (bool)

hasClusterLicense()

 

DEPRECATED. Use vrClusterService.hasLicense instead.

Return true if the Cluster has valid licenses

Parameters:
  • hasLicense (bool)

loadCluster(filename)

 

DEPRECATED. Use vrClusterService.loadConfig instead.

Loads the cluster configuration.

Parameters:
  • filename (string) - The name of the XML-file with the cluster configuration.

loadHPC(filename)

 

DEPRECATED. Use vrClusterService.loadConfig instead.

Loads the hpc cluster configuration.

Parameters:
  • filename (string) - The name of the XML-file with the cluster configuration.

loginToClusterManager(server, user, password)

 

DEPRECATED. Use vrClusterManagerService.login instead.

Login to cluster manager.

Parameters:
  • server (string) - Hostname of the cluster manager
  • user (string) - User name used to login into cluster manager
  • password (string) - Password used to login into cluster manager

logoffFromClusterManager()

 

DEPRECATED. Use vrClusterManagerService.logoff instead.

Logoff from cluster manager.

renderOnClusterQueue(queue)

 

DEPRECATED. Use vrClusterManagerService.sendToJobQueue instead.

Start rendering on cluster queue

Parameters:
  • queue (string) - Name of the cluster queue

renderQueueOnClusterQueue(queue)

 

DEPRECATED. Use vrClusterManagerService.sendToJobQueue instead.

Start rendering the queue on cluster queue

Parameters:
  • queue (string) - Name of the cluster queue

renderSequencesOnClusterQueue(queue)

 

DEPRECATED. Use vrClusterManagerService.sendToJobQueue instead.

Start rendering sequences on cluster queue

Parameters:
  • queue (string) - Name of the cluster queue

setClusterAdvanced()

 

DEPRECATED. This function is not used anymore.

setClusterConnectionDelay()

 

DEPRECATED. This function is not used anymore.

setClusterEyeSeparation(es)

 

DEPRECATED. Use vrClusterService.setEyeSeparation instead.

Sets the cluster eye separation.

Parameters:
  • es (float) - The eye separation.

setClusterNetworkSpeed()

 

DEPRECATED. Use vrClusterService.setConfig instead.

Used to change cluster network speed hint

setClusterNetworkType()

 

DEPRECATED. Use vrClusterService.setConfig instead.

Used to change cluster network interface

setClusterNodes(hosts)

 

DEPRECATED. Use vrClusterService.setConfig instead.

Sets the list of compute nodes.

Parameters:
  • hosts (string) - List of host names.

setClusterProjectionPlane()

 

DEPRECATED. This function is not used anymore.

setClusterZeroParallax(zp)

 

DEPRECATED. Use vrClusterService.setZeroParallax instead.

Sets the cluster zero parallax.

Parameters:
  • zp (float) - The zero parallax.

setHPCAdvanced()

 

DEPRECATED. This function is not used anymore.

setHPCNetworkSpeed()

 

DEPRECATED. Use vrClusterService.setConfig instead.

Used to change hpc network speed hint

setHPCNetworkType()

 

DEPRECATED. Use vrClusterService.setConfig instead.

Used to change hpc network interface

setHPCNodes(hosts)

 

DEPRECATED. Use vrClusterService.setConfig instead.

Sets the list of compute nodes.

Parameters:
  • hosts (string) - List of host names.

startBookedRaytracingCluster(bookingId, server, user, password)

 

DEPRECATED. Use vrClusterManagerService functions instead.

Start the raytracing cluster.

Parameters:
  • bookingId (string) - Id of the booked session
  • server (string) - Hostname of the cluster manager
  • user (string) - User name used to login into cluster manager
  • password (string) - Password used to login into cluster manager

startCluster()

 

DEPRECATED. Use vrClusterService.start instead.

Activates the cluster mode.

startHPC()

 

DEPRECATED. Use vrClusterService.start instead.

Activates the hpc cluster mode.

startHPCRaytracing(hosts)

 

DEPRECATED. Use Use vrClusterService.start instead.

Starts a cluster with the given compute nodes.

Parameters:
  • hosts (string) - List of host names.

startRaytracingCluster(hostnames)

 

DEPRECATED. Use vrClusterService.start instead.

Start the raytracing cluster.

Parameters:
  • hostnames (string) - Space separated list of names or ips of the cluster client machines.

stopCluster()

 

DEPRECATED. Use Use vrClusterService.stop instead.

Deactivates the cluster mode.

stopHPC()

 

DEPRECATED. Use Use vrClusterService.stop instead.

Deactivates the hpc cluster mode.