Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Current kokkos submodule reference is not a tree #228

Open
ambrad opened this issue Jun 25, 2022 · 1 comment
Open

Current kokkos submodule reference is not a tree #228

ambrad opened this issue Jun 25, 2022 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@ambrad
Copy link
Member

ambrad commented Jun 25, 2022

The version of EKAT that SCREAM uses has a Kokkos submodule reference that is not a tree.

Github message: "This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository."

git CLI message:

fatal: reference is not a tree: b52f8c835f4df003954dad66d9761094f8baa66c
Unable to checkout 'b52f8c835f4df003954dad66d9761094f8baa66c' in submodule path 'externals/ekat/extern/kokkos'
Failed to recurse into submodule path 'externals/ekat'
@ambrad ambrad added the bug Something isn't working label Jun 25, 2022
@bartgol bartgol self-assigned this Jun 27, 2022
@bartgol
Copy link
Contributor

bartgol commented Jun 27, 2022

Uhm, I did a fresh clone of ekat, checked out the sha used by SCREAM, and updated submodules, without an error. It is true that there is no branch associated to that commit, but there is a tag:

[kokkos ((HEAD detached at b52f8c835))]$ git log -1
commit b52f8c835f4df003954dad66d9761094f8baa66c (HEAD, tag: 3.6.00)

so git submodule update --recursive should be able to check out that commit, no?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants