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 }}
Uh oh!
There was an error while loading.
Please reload this page
.
GEOS-DEV
/
GEOS
Public
Notifications
You must be signed in to change notification settings
Fork
106
Star
284
Code
Issues
191
Pull requests
126
Discussions
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Projects
Security and quality
Insights
feature: detect MPI desynchronizations
- #4091
#4091
Draft
kdrienCG
wants to merge 22 commits into
develop
GEOS-DEV/GEOS:develop
from
feature/kdrienCG/detectMPIDesync
GEOS-DEV/GEOS:feature/kdrienCG/detectMPIDesync
Copy head branch name to clipboard
Conversation
Commits
22
(22)
Checks
Files changed
Draft
feature: detect MPI desynchronizations
#4091
kdrienCG
wants to merge 22 commits into
develop
GEOS-DEV/GEOS:develop
from
feature/kdrienCG/detectMPIDesync
GEOS-DEV/GEOS:feature/kdrienCG/detectMPIDesync
Copy head branch name to clipboard
Commits
Commits on Jun 12, 2026
add build option to enable MPI desync detection
kdrienCG
committed
24f46c6
View commit details
Copy full SHA for 24f46c6
Browse repository at this point
add desync dectection for barrier()
kdrienCG
committed
61701a3
View commit details
Copy full SHA for 61701a3
Browse repository at this point
move detectMpiDesync in the .hpp
kdrienCG
committed
71ac289
View commit details
Copy full SHA for 71ac289
Browse repository at this point
add desync detection to all collective operations
kdrienCG
committed
e3a406e
View commit details
Copy full SHA for e3a406e
Browse repository at this point
complete collective calls desync detection
kdrienCG
committed
72e6581
View commit details
Copy full SHA for 72e6581
Browse repository at this point
rename variables for readability
kdrienCG
committed
a19e09e
View commit details
Copy full SHA for a19e09e
Browse repository at this point
fix max Allreduce call
kdrienCG
committed
c881621
View commit details
Copy full SHA for c881621
Browse repository at this point
add MpiDesyncGuard RAII helper for readability
kdrienCG
committed
27ec2ee
View commit details
Copy full SHA for 27ec2ee
Browse repository at this point
Commits on Jun 17, 2026
fix global counter name
kdrienCG
committed
f7cf49f
View commit details
Copy full SHA for f7cf49f
Browse repository at this point
replace standard MPI_* collective operations use with MpiWrapper ones
kdrienCG
committed
e4753b7
View commit details
Copy full SHA for e4753b7
Browse repository at this point
Commits on Jun 18, 2026
store stacktraces on desync detections
kdrienCG
committed
24f60b7
View commit details
Copy full SHA for 24f60b7
Browse repository at this point
Commits on Jun 19, 2026
wip: use a timeout as desync detection method
kdrienCG
committed
b2574ef
View commit details
Copy full SHA for b2574ef
Browse repository at this point
Commits on Jun 22, 2026
wip: use a timeout as desync detection method
kdrienCG
committed
067d70f
View commit details
Copy full SHA for 067d70f
Browse repository at this point
Commits on Jul 3, 2026
move desync guard in an internal namespace
kdrienCG
committed
58e6f2a
View commit details
Copy full SHA for 58e6f2a
Browse repository at this point
replace some direct MPI calls with MpiWrapper
Show description for 1ab01de
kdrienCG
committed
1ab01de
View commit details
Copy full SHA for 1ab01de
Browse repository at this point
remove atomic
kdrienCG
committed
31fc912
View commit details
Copy full SHA for 31fc912
Browse repository at this point
temp: resolve stacktrace on unhappy path only
Show description for 34f8b0b
kdrienCG
committed
34f8b0b
View commit details
Copy full SHA for 34f8b0b
Browse repository at this point
Commits on Jul 8, 2026
resolve stacktrace on unhappy path only
Show description for 0d5a684
kdrienCG
committed
0d5a684
View commit details
Copy full SHA for 0d5a684
Browse repository at this point
Commits on Jul 15, 2026
revert to "match tag" implementation
kdrienCG
committed
f46cd74
View commit details
Copy full SHA for f46cd74
Browse repository at this point
Commits on Jul 16, 2026
fix: increment collective operation tag
kdrienCG
committed
b0f2a76
View commit details
Copy full SHA for b0f2a76
Browse repository at this point
Commits on Jul 21, 2026
revert to "timeout" implementation
kdrienCG
committed
ab11209
View commit details
Copy full SHA for ab11209
Browse repository at this point
Commits on Jul 22, 2026
refactor MpiDesyncGuard for testability
Show description for 601be60
kdrienCG
committed
601be60
View commit details
Copy full SHA for 601be60
Browse repository at this point
You can’t perform that action at this time.