Jump to Content
MakinaRocks Link
GuidesSDK ReferenceRelease NoteDiscussions
HomepageDownloadExamplesMakinaRocks Link
HomepageDownloadExamples
GuidesSDK ReferenceRelease NoteDiscussions

Introduction

  • Prologue
  • Introduction to Link
  • Key Features

Getting Started

  • Usage Environment
  • Installation and Activation
    • Python Package
    • Desktop App
    • Version Update
    • AWS AMI
  • Product Key
    • Request and Enter a Product Key
    • Retrieve Forgotten Product Key

Layout

  • Layout
    • Pipeline Panel Area Menu
    • Context Menu
    • Light/Dark Mode

Tutorial

  • Sample Source
  • Follow the Example

Examples

  • Link Examples

Features

  • Create and Run Pipeline
    • Create Pipeline
    • Run Pipeline
    • Execute Pipeline with Remote Server
    • Run Component in Parallel
    • Utilize Pipeline Components
  • Caching Management
    • Enable/Disable Component Caching
    • Export/Import Cache
    • Clear Caches
  • Pipeline Parameter
    • Set Pipeline Parameter
    • Hyper-Parameter Optimizer
  • Version Control (Link Git)
    • Create and Clone a Git Repository
    • Link Git Commit
    • See Changes after Commit
    • Conflict Management
  • Export/Import
    • Export/Import Pipeline in JSON Format
    • Export/Import Kubeflow Pipeline
    • Convert to Python File

Troubleshooting

  • Technical Support
Powered byย 

Run Component in Parallel

Suggest Edits

Link allows running pipelines in parallel. During parallel execution, all components of the runnable condition are executed simultaneously.

Enable/Disable Parallel Execution

๐Ÿ“˜

  • Parallel execution is recommended for large computations.
  • It is not possible to see tracebacks at the bottom of cells if an error message occurs while executing in parallel.
  1. Click Settings in the pipeline menu bar.
  2. Turn on the Run component in Parallel toggle button.

Updated 4 months ago


  • Table of Contents
    • Enable/Disable Parallel Execution