Branch: refs/heads/master
  Home:   https://github.com/STEllAR-GROUP/hpx
  Commit: 297cc2e1cd9ef28c64cafbdbfcbea006ec40fa9e
      
https://github.com/STEllAR-GROUP/hpx/commit/297cc2e1cd9ef28c64cafbdbfcbea006ec40fa9e
  Author: Jiakun Yan <[email protected]>
  Date:   2026-01-22 (Thu, 22 Jan 2026)

  Changed paths:
    M docs/sphinx/manual/using_the_lci_parcelport.rst

  Log Message:
  -----------
  improve the lci parcelport document


  Commit: 1b0f1aabf48bc3755e13156698a67b339128c4bc
      
https://github.com/STEllAR-GROUP/hpx/commit/1b0f1aabf48bc3755e13156698a67b339128c4bc
  Author: Jiakun Yan <[email protected]>
  Date:   2026-01-22 (Thu, 22 Jan 2026)

  Changed paths:
    M CMakeLists.txt

  Log Message:
  -----------
  boost LCI version


  Commit: 2693b7ea8339d2e0fb3f0955747f3ee7499f8522
      
https://github.com/STEllAR-GROUP/hpx/commit/2693b7ea8339d2e0fb3f0955747f3ee7499f8522
  Author: Jiakun Yan <[email protected]>
  Date:   2026-01-23 (Fri, 23 Jan 2026)

  Changed paths:
    M .jenkins/lsu/env-clang-16.sh
    M .jenkins/lsu/env-clang-17.sh
    M .jenkins/lsu/env-clang-18.sh
    M .jenkins/lsu/env-clang-19.sh
    M .jenkins/lsu/env-clang-20.sh
    M .jenkins/lsu/env-gcc-13.sh
    M .jenkins/lsu/env-gcc-14.sh
    M .jenkins/lsu/env-gcc-15.sh
    M CMakeLists.txt
    M cmake/HPX_AddTest.cmake
    A cmake/HPX_SetupLCW.cmake
    M cmake/templates/HPXConfig.cmake.in
    M cmake/templates/hpxrun.py.in
    M docs/sphinx/manual.rst
    A docs/sphinx/manual/using_the_lcw_parcelport.rst
    M libs/core/CMakeLists.txt
    M libs/core/lci_base/src/lci_environment.cpp
    A libs/core/lcw_base/CMakeLists.txt
    A libs/core/lcw_base/docs/index.rst
    A libs/core/lcw_base/examples/CMakeLists.txt
    A libs/core/lcw_base/include/hpx/lcw_base/lcw_environment.hpp
    A libs/core/lcw_base/src/lcw_environment.cpp
    A libs/core/lcw_base/tests/CMakeLists.txt
    A libs/core/lcw_base/tests/performance/CMakeLists.txt
    A libs/core/lcw_base/tests/regressions/CMakeLists.txt
    A libs/core/lcw_base/tests/unit/CMakeLists.txt
    M libs/core/mpi_base/src/mpi_environment.cpp
    M libs/core/version/CMakeLists.txt
    M libs/core/version/src/version.cpp
    M libs/full/CMakeLists.txt
    M libs/full/command_line_handling/CMakeLists.txt
    M libs/full/command_line_handling/src/command_line_handling.cpp
    A libs/full/parcelport_lcw/CMakeLists.txt
    A libs/full/parcelport_lcw/docs/index.rst
    A libs/full/parcelport_lcw/examples/CMakeLists.txt
    A libs/full/parcelport_lcw/include/hpx/parcelport_lcw/backlog_queue.hpp
    A 
libs/full/parcelport_lcw/include/hpx/parcelport_lcw/completion_manager/completion_manager_queue.hpp
    A 
libs/full/parcelport_lcw/include/hpx/parcelport_lcw/completion_manager_base.hpp
    A libs/full/parcelport_lcw/include/hpx/parcelport_lcw/config.hpp
    A libs/full/parcelport_lcw/include/hpx/parcelport_lcw/header.hpp
    A libs/full/parcelport_lcw/include/hpx/parcelport_lcw/helper.hpp
    A libs/full/parcelport_lcw/include/hpx/parcelport_lcw/locality.hpp
    A libs/full/parcelport_lcw/include/hpx/parcelport_lcw/parcelport_lcw.hpp
    A libs/full/parcelport_lcw/include/hpx/parcelport_lcw/receiver_base.hpp
    A libs/full/parcelport_lcw/include/hpx/parcelport_lcw/sender_base.hpp
    A 
