HWRF  trunk@4391
Public Member Functions | List of all members
produtil.cluster.WCOSSCray Class Reference

This subclass of NOAAWCOSS handles the new Cray portions of WCOSS. More...

Detailed Description

This subclass of NOAAWCOSS handles the new Cray portions of WCOSS.

Presently, it always reports the name "luna" and says it is not production.

Definition at line 261 of file cluster.py.

Inheritance diagram for produtil.cluster.WCOSSCray:
produtil.cluster.NOAAWCOSS produtil.cluster.Cluster

Public Member Functions

def production (self)
 Is this the WCOSS production machine? No. More...
 
def uncache (self)
 Does nothing. More...
 
- Public Member Functions inherited from produtil.cluster.NOAAWCOSS
def __init__
 Creates a NOAAWCOSS object, and optionally specifies the time for which the result of self.production should be cached. More...
 
def uncache (self)
 Clears the cached value of self.production so the next call will return up-to-date information. More...
 
def production (self)
 Is this the WCOSS production machine? More...
 
- Public Member Functions inherited from produtil.cluster.Cluster
def __init__
 Sets all public member variables. More...
 

Additional Inherited Members

- Public Attributes inherited from produtil.cluster.NOAAWCOSS
 name
 
- Public Attributes inherited from produtil.cluster.Cluster
 group_quotas
 True if group membership is used to manage disk quotas. More...
 
 acl_support
 True if the system uses Access Control Lists (ACLs) to control access to files. More...
 
 production
 True if this system is production (real-time forecasting) environment, and False otherwise. More...
 
 name
 a short name of this cluster. More...
 
 longname
 a long name of this cluster. More...
 
 use_acl_for_rstdata
 True if the scripts should use ACLs to protect restricted access data. More...
 

Member Function Documentation

def produtil.cluster.WCOSSCray.production (   self)

Is this the WCOSS production machine? No.

Returns False.

Definition at line 270 of file cluster.py.

def produtil.cluster.WCOSSCray.uncache (   self)

Does nothing.

This is here to disable NOAAWCOSS.uncache()

Definition at line 273 of file cluster.py.


The documentation for this class was generated from the following file: