Branch: refs/heads/master
  Home:   https://github.com/STEllAR-GROUP/hpx
  Commit: b547444a72cf70dbb74820bd1993d9e6f93c465d
      
https://github.com/STEllAR-GROUP/hpx/commit/b547444a72cf70dbb74820bd1993d9e6f93c465d
  Author: Jiakun Yan <[email protected]>
  Date:   2025-10-29 (Wed, 29 Oct 2025)

  Changed paths:
    M .gitignore
    M .jenkins/lsu-test-coverage/batch.sh
    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_SetupLCI.cmake
    M libs/core/lci_base/CMakeLists.txt
    R libs/core/lci_base/include/hpx/lci_base/lci.hpp
    M libs/core/lci_base/include/hpx/lci_base/lci_environment.hpp
    M libs/core/lci_base/src/lci_environment.cpp
    M libs/core/version/src/version.cpp
    M libs/full/parcelport_lci/CMakeLists.txt
    R libs/full/parcelport_lci/include/hpx/parcelport_lci/backlog_queue.hpp
    M 
libs/full/parcelport_lci/include/hpx/parcelport_lci/completion_manager/completion_manager_queue.hpp
    M 
libs/full/parcelport_lci/include/hpx/parcelport_lci/completion_manager/completion_manager_sync.hpp
    M 
libs/full/parcelport_lci/include/hpx/parcelport_lci/completion_manager/completion_manager_sync_single.hpp
    M 
libs/full/parcelport_lci/include/hpx/parcelport_lci/completion_manager/completion_manager_sync_single_nolock.hpp
    M 
libs/full/parcelport_lci/include/hpx/parcelport_lci/completion_manager_base.hpp
    M libs/full/parcelport_lci/include/hpx/parcelport_lci/config.hpp
    M libs/full/parcelport_lci/include/hpx/parcelport_lci/header.hpp
    M libs/full/parcelport_lci/include/hpx/parcelport_lci/parcelport_lci.hpp
    R 
libs/full/parcelport_lci/include/hpx/parcelport_lci/putva/receiver_putva.hpp
    R 
libs/full/parcelport_lci/include/hpx/parcelport_lci/putva/sender_connection_putva.hpp
    R libs/full/parcelport_lci/include/hpx/parcelport_lci/putva/sender_putva.hpp
    M libs/full/parcelport_lci/include/hpx/parcelport_lci/receiver_base.hpp
    M 
libs/full/parcelport_lci/include/hpx/parcelport_lci/sender_connection_base.hpp
    M 
libs/full/parcelport_lci/include/hpx/parcelport_lci/sendrecv/receiver_connection_sendrecv.hpp
    M 
libs/full/parcelport_lci/include/hpx/parcelport_lci/sendrecv/receiver_sendrecv.hpp
    M 
libs/full/parcelport_lci/include/hpx/parcelport_lci/sendrecv/sender_connection_sendrecv.hpp
    M 
libs/full/parcelport_lci/include/hpx/parcelport_lci/sendrecv/sender_sendrecv.hpp
    R libs/full/parcelport_lci/src/backlog_queue.cpp
    M 
libs/full/parcelport_lci/src/completion_manager/completion_manager_queue.cpp
    M 
libs/full/parcelport_lci/src/completion_manager/completion_manager_sync.cpp
    M 
libs/full/parcelport_lci/src/completion_manager/completion_manager_sync_single.cpp
    M 
libs/full/parcelport_lci/src/completion_manager/completion_manager_sync_single_nolock.cpp
    M libs/full/parcelport_lci/src/config.cpp
    M libs/full/parcelport_lci/src/parcelport_lci.cpp
    R libs/full/parcelport_lci/src/putva/sender_connection_putva.cpp
    R libs/full/parcelport_lci/src/putva/sender_putva.cpp
    M libs/full/parcelport_lci/src/sender_base.cpp
    M libs/full/parcelport_lci/src/sender_connection_base.cpp
    M libs/full/parcelport_lci/src/sendrecv/receiver_connection_sendrecv.cpp
    M libs/full/parcelport_lci/src/sendrecv/receiver_sendrecv.cpp
    M libs/full/parcelport_lci/src/sendrecv/sender_connection_sendrecv.cpp

  Log Message:
  -----------
  Update the LCI parcelport to LCI v2

Signed-off-by: Jiakun Yan <[email protected]>


  Commit: 61e17f51d70942065c7a5b67a60c5be050f20438
      