libs/full/parcelport_lcw/include/hpx/parcelport_lcw/sender_connection_base.hpp
    A 
libs/full/parcelport_lcw/include/hpx/parcelport_lcw/sendrecv/receiver_connection_sendrecv.hpp
    A 
libs/full/parcelport_lcw/include/hpx/parcelport_lcw/sendrecv/receiver_sendrecv.hpp
    A 
libs/full/parcelport_lcw/include/hpx/parcelport_lcw/sendrecv/sender_connection_sendrecv.hpp
    A 
libs/full/parcelport_lcw/include/hpx/parcelport_lcw/sendrecv/sender_sendrecv.hpp
    A libs/full/parcelport_lcw/src/backlog_queue.cpp
    A libs/full/parcelport_lcw/src/config.cpp
    A libs/full/parcelport_lcw/src/locality.cpp
    A libs/full/parcelport_lcw/src/parcelport_lcw.cpp
    A libs/full/parcelport_lcw/src/sender_base.cpp
    A libs/full/parcelport_lcw/src/sender_connection_base.cpp
    A libs/full/parcelport_lcw/src/sendrecv/receiver_connection_sendrecv.cpp
    A libs/full/parcelport_lcw/src/sendrecv/receiver_sendrecv.cpp
    A libs/full/parcelport_lcw/src/sendrecv/sender_connection_sendrecv.cpp
    A libs/full/parcelport_lcw/src/sendrecv/sender_sendrecv.cpp
    A libs/full/parcelport_lcw/tests/CMakeLists.txt
    A libs/full/parcelport_lcw/tests/performance/CMakeLists.txt
    A libs/full/parcelport_lcw/tests/regressions/CMakeLists.txt
    A libs/full/parcelport_lcw/tests/unit/CMakeLists.txt
    M libs/full/runtime_components/tests/unit/components/CMakeLists.txt

  Log Message:
  -----------
  The new LCW parcelpoort

LCW: Lightweight Communication Wrapper. The idea is to provide a thin
wrapper layer mimicing the LCI parcelport's infrastructure.
Right now LCW supports the standard MPI, MPI with extensions, and LCI2 backend.


  Commit: f1ef0dfc81ba1299f75dbe6b5036aa0ecdced3a2
      
https://github.com/STEllAR-GROUP/hpx/commit/f1ef0dfc81ba1299f75dbe6b5036aa0ecdced3a2
  Author: Hartmut Kaiser <[email protected]>
  Date:   2026-01-24 (Sat, 24 Jan 2026)

  Changed paths:
    M .jenkins/lsu/env-clang-16.sh
    M .jenkins/lsu/env-clang-17.sh
    M .jenkins/lsu/env-clang-18.sh
    M .jenkins/lsu/env-clang-19.sh
    M .jenkins/lsu/env-clang-20.sh
    M .jenkins/lsu/env-gcc-13.sh
    M .jenkins/lsu/env-gcc-14.sh
    M .jenkins/lsu/env-gcc-15.sh
    M CMakeLists.txt
    M cmake/HPX_AddTest.cmake
    A cmake/HPX_SetupLCW.cmake
    M cmake/templates/HPXConfig.cmake.in
    M cmake/templates/hpxrun.py.in
    M docs/sphinx/manual.rst
    M docs/sphinx/manual/using_the_lci_parcelport.rst
    A docs/sphinx/manual/using_the_lcw_parcelport.rst
    M libs/core/CMakeLists.txt
    M libs/core/lci_base/src/lci_environment.cpp
    A libs/core/lcw_base/CMakeLists.txt
    A libs/core/lcw_base/docs/index.rst
    A libs/core/lcw_base/examples/CMakeLists.txt
    A libs/core/lcw_base/include/hpx/lcw_base/lcw_environment.hpp
    A libs/core/lcw_base/src/lcw_environment.cpp
    A libs/core/lcw_base/tests/CMakeLists.txt
    A libs/core/lcw_base/tests/performance/CMakeLists.txt
    A libs/core/lcw_base/tests/regressions/CMakeLists.txt
    A libs/core/lcw_base/tests/unit/CMakeLists.txt
    M libs/core/mpi_base/src/mpi_environment.cpp
    M libs/core/version/CMakeLists.txt
    M libs/core/version/src/version.cpp
    M libs/full/CMakeLists.txt
    M libs/full/command_line_handling/CMakeLists.txt
    M libs/full/command_line_handling/src/command_line_handling.cpp
    A libs/full/parcelport_lcw/CMakeLists.txt
    A libs/full/parcelport_lcw/docs/index.rst
    A libs/full/parcelport_lcw/examples/CMakeLists.txt
    A libs/full/parcelport_lcw/include/hpx/parcelport_lcw/backlog_queue.hpp
    A 
