-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
stub parallel computing tutorial chapter
- Loading branch information
1 parent
effdab8
commit 574b034
Showing
3 changed files
with
20 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
# Add a Pipeline with parallel computing support | ||
|
||
In this chapter we'll add a second {term}`Pipeline` to our plugin, and then we'll add parallel computing support to that `Pipeline`. | ||
This will enable your users to utilize multi-processor computers or multi-node high performance computing infrastructure (e.g., computer clusters) to analyze their data. | ||
|
||
(add-parallel-pipeline-commits)= | ||
```{admonition} tl;dr | ||
:class: note | ||
The text for this chapter is not yet written, but the code has been added to q2-dwq2 in two commits. | ||
The first commit ({{ dwq2_add_parallel_pipeline_commit_1_url }}) adds a new `Pipeline` to our plugin, and the second commit ({{ dwq2_add_parallel_pipeline_commit_2_url }}) adds parallel support to that `Pipeline`. | ||
The write-up for this section of the tutorial is in progress, as of 10 July 2024, and is coming soon. | ||
``` |