woom.hosts.Host#
- class woom.hosts.Host(name, config)[source]#
- __init__(name, config)[source]#
Initialize a host
- Parameters:
name (str) – Host name
config (configobj.Section) – Host configuration section
Attributes
Dict configuration of this host as loaded from file
hosts.cfg(dict)Command to declare the module command (
str)Host name as defined in the configuration (
str)Correspondance between generic and real queue names (
dict)Scheduler like background, pbsproc or slurm
Methods