Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Type
/
to search
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
devreal
/
ompi
Public
forked from
open-mpi/ompi
Notifications
You must be signed in to change notification settings
Fork
4
Star
1
Code
Pull requests
6
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Fix issue with circular dependency in request.h
- #1
#1
Open
cniethammer
wants to merge 20 commits into
devreal:mpi-continue-master
devreal/ompi:mpi-continue-master
from
cniethammer:mpi-continue-master-header-fix
cniethammer/ompi:mpi-continue-master-header-fix
Copy head branch name to clipboard
Conversation
Commits
20
(20)
Checks
Files changed
Open
Fix issue with circular dependency in request.h
#1
cniethammer
wants to merge 20 commits into
devreal:mpi-continue-master
devreal/ompi:mpi-continue-master
from
cniethammer:mpi-continue-master-header-fix
cniethammer/ompi:mpi-continue-master-header-fix
Copy head branch name to clipboard
Commits
Commits on Nov 2, 2021
Implementation of the current state of MPI Continuations proposal
Show description for 6c2dd1b
devreal
committed
6c2dd1b
View commit details
Copy full SHA for 6c2dd1b
Browse repository at this point
Move parts of ompi_request_cont_data_t into custom request struct
Show description for 2eabc6f
devreal
committed
2eabc6f
View commit details
Copy full SHA for 2eabc6f
Browse repository at this point
Rename functions to avoid confusion
Show description for c9404da
devreal
committed
c9404da
View commit details
Copy full SHA for c9404da
Browse repository at this point
SQUASHME: Replace opal_show_help instead of fprintf
Show description for 18f24e0
devreal
committed
18f24e0
View commit details
Copy full SHA for 18f24e0
Browse repository at this point
Use OMPI_COPY_STATUS to set status
Show description for f2b4e0d
devreal
committed
f2b4e0d
View commit details
Copy full SHA for f2b4e0d
Browse repository at this point
Add documentation for ompi_continue_register_request_progress
Show description for 5d0c7bb
devreal
committed
5d0c7bb
View commit details
Copy full SHA for 5d0c7bb
Browse repository at this point
Remove re-iteration of continuation requests in test_any
devreal
committed
d80d3ca
View commit details
Copy full SHA for d80d3ca
Browse repository at this point
Enable the continuations extension only if explicitly requested
Show description for 5f89757
devreal
committed
5f89757
View commit details
Copy full SHA for 5f89757
Browse repository at this point
Remove lock out of critical path of creating/completing continuations
Show description for 1a68acb
devreal
committed
1a68acb
View commit details
Copy full SHA for 1a68acb
Browse repository at this point
Commits on Nov 8, 2021
Fix printing of tear-down warning
Show description for 14a8574
devreal
committed
14a8574
View commit details
Copy full SHA for 14a8574
Browse repository at this point
Fix logic error when creating a new continuation
Show description for 7ede7ce
devreal
committed
7ede7ce
View commit details
Copy full SHA for 7ede7ce
Browse repository at this point
Use new OMPI_MPIEXT_continue_POST_CONFIG hook
Show description for 32fa3cc
devreal
committed
32fa3cc
View commit details
Copy full SHA for 32fa3cc
Browse repository at this point
Request test/wait: prevent continuation requests from being set to inactive
Show description for d0308ee
devreal
committed
d0308ee
View commit details
Copy full SHA for d0308ee
Browse repository at this point
Don't enqueue continuations twice for execution if everything is complete at registration
Show description for aa0a59d
devreal
committed
aa0a59d
View commit details
Copy full SHA for aa0a59d
Browse repository at this point
Commits on Nov 9, 2021
Poll-only continuations should only be executed by the thread testing/waiting on them
Show description for fa149c2
devreal
committed
fa149c2
View commit details
Copy full SHA for fa149c2
Browse repository at this point
Allow the waiting thread to execute continuations if not blocked in the sync
Show description for aa9677d
devreal
committed
aa9677d
View commit details
Copy full SHA for aa9677d
Browse repository at this point
Commits on Apr 18, 2022
Make sure threads waiting on continuation request execute continuations while waiting
Show description for e014717
devreal
committed
e014717
View commit details
Copy full SHA for e014717
Browse repository at this point
Commits on Apr 19, 2022
Add tests for MPI continuations (single- and multi-threaded)
Show description for e719281
devreal
committed
e719281
View commit details
Copy full SHA for e719281
Browse repository at this point
Commits on Jun 29, 2022
Don't execute callbacks immediately if we didn't see any completed requests
Show description for 2237429
devreal
committed
2237429
View commit details
Copy full SHA for 2237429
Browse repository at this point
Commits on Sep 8, 2022
Fix issue with circular dependency in request.h
Show description for e85407f
cniethammer
committed
e85407f
View commit details
Copy full SHA for e85407f
Browse repository at this point
You can’t perform that action at this time.