altar.simulations.Run

Module Contents

Classes

class altar.simulations.Run.Run

Bases: altar.protocol

Protocol that specifies the job parameter set

name
doc = the name of the job; used as a stem for making filenames, etc.
mode
mode = the programming model
hosts
doc = the number of hosts to run on
tasks
doc = the number of tasks per host
gpus
doc = the number of gpus per task
chains
doc = the number of chains per worker
steps
doc = the length of each Markov chain
tolerance
doc = convergence tolerance for β->1.0
initialize(self, application)

Initialize the run components with context from {application}

classmethod pyre_default(cls, **kwds)

Supply a default implementation