-
Notifications
You must be signed in to change notification settings - Fork 17
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
Exawind (CPU) build failure on Perlmutter #570
Comments
I think I've pinpointed this failed patch to this commit in Kokkos core: As shown in the Spack error log above, Trilinos 13.0.1 is affected, but I'm honestly unsure which Kokkos version is embedded in that particular Trilinos release. Summoning @tasmith4 who adjusted this particular patch to apply only to Trilinos <= 13.3.0. Perhaps it needs to be adjusted again... Also, since this patch pertains to the CUDA support part of Kokkos, perhaps the patch is unnecessary for |
@wyphan I'm actually not on the project anymore, so I don't have the latest info on exactly how that patch should apply. @psakievich can you take a look? |
@tasmith4 Ah, sorry about that. Please feel free to hit unsubscribe from notifications for this issue. |
I am curious as to why spack-manager/configs/base/packages.yaml Line 38 in 831b2b6
and
This is also in direct conflict with the spack-manager/configs/perlmutter/packages.yaml Lines 31 to 33 in 831b2b6
@ajpowelsnl and @wyphan will you investigate this further? Seems like something is off in the way you're configuring this case. I would expect it to not even concretize. |
@psakievich I think |
Is the container using spack-manager? If not then all bets are off on getting this to work currently. @jrood-nrel and I have it on our todo list to upstream our repo changes to mainline spack in the coming weeks, but I currently don't have high hopes for a non-spack-manager build. |
Hi @psakievich - @wyphan and I will work through these questions when we have access to the machine again, and provide definitive answers. And yes, the container uses spack-manager. |
@psakievich I think I've pinpointed the issue to the old Spack version that is currently pinned to the
This part no longer exists in Spack develop since commit spack/spack@b85a66f. |
Summary
exawind
build (for the purpose of container engineering) in a spack-manager projectamr-wind
PR did not correctexawind
build failureskokkos_zero_length_team.patch
) did not interact properly with recent "multiphase" additions for CPU-only buildsError
Environment
Reproducer
The text was updated successfully, but these errors were encountered: