-
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
Backports from master #4128
Merged
vicentebolea
merged 70 commits into
ornladios:release_210
from
vicentebolea:backports-from-master
Apr 3, 2024
Merged
Backports from master #4128
vicentebolea
merged 70 commits into
ornladios:release_210
from
vicentebolea:backports-from-master
Apr 3, 2024
Conversation
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
…nfo is complete when listing campaign archives
it turns out strings written out through h5py are all variable strings
…ple to it. - What's new for 2.10 - Usage on DOE machines
* Fortran bindings to set a memory space * wip * format
Raise an exception if remote open fails
…return scalars (0-dim ndarray) for single value attributes.
…always in streaming), read returns a 0-dim numpy array (single value). If the variable has multiple steps (only in ReadRandomAccess mode), read returns a 1-dim numpy array even if the step selection is a single step. This way, read of a certain variable always results in the same type of array no matter the number of steps selected. - Python: fix for string attributes: return a string, not a list of one element which is a string, to be consistent with string global values and with other APIs.
…paignReader engine, decision is made based on whether MinBlocksInfo is supported by engine.
… campaign data reader relied on calculating the index as if it was sorted by the insertion order. Use a map instead to store the rowid and use that as index for the bpfile elements.
- remove debug prints - add doc on Campaign Management in Advanced section - change static struct of UserOptions to class member of ADIOS class to make it work with gcc 4.8
…ning multiple applications in the same directory at the same time. Fixes issues with CI that runs ctest in parallel
* DataPlane Configuration changes * Change name to include HAVE rather than BUILD
…tead of a campaign recording
* Derived Expressions Curl function with correctness test * Fixing index bug for internal boundaries * Curl Correctness Test Cleanup * Remove debug statements in Test * Merging Bison3.8 parser into ADIOS (ERRORS - cannot build) * CMake Tweaks * whoops, missed the cmake file. * Updated parser merged with adios, updated error message for missing operation, missing curl implementation * Clean up * Removed 'var' keyword from grammar and correctness test, and minor changes: ensured only one expression in grammar, turned off scanner debugging, resolved shift/reduce conflicts, ASTNode prettyprint can be called without operand. * Set Derived_Variable flag to ON (for CI testing) * Remove unnecessary files * Cleanup curl code * Formatting * Formatting * Restore examples CMakeLists.txt file * Restore cmake compile flags * Unused variable curlV in testing * Implicit type conversion warnings * Formatting * Use float specific math, remove infinity check * Convert size_t iterator to float math * Default to DerivedVariables OFF * Default to DerivedVariables ON * Change the way to check for dimension equality and function rename * format --------- Co-authored-by: lizdulac <[email protected]> Co-authored-by: Greg Eisenhauer <[email protected]> Co-authored-by: anagainaru <[email protected]>
anagainaru
approved these changes
Apr 3, 2024
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.
Looks good to me
eisenhauer
approved these changes
Apr 3, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Last round of backports from master.