pyiron_base.jobs.job.extension.server.runmode

pyiron_base.jobs.job.extension.server.runmode#

Runmode class defines the different modes a pyiron job can be executed in

Classes

Runmode([mode])

Run mode describes how the job is going to be executed: - modal: the interactive run mode - non_modal: sending the job to the background on the same machine - queue: submit the job to the queuing system - manual: let the user manually execute the job - thread: internal job mode, which is selected when the master job is send to the queue.