Skip to content

Commit

Permalink
Change the default LCI tag to fetch to v1.7.6. Change the default `nd…
Browse files Browse the repository at this point in the history
…evices` to 2.
  • Loading branch information
JiakunYan committed Oct 12, 2023
1 parent c5ad8d0 commit 39b1cf2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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";
}
};
Expand Down

0 comments on commit 39b1cf2

Please sign in to comment.