-
Notifications
You must be signed in to change notification settings - Fork 27
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
Feature/sina/hdf5 output support #1480
Open
doutriaux1
wants to merge
43
commits into
develop
Choose a base branch
from
feature/sina/hdf5_output_support
base: develop
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
43 commits
Select commit
Hold shift + click to select a range
3f09c5e
created a clean new branch from Gabriel's work to push to github repo
doutriaux1 e0cd5bf
Comments Implemented
gwaegner d2f38ac
More Comments
gwaegner 6c32398
Fix?
gwaegner 31242a6
Fix??
gwaegner aa9073d
Final Fix
gwaegner b553c44
Axom Changes
gwaegner c5c0cb4
Brian's Changes, Wait to hear back on createFromNode
gwaegner 8dd8a84
Merge branch 'develop' into sina_hdf5_implementation
doutriaux1 8e6afc1
Create From Node Changes
gwaegner 247591f
Forgot to delete some leftover comments
gwaegner 703dbd1
Small fix
gwaegner e1d7631
Merge remote-tracking branch 'llnl/develop' into sina_hdf5_implementa…
doutriaux1 0df65b3
merged github's develop in
doutriaux1 e118d24
Pipeline Fix
gwaegner 0f5851e
Clang Format
gwaegner 1168000
More ClangFormat
gwaegner 429d9ce
bringing sumbodule back to develop version
doutriaux1 b71b05d
New Changes + Guarding
gwaegner 0b689db
Merge remote-tracking branch 'llnl/feature/sina/hdf5_output_support' …
doutriaux1 ccfa513
bringing in submodule updates
doutriaux1 c05979d
Build Fix
gwaegner 7c5d7cc
Documentation Update
gwaegner d036b67
Merge branch 'develop' into feature/sina/hdf5_output_support
doutriaux1 79f3729
Fixes submodule pointers
kennyweiss f92080d
Merge branch 'develop' into feature/sina/hdf5_output_support
kennyweiss 4310ee1
Fixes includes in sina
kennyweiss 0fd3a35
Guards usage of sina::Protocol::HDF5
kennyweiss 1145c29
Guarding and Fortran tests
gwaegner 4043d3e
Merge branch 'develop' into feature/sina/hdf5_output_support
doutriaux1 3ccfbb3
submodule fix?
doutriaux1 9429b60
more submodule fix
doutriaux1 45ee75b
Fix Fortran Test
gwaegner 0f016bb
CMakeLists Fix
gwaegner 4a2cf7e
Minor Fix
gwaegner 2499896
Another minor change
gwaegner 209ee7d
Maybe this change?
gwaegner 35bf45b
Syntax fixes
gwaegner 64e5026
Test Update
gwaegner a0341da
Syntax Fix
gwaegner baf2492
Test Pipeline for Not HDF5
gwaegner 3e03355
Reset
gwaegner 8370a21
New Changes
gwaegner File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
As an aside, exposing the enum values will be a lot cleaner w/
shroud
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@kennyweiss yes at some point we should convert to shroud as a separate PR. But it's kind of "if it's ain't broken why fix it?" at the moment 😉