libs/full/parcelport_lcw/include/hpx/parcelport_lcw/completion_manager/completion_manager_queue.hpp
    A 
libs/full/parcelport_lcw/include/hpx/parcelport_lcw/completion_manager_base.hpp
    A libs/full/parcelport_lcw/include/hpx/parcelport_lcw/config.hpp
    A libs/full/parcelport_lcw/include/hpx/parcelport_lcw/header.hpp
    A libs/full/parcelport_lcw/include/hpx/parcelport_lcw/helper.hpp
    A libs/full/parcelport_lcw/include/hpx/parcelport_lcw/locality.hpp
    A libs/full/parcelport_lcw/include/hpx/parcelport_lcw/parcelport_lcw.hpp
    A libs/full/parcelport_lcw/include/hpx/parcelport_lcw/receiver_base.hpp
    A libs/full/parcelport_lcw/include/hpx/parcelport_lcw/sender_base.hpp
    A 
libs/full/parcelport_lcw/include/hpx/parcelport_lcw/sender_connection_base.hpp
    A 
libs/full/parcelport_lcw/include/hpx/parcelport_lcw/sendrecv/receiver_connection_sendrecv.hpp
    A 
libs/full/parcelport_lcw/include/hpx/parcelport_lcw/sendrecv/receiver_sendrecv.hpp
    A 
libs/full/parcelport_lcw/include/hpx/parcelport_lcw/sendrecv/sender_connection_sendrecv.hpp
    A 
libs/full/parcelport_lcw/include/hpx/parcelport_lcw/sendrecv/sender_sendrecv.hpp
    A libs/full/parcelport_lcw/src/backlog_queue.cpp
    A libs/full/parcelport_lcw/src/config.cpp
    A libs/full/parcelport_lcw/src/locality.cpp
    A libs/full/parcelport_lcw/src/parcelport_lcw.cpp
    A libs/full/parcelport_lcw/src/sender_base.cpp
    A libs/full/parcelport_lcw/src/sender_connection_base.cpp
    A libs/full/parcelport_lcw/src/sendrecv/receiver_connection_sendrecv.cpp
    A libs/full/parcelport_lcw/src/sendrecv/receiver_sendrecv.cpp
    A libs/full/parcelport_lcw/src/sendrecv/sender_connection_sendrecv.cpp
    A libs/full/parcelport_lcw/src/sendrecv/sender_sendrecv.cpp
    A libs/full/parcelport_lcw/tests/CMakeLists.txt
    A libs/full/parcelport_lcw/tests/performance/CMakeLists.txt
    A libs/full/parcelport_lcw/tests/regressions/CMakeLists.txt
    A libs/full/parcelport_lcw/tests/unit/CMakeLists.txt
    M libs/full/runtime_components/tests/unit/components/CMakeLists.txt

  Log Message:
  -----------
  Merge pull request #6815 from uiuc-hpc/lcw-pp-v2

The new LCW (or MPIx) parcelport


Compare: 
https://github.com/STEllAR-GROUP/hpx/compare/3012d69f50b7...f1ef0dfc81ba

To unsubscribe from these emails, change your notification settings at 
https://github.com/STEllAR-GROUP/hpx/settings/notifications
_______________________________________________
hpx-commits mailing list
[email protected]
https://mail.cct.lsu.edu/mailman/listinfo/hpx-commits

Reply via email to