https://github.com/STEllAR-GROUP/hpx/commit/61e17f51d70942065c7a5b67a60c5be050f20438
  Author: Hartmut Kaiser <[email protected]>
  Date:   2025-11-11 (Tue, 11 Nov 2025)

  Changed paths:
    M .gitignore
    M .jenkins/lsu-test-coverage/batch.sh
    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_SetupLCI.cmake
    M libs/core/lci_base/CMakeLists.txt
    R libs/core/lci_base/include/hpx/lci_base/lci.hpp
    M libs/core/lci_base/include/hpx/lci_base/lci_environment.hpp
    M libs/core/lci_base/src/lci_environment.cpp
    M libs/core/version/src/version.cpp
    M libs/full/parcelport_lci/CMakeLists.txt
    R libs/full/parcelport_lci/include/hpx/parcelport_lci/backlog_queue.hpp
    M 
libs/full/parcelport_lci/include/hpx/parcelport_lci/completion_manager/completion_manager_queue.hpp
    M 
libs/full/parcelport_lci/include/hpx/parcelport_lci/completion_manager/completion_manager_sync.hpp
    M 
libs/full/parcelport_lci/include/hpx/parcelport_lci/completion_manager/completion_manager_sync_single.hpp
    M 
libs/full/parcelport_lci/include/hpx/parcelport_lci/completion_manager/completion_manager_sync_single_nolock.hpp
    M 
libs/full/parcelport_lci/include/hpx/parcelport_lci/completion_manager_base.hpp
    M libs/full/parcelport_lci/include/hpx/parcelport_lci/config.hpp
    M libs/full/parcelport_lci/include/hpx/parcelport_lci/header.hpp
    M libs/full/parcelport_lci/include/hpx/parcelport_lci/parcelport_lci.hpp
    R 
libs/full/parcelport_lci/include/hpx/parcelport_lci/putva/receiver_putva.hpp
    R 
libs/full/parcelport_lci/include/hpx/parcelport_lci/putva/sender_connection_putva.hpp
    R libs/full/parcelport_lci/include/hpx/parcelport_lci/putva/sender_putva.hpp
    M libs/full/parcelport_lci/include/hpx/parcelport_lci/receiver_base.hpp
    M 
libs/full/parcelport_lci/include/hpx/parcelport_lci/sender_connection_base.hpp
    M 
libs/full/parcelport_lci/include/hpx/parcelport_lci/sendrecv/receiver_connection_sendrecv.hpp
    M 
libs/full/parcelport_lci/include/hpx/parcelport_lci/sendrecv/receiver_sendrecv.hpp
    M 
libs/full/parcelport_lci/include/hpx/parcelport_lci/sendrecv/sender_connection_sendrecv.hpp
    M 
libs/full/parcelport_lci/include/hpx/parcelport_lci/sendrecv/sender_sendrecv.hpp
    R libs/full/parcelport_lci/src/backlog_queue.cpp
    M 
libs/full/parcelport_lci/src/completion_manager/completion_manager_queue.cpp
    M 
libs/full/parcelport_lci/src/completion_manager/completion_manager_sync.cpp
    M 
libs/full/parcelport_lci/src/completion_manager/completion_manager_sync_single.cpp
    M 
libs/full/parcelport_lci/src/completion_manager/completion_manager_sync_single_nolock.cpp
    M libs/full/parcelport_lci/src/config.cpp
    M libs/full/parcelport_lci/src/parcelport_lci.cpp
    R libs/full/parcelport_lci/src/putva/sender_connection_putva.cpp
    R libs/full/parcelport_lci/src/putva/sender_putva.cpp
    M libs/full/parcelport_lci/src/sender_base.cpp
    M libs/full/parcelport_lci/src/sender_connection_base.cpp
    M libs/full/parcelport_lci/src/sendrecv/receiver_connection_sendrecv.cpp
    M libs/full/parcelport_lci/src/sendrecv/receiver_sendrecv.cpp
    M libs/full/parcelport_lci/src/sendrecv/sender_connection_sendrecv.cpp

  Log Message:
  -----------
  Merge pull request #6787 from uiuc-hpc/lci-pp

Update the LCI parcelport to LCI v2


Compare: 
https://github.com/STEllAR-GROUP/hpx/compare/bfb7c6634d2b...61e17f51d709

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