-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: parallel execution chapter #173
Conversation
Caution Review failedThe pull request is closed. 📝 WalkthroughWalkthroughThis pull request encompasses multiple changes across different files and scripts. The primary modifications include updating the course date in a configuration file, enhancing the rendering function for table of contents, adding new setup scripts for cluster and conda installation, introducing a new MPI example for calculating pi, and expanding LaTeX slides with content on parallel computing. The changes appear to be part of a broader effort to update tutorial materials and computational workflow scripts. Changes
Sequence DiagramsequenceDiagram
participant User
participant Cluster
participant MPI Program
User->>Cluster: Upload tutorial files
User->>Cluster: Run installation script
Cluster->>Cluster: Install Miniforge/Conda
User->>Cluster: Compile MPI Program
Cluster->>MPI Program: Compile pi_MPI.c
User->>Cluster: Execute MPI Program
Cluster->>MPI Program: Calculate Pi
MPI Program-->>Cluster: Return Pi Calculation
Possibly related PRs
Suggested reviewers
📜 Recent review detailsConfiguration used: CodeRabbit UI ⛔ Files ignored due to path filters (1)
📒 Files selected for processing (8)
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media? 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
…ble it automatically when rendering a handout version
Artifacts |
…iniconda due to libmamba in conda
addresses issues #168 and #163
Summary by CodeRabbit
Configuration Updates
New Scripts
copy_script_mogonNHR.sh
for cluster setupinstall_conda.sh
for Conda installationNew Workflow Examples
Documentation