Multiprocess

Runs PlantCV workflows in parallel locally or in a distributed computing resource.

plantcv.parallel.create_dask_cluster(cluster, cluster_config)

returns Dask cluster client

Source Code: Here

plantcv.parallel.multiprocess(jobs, client)

returns None

  • Parameters:
    • jobs - List of jobs
    • client - A Dask cluster client object that connects to the requested computing cluster environment.
  • Context:

Source Code: Here