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
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
.
MP-Gadget
/
bigfile
Public
Notifications
You must be signed in to change notification settings
Fork
7
Star
18
Code
Issues
7
Pull requests
1
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Add Virtual file backend support.
- #39
#39
Open
rainwoodman
wants to merge 14 commits into
master
MP-Gadget/bigfile:master
from
virtual
MP-Gadget/bigfile:virtual
Copy head branch name to clipboard
Conversation
Commits
14
(14)
Checks
Files changed
Open
Add Virtual file backend support.
#39
rainwoodman
wants to merge 14 commits into
master
MP-Gadget/bigfile:master
from
virtual
MP-Gadget/bigfile:virtual
Copy head branch name to clipboard
Commits
Commits on Jul 2, 2020
Add BigFileMethods struct and make sure it compiles.
rainwoodman
committed
bffdfe5
View commit details
Copy full SHA for bffdfe5
Browse repository at this point
Abstract Posix file backend to use the BigFileMethods struct.
Show description for 7dde691
rainwoodman
committed
7dde691
View commit details
Copy full SHA for 7dde691
Browse repository at this point
Fix crashing due to improperly filled non-root rank Bigfile in MPI layer.
rainwoodman
committed
3ac4f47
View commit details
Copy full SHA for 3ac4f47
Browse repository at this point
Update tests to use new naming convention.
rainwoodman
committed
df685c2
View commit details
Copy full SHA for df685c2
Browse repository at this point
Polish the BigFileMethods API with a python mock-up.
rainwoodman
committed
1022e55
View commit details
Copy full SHA for 1022e55
Browse repository at this point
Switch Python binding to route IO through python file objects.
rainwoodman
committed
46fc0a2
View commit details
Copy full SHA for 46fc0a2
Browse repository at this point
Add a URLBackend, and it sort of works...
rainwoodman
committed
356e479
View commit details
Copy full SHA for 356e479
Browse repository at this point
fix a crash in iosim.
rainwoodman
committed
8ea7350
View commit details
Copy full SHA for 8ea7350
Browse repository at this point
Fix rebase errors.
rainwoodman
committed
7ce0191
View commit details
Copy full SHA for 7ce0191
Browse repository at this point
patch a leak
rainwoodman
committed
17ffc67
View commit details
Copy full SHA for 17ffc67
Browse repository at this point
use listdir for py2.
rainwoodman
committed
e4a3d37
View commit details
Copy full SHA for e4a3d37
Browse repository at this point
fixes for py2.
rainwoodman
committed
c8400ec
View commit details
Copy full SHA for c8400ec
Browse repository at this point
Commits on Jul 3, 2020
HTTPBackend works with httpio, as urllib.request is non-seekable.
Show description for aaca594
rainwoodman
committed
aaca594
View commit details
Copy full SHA for aaca594
Browse repository at this point
Fix callers of big_file_open / big_file_create.
rainwoodman
committed
e021ce5
View commit details
Copy full SHA for e021ce5
Browse repository at this point
You can’t perform that action at this time.