pyiron_base.jobs.master.parallel

pyiron_base.jobs.master.parallel#

The parallel master class is a metajob consisting of a list of jobs which are executed in parallel.

Classes

GenericOutput()

Generic Output just a place holder to store the output of the last child directly in the ParallelMaster.

JobGenerator(master)

Implements the functions to generate the parameter list, modify the individual jobs according to the parameter list and generate the new job names according to the parameter list.

ParallelMaster(project, job_name)

MasterJob that handles the creation and analysis of several parallel jobs (including master and continuation jobs), Examples are Murnaghan or Phonon calculations.