From 39b1cf2d6ba99ba6086ccf62b5049ff515678699 Mon Sep 17 00:00:00 2001 From: Jiakun Yan Date: Thu, 12 Oct 2023 12:11:26 -0500 Subject: [PATCH] Change the default LCI tag to fetch to v1.7.6. Change the default `ndevices` to 2. --- CMakeLists.txt | 2 +- .../include/hpx/parcelport_lci/parcelport_lci.hpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 1020a71ad780..1bb193255a7d 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1147,7 +1147,7 @@ if(HPX_WITH_NETWORKING) ADVANCED ) hpx_option( - HPX_WITH_LCI_TAG STRING "LCI repository tag or branch" "v1.7.5" + HPX_WITH_LCI_TAG STRING "LCI repository tag or branch" "v1.7.6" CATEGORY "Build Targets" ADVANCED ) diff --git a/libs/full/parcelport_lci/include/hpx/parcelport_lci/parcelport_lci.hpp b/libs/full/parcelport_lci/include/hpx/parcelport_lci/parcelport_lci.hpp index 737af1b966e9..65e1c8ae9510 100644 --- a/libs/full/parcelport_lci/include/hpx/parcelport_lci/parcelport_lci.hpp +++ b/libs/full/parcelport_lci/include/hpx/parcelport_lci/parcelport_lci.hpp @@ -265,7 +265,7 @@ namespace hpx::traits { "progress_type = rp\n" "prepost_recv_num = 1\n" "reg_mem = 1\n" - "ndevices = 1\n" + "ndevices = 2\n" "ncomps = 1\n"; } };