Skip to content

Commit 3aefd53

Browse files
committed
TEST BRANCH ONLY -- do not merge: point CI at the KEnRef DD-guard branch
Temporarily repoints KENREF_VERSION from the v2.0.0 tag to the worktree-kenref-dd-guard branch, so the fork CI builds the KEnRef commit that adds the domain-decomposition guard to KEnRefBias. Purpose: the local verification build came up with MPI off, so it could not exercise comm.Get_size() > 1. The fork CI has real -mpi- and -debug-mpi- variants, which is what this branch is for. Revert before any merge.
1 parent e90a785 commit 3aefd53

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.ci/install.kenref

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ set -x
99
# to be on a branch today, and a pinned tag also lets the install directory be cached.
1010
# KENREF_VERSION and KENREF_URL are parsed out of this file by the workflow (to resolve the ref to a
1111
# commit for the cache key), so keep them as plain, unquoted assignments at the start of a line.
12-
KENREF_VERSION=v2.0.0
12+
KENREF_VERSION=worktree-kenref-dd-guard
1313
KENREF_URL=https://github.com/Smith-Group/KEnRef.git
1414
KENREF_INSTALL_DIR="$HOME/opt/kenref"
1515

0 commit comments

Comments
 (0)