NEW: parallel documentation #52
Draft
gregcaporaso wants to merge 2 commits into
Draft
Conversation
Adds two how-to guides: - parallel-config-toml.md publishes ready-to-adapt local and Slurm Parsl TOML configurations. - parallel-on-slurm.md walks through running boots kmer-diversity on a Slurm-based HPC, using gut-to-soil tutorial data from Zenodo. Includes a small sanity-check run, a scale-up run, and a troubleshooting section covering Parsl worker-loss failures. Both pages are wired into the How-tos toc in book/myst.yml. Developer requested new parallel-on-Slurm documentation grounded in real test runs; model drafted both how-to guides, validated commands and TOMLs against a local Slurm test environment, and identified a Parsl 2026.02 parameter rename (max_workers -> max_workers_per_node) that the new docs use. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Adds a 'See also' admonition to the HPC section pointing readers at the new parallel-config-toml and parallel-on-slurm how-to guides. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This is a work in progress - pushing here for easy builds for now.