ocelot.utils.launcher

Launches simulations on various remote configurations

Module Contents

Functions

createId(prefix)

ocelot.utils.launcher._logger
ocelot.utils.launcher.createId(prefix)
class ocelot.utils.launcher.Launcher
backup(self, dir='./')
cleanAllBut(self, dir='./', keepFiles=[])
class ocelot.utils.launcher.LocalLauncher

Bases: ocelot.utils.launcher.Launcher

prepare(self)
outputfile(self, filename)
launch(self)
collect(self, inputDir, outputDir, pattern='*')
class ocelot.utils.launcher.MpiLauncher

Bases: ocelot.utils.launcher.Launcher

prepare(self)
launch(self)
collect(self, inputDir, outputDir, pattern='*')
class ocelot.utils.launcher.NewLauncher

Bases: ocelot.utils.launcher.Launcher

for MOGA, tmp?

prepare(self)
launch(self)
collect(self, inputDir, outputDir, pattern='*')
class ocelot.utils.launcher.PollableMpiLauncher

Bases: ocelot.utils.launcher.Launcher

prepare(self)
launch(self)
collect(self, inputDir, outputDir, pattern='*')
class ocelot.utils.launcher.SshMpiLauncher

Bases: ocelot.utils.launcher.Launcher

prepare(self)
launch(self)
collect(self, inputDir, outputDir, pattern='*')