8.4.1. TSequentialRun

In this case, there is no distribution. If evaluations are fast, it remains the simplest way to run the evaluations. Here is the interpretation of the inherited methods:

  • startSlave: exits immediately,

  • onMaster: tests is true

  • and stopSlave: cleans TEval.

TSequentialRun constructor only has one argument, a pointer to a TEval object.

# Creating the sequential runner
srun = Relauncher.TSequentialRun(code)