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

Support for data-parallelism for adjacent find #5741

Merged
merged 32 commits into from Jan 21, 2022
Merged

Support for data-parallelism for adjacent find #5741

merged 32 commits into from Jan 21, 2022

Commits on Jan 18, 2022

  1. Moving compression plugins to components directory

    - flyby: removing obsolete #include files
    hkaiser committed Jan 18, 2022
    Copy the full SHA
    e4951d2 View commit details
    Browse the repository at this point in the history

Commits on Jan 20, 2022

  1. Add CPO to adjacent find

    srinivasyadav18 authored and hkaiser committed Jan 20, 2022
    Copy the full SHA
    e9249f1 View commit details
    Browse the repository at this point in the history
  2. Adapt datapar adjacent find

    srinivasyadav18 authored and hkaiser committed Jan 20, 2022
    Copy the full SHA
    d365931 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    99a0bbf View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    8d01344 View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    f2b8286 View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    c9a3bca View commit details
    Browse the repository at this point in the history
  7. Copy the full SHA
    974693d View commit details
    Browse the repository at this point in the history
  8. Minor fixes

    Replace std::distance with parallel::detail::distance
    Replace include/datapar.hpp with parallel/datapar.hpp
    srinivasyadav18 authored and hkaiser committed Jan 20, 2022
    Copy the full SHA
    59e4016 View commit details
    Browse the repository at this point in the history
  9. Do not forward pred_projected

    srinivasyadav18 authored and hkaiser committed Jan 20, 2022
    Copy the full SHA
    6f89289 View commit details
    Browse the repository at this point in the history
  10. Remove obsolete files related to cpuid, etc.

    # Conflicts:
    #	libs/core/hardware/include/hpx/hardware/cpuid/msvc.hpp
    hkaiser committed Jan 20, 2022
    Copy the full SHA
    44570a4 View commit details
    Browse the repository at this point in the history
  11. Apply clang-format

    srinivasyadav18 authored and hkaiser committed Jan 20, 2022
    Copy the full SHA
    76a55ec View commit details
    Browse the repository at this point in the history
  12. Fixing spell-checking errors

    hkaiser committed Jan 20, 2022
    Copy the full SHA
    899f67b View commit details
    Browse the repository at this point in the history
  13. Copy the full SHA
    2ddb9aa View commit details
    Browse the repository at this point in the history
  14. Add copyright

    diehlpk committed Jan 20, 2022
    Copy the full SHA
    6620025 View commit details
    Browse the repository at this point in the history
  15. Copy the full SHA
    743cddb View commit details
    Browse the repository at this point in the history
  16. Merge #5727

    5727: Moving compression plugins to components directory r=hkaiser a=hkaiser
    
    - flyby: removing obsolete #include files
    
    
    Co-authored-by: Hartmut Kaiser <hartmut.kaiser@gmail.com>
    StellarBot and hkaiser committed Jan 20, 2022
    Copy the full SHA
    7858b39 View commit details
    Browse the repository at this point in the history
  17. Merge #5743

    5743: Add check for MPICH and set the correct env to suport multi-threaded r=hkaiser a=diehlpk
    
    ## Proposed Changes
    
      - If MPICH is used we set `export MPICH_MAX_THREAD_SAFETY=multiple` to activate multithreaded MPI.
    
    ## Any background context you want to provide?
    
    This might solve some hanging, we experienced with MPI recently.
    
    Note, this has to happen before `MPI_Init` is being called.
    
    Co-authored-by: Patrick <patrickdiehl@lsu.edu>
    StellarBot and diehlpk committed Jan 20, 2022
    Copy the full SHA
    55baa07 View commit details
    Browse the repository at this point in the history
  18. Merge pull request #5742 from STEllAR-GROUP/remove_cpuid

    Remove obsolete files related to cpuid, etc.
    hkaiser committed Jan 20, 2022
    Copy the full SHA
    4296a7b View commit details
    Browse the repository at this point in the history
  19. Merge pull request #5738 from STEllAR-GROUP/spell_check

    Fixing spell-checking errors
    hkaiser committed Jan 20, 2022
    Copy the full SHA
    ed720a9 View commit details
    Browse the repository at this point in the history

Commits on Jan 21, 2022

  1. Copy the full SHA
    dd2dd9d View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    0e81f4e View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    79b6102 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    6d8f78c View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    5f4bca1 View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    ee55428 View commit details
    Browse the repository at this point in the history
  7. Copy the full SHA
    48fb664 View commit details
    Browse the repository at this point in the history
  8. Minor fixes

    Replace std::distance with parallel::detail::distance
    Replace include/datapar.hpp with parallel/datapar.hpp
    srinivasyadav18 committed Jan 21, 2022
    Copy the full SHA
    239b726 View commit details
    Browse the repository at this point in the history
  9. Copy the full SHA
    47c6f24 View commit details
    Browse the repository at this point in the history
  10. Apply clang-format

    srinivasyadav18 committed Jan 21, 2022
    Copy the full SHA
    863328b View commit details
    Browse the repository at this point in the history
  11. Copy the full SHA
    54d9bf7 View commit details
    Browse the repository at this point in the history
  12. Copy the full SHA
    d8746e2 View commit details
    Browse the repository at this point in the history