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

Added support to query local arrays #3824

Closed
wants to merge 45 commits into from
Closed

Commits on Sep 23, 2023

  1. 1) removed unused code sections

    2) added support for Local Arrays
    3) added test for local arrays in python
    4) result can be returned as vector of start/count (global array only),  or vector of block ids
    guj committed Sep 23, 2023
    Configuration menu
    Copy the full SHA
    f332881 View commit details
    Browse the repository at this point in the history
  2. clang-format v16

    guj committed Sep 23, 2023
    Configuration menu
    Copy the full SHA
    1e96b21 View commit details
    Browse the repository at this point in the history
  3. older clang-format

    guj committed Sep 23, 2023
    Configuration menu
    Copy the full SHA
    7066902 View commit details
    Browse the repository at this point in the history
  4. removed extra ;

    guj committed Sep 23, 2023
    Configuration menu
    Copy the full SHA
    79528bd View commit details
    Browse the repository at this point in the history

Commits on Sep 24, 2023

  1. Configuration menu
    Copy the full SHA
    2149fe7 View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2023

  1. Configuration menu
    Copy the full SHA
    2884f71 View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2023

  1. Configuration menu
    Copy the full SHA
    51f7b6f View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2023

  1. Configuration menu
    Copy the full SHA
    5bde490 View commit details
    Browse the repository at this point in the history
  2. Merge pull request ornladios#3823 from eisenhauer/SstMemSel

    Add Memory Selection to SST, and prototype a mechanism for running st…
    eisenhauer authored Sep 27, 2023
    Configuration menu
    Copy the full SHA
    c503940 View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2023

  1. Configuration menu
    Copy the full SHA
    700839d View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2023

  1. Tweak Remote class and test multi-threaded file remote access (ornlad…

    …ios#3834)
    
    * Tweak Remote class and test multi-threaded file remote access
    
    * rework
    
    * Bad clang-format
    
    * New formulation
    eisenhauer authored Oct 14, 2023
    Configuration menu
    Copy the full SHA
    107164d View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2023

  1. Configuration menu
    Copy the full SHA
    ac07185 View commit details
    Browse the repository at this point in the history
  2. Update test.cpp

    guj authored Oct 17, 2023
    Configuration menu
    Copy the full SHA
    8707f2b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d0fcf10 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    975e8de View commit details
    Browse the repository at this point in the history
  5. Improve existing examples

    1) Make all examples individually compilable
    2) Make examples' executable names be consistent
    3) Move certain examples in the right folders
    4) Rename certain examples for clarity
    5) Make all examples installable
    6) Fix Python formatting using black
    7) Add licence documentation wherever it's missing
    spyridon97 authored and vicentebolea committed Oct 17, 2023
    Configuration menu
    Copy the full SHA
    897ca42 View commit details
    Browse the repository at this point in the history
  6. Add examples from ADIOS2-Examples

    1) Make all examples individually compilable
    2) Make examples' executable names be consistent
    3) Rename certain examples for clarity
    4) Make all examples installable
    5) Fix Python formatting using black
    6) Add licence documentation wherever it's missing
    spyridon97 authored and vicentebolea committed Oct 17, 2023
    Configuration menu
    Copy the full SHA
    3bdc1aa View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    fdee65d View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    b881acc View commit details
    Browse the repository at this point in the history
  9. Disable BUILD_TESTING and ADIOS2_BUILD_EXAMPLES by default

    The CI still enables both.
    spyridon97 authored and vicentebolea committed Oct 17, 2023
    Configuration menu
    Copy the full SHA
    bf63c65 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    2425033 View commit details
    Browse the repository at this point in the history
  11. ci: enable tau check

    vicentebolea committed Oct 17, 2023
    Configuration menu
    Copy the full SHA
    326bb54 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    2324daf View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2023

  1. Fix destdir install test (ornladios#3850)

    * Fix usage of DESTDIR for absolute paths
    
    * Update cmake/install/post/generate-adios2-config.sh.in
    
    ---------
    
    Co-authored-by: Tilman Dannert <dannert@rzg.mpg.de>
    vicentebolea and Tilman Dannert authored Oct 18, 2023
    Configuration menu
    Copy the full SHA
    861ccb7 View commit details
    Browse the repository at this point in the history
  2. Merge pull request ornladios#3820 from spyridon97/organize-and-add-ex…

    …amples
    
    Organize and add examples
    spyridon97 authored Oct 18, 2023
    Configuration menu
    Copy the full SHA
    a43d013 View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2023

  1. Blosc2 USE ON: Fix Module Fallback (ornladios#3774)

    Avoid that for older C-Blosc2 releases, the search logic errors
    out after the config module was not found.
    ax3l authored Oct 19, 2023
    Configuration menu
    Copy the full SHA
    6f33d87 View commit details
    Browse the repository at this point in the history

Commits on Oct 20, 2023

  1. BP5Serializer: handle local variables that use operators (ornladios#3859

    )
    
    Co-authored-by: Greg Eisenhauer <eisen@cc.gatech.edu>
    caitlinross and eisenhauer authored Oct 20, 2023
    Configuration menu
    Copy the full SHA
    2f581ec View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3662939 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e13cc18 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e98f442 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5315ead View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    2d4af78 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    2426600 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    347d356 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    afdef44 View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2023

  1. Configuration menu
    Copy the full SHA
    432c6ab View commit details
    Browse the repository at this point in the history
  2. Fix hip example compilation error (ornladios#3865)

    * Fix hip example compilation error
    
    * Update examples/hello/bpWriteReadHip/CMakeLists.txt
    
    ---------
    
    Co-authored-by: Vicente Bolea <vicente.bolea@gmail.com>
    spyridon97 and vicentebolea authored Oct 21, 2023
    Configuration menu
    Copy the full SHA
    e53a1bf View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2023

  1. Configuration menu
    Copy the full SHA
    de0ad6e View commit details
    Browse the repository at this point in the history
  2. 1) removed unused code sections

    2) added support for Local Arrays
    3) added test for local arrays in python
    4) result can be returned as vector of start/count (global array only),  or vector of block ids
    guj committed Oct 23, 2023
    Configuration menu
    Copy the full SHA
    7322c8d View commit details
    Browse the repository at this point in the history
  3. clang-format v16

    guj committed Oct 23, 2023
    Configuration menu
    Copy the full SHA
    7402c20 View commit details
    Browse the repository at this point in the history
  4. older clang-format

    guj committed Oct 23, 2023
    Configuration menu
    Copy the full SHA
    04a3dbc View commit details
    Browse the repository at this point in the history
  5. removed extra ;

    guj committed Oct 23, 2023
    Configuration menu
    Copy the full SHA
    75c34a1 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    7c21614 View commit details
    Browse the repository at this point in the history
  7. touched

    guj committed Oct 23, 2023
    Configuration menu
    Copy the full SHA
    a5866d2 View commit details
    Browse the repository at this point in the history
  8. Merge branch 'queryLocalArray' of https://github.com/guj/ADIOS2 into …

    …queryLocalArray
    
    * 'queryLocalArray' of https://github.com/guj/ADIOS2:
      Update test.cpp
      modified test. it failed  because I consolidate block when all subblocks are touched
      removed extra ;
      older clang-format
      clang-format v16
      1) removed unused code sections 2) added support for Local Arrays 3) added test for local arrays in python 4) result can be returned as vector of start/count (global array only),  or vector of block ids
    guj committed Oct 23, 2023
    Configuration menu
    Copy the full SHA
    a88271b View commit details
    Browse the repository at this point in the history