ClusterArchitecture-class: ClusterArchitecture Class
Description
A virtual class for storing specifications of architectures for different compute clusters. It is designed to
let other classes inherit from it
Slots
name
- A name or identifier
executables
- A NAMED character vector of executables that can be used by the cluster. For instance, the
R
executable is important getSubCmdTokens.optional.args
- character vector containing the valid optional arguments to the
getSubCmdTokens,ClusterArchitecture-method
function.
Details
For a concrete child class for a sun grid architecture specification see ClusterArchitectureSGE
If you want to implement your own child class be sure to at least implement the following functions:
getSubCmdTokens,ClusterArchitecture-method
.