Show
Ignore:
Timestamp:
06/01/08 02:06:56 (6 months ago)
Author:
edsuom
Message:

Got Rao-Blackwellized (on z only) version running locally, not yet remotely nor checked out for performance

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • projects/AsynCluster/trunk/asyncluster/master/control.py

    r175 r206  
    380380        to the callable object specified in the job's namespace on each node 
    381381        before it runs another call for that job. 
     382 
     383        If you don't want the task saved for future workers, but only run on 
     384        the workers currently attached, set the I{ephemeral} keyword C{True}. 
    382385        """ 
    383386        return self.ctl.jobber.update(jobID, callName, *args, **kw)