Rosetta
Classes | Variables
pyrosetta.distributed.cluster.utilities Namespace Reference

Classes

class  SchedulerManager
 

Variables

string __author__ = "Jason C. Klima"
 
 AdaptiveType = TypeVar("AdaptiveType", bound=Adaptive)
 
 ClientType = TypeVar("ClientType", bound=Client)
 
 ClusterType = TypeVar("ClusterType", LocalCluster, SGECluster, SLURMCluster)
 
 G = TypeVar("G")
 

Variable Documentation

◆ __author__

string pyrosetta.distributed.cluster.utilities.__author__ = "Jason C. Klima"
private

◆ AdaptiveType

pyrosetta.distributed.cluster.utilities.AdaptiveType = TypeVar("AdaptiveType", bound=Adaptive)

◆ ClientType

pyrosetta.distributed.cluster.utilities.ClientType = TypeVar("ClientType", bound=Client)

◆ ClusterType

pyrosetta.distributed.cluster.utilities.ClusterType = TypeVar("ClusterType", LocalCluster, SGECluster, SLURMCluster)

◆ G

pyrosetta.distributed.cluster.utilities.G = TypeVar("G")