Skip to content
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

Conversation

vicentebolea
Copy link
Collaborator

Last round of backports from master.

rupertnash and others added 30 commits April 3, 2024 16:13
…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.
)

* Update the GPU-backend code for the 2.10 release changes on the write side
* Documentation for the new Shape calls for different memory spaces
…paignReader engine, decision is made based on whether MinBlocksInfo is supported by engine.
pnorbert and others added 18 commits April 3, 2024 16:13
… 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
* 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 <lizadulac@gmail.com>
Co-authored-by: Greg Eisenhauer <eisen@cc.gatech.edu>
Co-authored-by: anagainaru <ana.gainaru@gmail.com>
@vicentebolea vicentebolea self-assigned this Apr 3, 2024
@vicentebolea vicentebolea changed the base branch from master to release_210 April 3, 2024 20:14
Copy link
Contributor

@anagainaru anagainaru left a 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

@vicentebolea vicentebolea merged commit 1b41921 into ornladios:release_210 Apr 3, 2024
39 checks passed
@vicentebolea vicentebolea deleted the backports-from-master branch April 3, 2024 21:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

9 participants