-
Notifications
You must be signed in to change notification settings - Fork 126
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
Add the CURL function to derived variables #4114
Merged
Merged
Changes from all commits
Commits
Show all changes
31 commits
Select commit
Hold shift + click to select a range
759d003
Derived Expressions Curl function with correctness test
lizdulac 20bd7c8
Fixing index bug for internal boundaries
lizdulac a73f535
Curl Correctness Test Cleanup
lizdulac dd153a4
Remove debug statements in Test
lizdulac 1a6c011
Merging Bison3.8 parser into ADIOS (ERRORS - cannot build)
lizdulac 98997ca
CMake Tweaks
eisenhauer 69f54f1
whoops, missed the cmake file.
eisenhauer 3c25ccb
Updated parser merged with adios, updated error message for missing o…
lizdulac f0edbf3
Merge new parser with curl implementation
lizdulac 9cec433
Clean up
lizdulac 9e30fb5
Removed 'var' keyword from grammar and correctness test, and minor ch…
lizdulac 28ba751
merge with master
lizdulac 53f783c
Set Derived_Variable flag to ON (for CI testing)
lizdulac 984d344
Remove unnecessary files
lizdulac f7d3828
Cleanup curl code
lizdulac 3360e38
Merge branch 'master' into curl
lizdulac 73f2dde
Formatting
lizdulac aac2ec2
Formatting
lizdulac 7061011
Restore examples CMakeLists.txt file
lizdulac d6c4a57
Restore cmake compile flags
lizdulac b69f7fb
Unused variable curlV in testing
lizdulac e8b4b8a
Implicit type conversion warnings
lizdulac bd60f50
Formatting
lizdulac 488bfbd
Use float specific math, remove infinity check
lizdulac 5162c52
Merge branch 'master' into curl
lizdulac 0156489
Convert size_t iterator to float math
lizdulac bb5bd58
Default to DerivedVariables OFF
lizdulac b7a44c9
Default to DerivedVariables ON
lizdulac f136d21
Merge branch 'master' into curl
lizdulac 7d820fb
Change the way to check for dimension equality and function rename
anagainaru e9699a3
format
anagainaru 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
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
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
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
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
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.
Just checking whether we are turning ON derived variables for 2.10.
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.
We are not, I am reviewing this today and we turn it off before we merge