neuray API Programmer's Manual

Cluster manager

[Neuray API]

Description

This module allows to connect to the cluster manager and to reserve nodes in a cluster. A cluster manager is a service that allows to manage nodes in a cluster. The cluster manager allows users to reserve nodes of the cluster and to start software that has been installed on the cluster. After using the software the user releases the reservation and the nodes are returned to the pool and are made available for other users.

See the API component mi::neuraylib::ICluster_manager_configuration for a starting point.

Classes

class 
Represents a cluster which was reserved through the cluster manager. More...
class 
An API component which can be used to create a connection to a cluster manager. More...
class 
Represents a connection to a cluster manager. More...
class 
Provides information about a node which is part of a node pool or reserved cluster. More...
class 
Abstract interface for giving notifications about errors and status changes. More...
class 
Represents a pool of nodes managed though the cluster manager. More...
class 
Represents a software package installed on the pool of nodes. More...