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 }}
nmm0
/
miniMD
Public
forked from
Mantevo/miniMD
Notifications
You must be signed in to change notification settings
Fork
1
Star
0
Code
Pull requests
0
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Commits
Branch selector
master
User selector
All users
All time
Commit history
Commits on Feb 3, 2021
Merge pull request #1 from nmm0/7-restart-correctness
Show description for 8b421ab
nmm0
authored
8b421ab
View commit details
Copy full SHA for 8b421ab
Browse repository at this point
Commits on Dec 15, 2020
integrate: change checkpoint region to entire iteration; checkpoint auxilary data structures
nmm0
committed
416b4dc
View commit details
Copy full SHA for 416b4dc
Browse repository at this point
Commits on Dec 8, 2020
integrate: register aliases for velocity and position
nmm0
committed
e06a9f0
View commit details
Copy full SHA for e06a9f0
Browse repository at this point
Merge branch '6-enable-fail-switch' into 'master'
Show description for 74e8d12
nmm0
committed
74e8d12
View commit details
Copy full SHA for 74e8d12
Browse repository at this point
Commits on Nov 12, 2020
integrate: add kill switch for testing failure
nmm0
committed
d9d0ab5
View commit details
Copy full SHA for d9d0ab5
Browse repository at this point
Merge branch '5-checkpoint-restart-correctness' into 'master'
Show description for 1b8c525
nmm0
committed
1b8c525
View commit details
Copy full SHA for 1b8c525
Browse repository at this point
Commits on Jul 15, 2020
integrate:fix some leftover code artifacts from whole-step checkpoint
nmm0
committed
0df12ce
View commit details
Copy full SHA for 0df12ce
Browse repository at this point
integrate: make initialintegrate and finalintegrate separate checkpoint regions
nmm0
committed
b0a376d
View commit details
Copy full SHA for b0a376d
Browse repository at this point
Commits on Dec 10, 2019
add install rule
nmm0
committed
18b49d4
View commit details
Copy full SHA for 18b49d4
Browse repository at this point
update to use run-time configuration for resilient kokkos
nmm0
committed
beb56f6
View commit details
Copy full SHA for beb56f6
Browse repository at this point
Commits on Sep 4, 2019
auto resilience: make the entire iteration one checkpoint instead of two checkpoints to reduce amount of checkpointed data
nmm0
committed
9a4009c
View commit details
Copy full SHA for 9a4009c
Browse repository at this point
Commits on Sep 3, 2019
cmake: use target_link_libraries instead of target_link_kokkos since it was removed
nmm0
committed
87dabd8
View commit details
Copy full SHA for 87dabd8
Browse repository at this point
Commits on Aug 26, 2019
Merge branch '3-mismatched-resilience-defines' into 'master'
Show description for 2b1ceff
nmm0
committed
2b1ceff
View commit details
Copy full SHA for 2b1ceff
Browse repository at this point
Commits on Aug 14, 2019
resilience: fix KR_ENABLE_VELOC defines and use memory backend
nmm0
committed
3f0e61b
View commit details
Copy full SHA for 3f0e61b
Browse repository at this point
Commits on Aug 6, 2019
Merge branch '2-resilience-api-update' into 'master'
Show description for e9a3c40
nmm0
committed
e9a3c40
View commit details
Copy full SHA for e9a3c40
Browse repository at this point
Commits on Jul 31, 2019
Merge branch 'checkpoint-benchmarkIV' into '2-resilience-api-update'
Show description for 108a340
nmm0
committed
108a340
View commit details
Copy full SHA for 108a340
Browse repository at this point
Update integrate.cpp
jeffmiles63
committed
e236372
View commit details
Copy full SHA for e236372
Browse repository at this point
change kokkos resilience namespace
Jeff Scott Miles
committed
8fd1a0f
View commit details
Copy full SHA for 8fd1a0f
Browse repository at this point
rebase with 2-resilience-api-update
Jeff Scott Miles
committed
ec330c1
View commit details
Copy full SHA for ec330c1
Browse repository at this point
fix includes and namespaces for kokkos resilience
nmm0
committed
d90ba7d
View commit details
Copy full SHA for d90ba7d
Browse repository at this point
cmake: use current list dir so path doesn't need to be included
nmm0
committed
4c5b13e
View commit details
Copy full SHA for 4c5b13e
Browse repository at this point
cmake: clean up CMakeLists.txt a bit
nmm0
committed
3eda782
View commit details
Copy full SHA for 3eda782
Browse repository at this point
Commits on Jul 29, 2019
Fix compile bug with serial_io flag and HDF5 parallel
jeffmiles63
committed
aabaf8c
View commit details
Copy full SHA for aabaf8c
Browse repository at this point
Commits on Jul 24, 2019
Update directory create call for hdf5 serial case.
jeffmiles63
committed
ec351cc
View commit details
Copy full SHA for ec351cc
Browse repository at this point
Commits on Jul 22, 2019
Fix issue with stdfile versus hdf5
Show description for 2fd8c0c
jeffmiles63
committed
2fd8c0c
View commit details
Copy full SHA for 2fd8c0c
Browse repository at this point
Commits on Jul 18, 2019
Merge branch 'checkpoint-benchmarkIII' into 'master'
Show description for 05185b0
jeffmiles63
committed
05185b0
View commit details
Copy full SHA for 05185b0
Browse repository at this point
Add Sample code for Manual checkpointing.
Show description for 4cd5bef
jeffmiles63
committed
4cd5bef
View commit details
Copy full SHA for 4cd5bef
Browse repository at this point
Commits on Jul 9, 2019
remove print lines
Jeff Scott Miles
committed
0a2905a
View commit details
Copy full SHA for 0a2905a
Browse repository at this point
Commits on Jul 8, 2019
Fix compile issue with alternate execution space
Jeff Scott Miles
committed
fa210c1
View commit details
Copy full SHA for fa210c1
Browse repository at this point
Fix cut/paste error in compile features
Jeff Scott Miles
committed
95818ec
View commit details
Copy full SHA for 95818ec
Browse repository at this point
Commits on Jul 2, 2019
Add code changes to support/enable resilient execution
Jeffery Scott Miles
committed
6aeebd5
View commit details
Copy full SHA for 6aeebd5
Browse repository at this point
Commits on Jun 27, 2019
Changes to allow compiling with resilience but not automatic checkpointing -- cuda only
Jeffery Scott Miles
committed
c21f3a5
View commit details
Copy full SHA for c21f3a5
Browse repository at this point
Commits on Jun 19, 2019
Wrap tracing ling with #ifdef KR_ENABLE_TRACING
Jeff Scott Miles
committed
1f84d57
View commit details
Copy full SHA for 1f84d57
Browse repository at this point
Commits on Jun 18, 2019
Merge VeloC with automatic checkpointing with Manual checkpointing.
Show description for 362e1f6
Jeff Scott Miles
committed
362e1f6
View commit details
Copy full SHA for 362e1f6
Browse repository at this point
Commits on Jun 17, 2019
Merge checkpoint-benchmark and checkpoint-benchmarkII
Jeff Scott Miles
committed
9792ffd
View commit details
Copy full SHA for 9792ffd
Browse repository at this point
Previous
Next
You can’t perform that action at this time.