-
Notifications
You must be signed in to change notification settings - Fork 572
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
Failed build with trilinos-release-12-6 #135
Comments
Hi Jim! I am not able to access Github for the next two days, due to travel. Sorry about that! I could look at this afterwards. On Feb 10, 2016, at 10:57 PM, jwillenbring <[email protected]mailto:[email protected]> wrote: @mhoemmenhttps://github.com/mhoemmen let me know if it would be better to have @crtrotthttps://github.com/crtrott or someone else take a look at this. Thanks Jim Reply to this email directly or view it on GitHubhttps://github.com//issues/135#issuecomment-182407684. |
@BarrySmith Hi Barry -- I was traveling Thu-Fri last week and am a bit of a jet-lagged zombie at the moment, but I'll make sure that the priority for this gets bumped. |
Adding @crtrott to the CC list. |
My initial attempts to reproduce this have failed. I am going back now and trying to reproduce it through the xSDK install script. My attempts to reproduce did not have all of the TPLs available, so I turned a few options off. I didn't think those were related to the error, but we will see how this other attempt goes. |
Reassigning to @jwillenbring since he has been working on it. Thanks Jim :-) |
Barry, I was not able to reproduce this. Here is what I tried:
Did you use some special options for an xsdk build, or can you offer some other hint as to how I can reproduce this? If you send me the options you passed to the xsdk install process, that would maybe allow me to reproduce the issue. Thanks Jim |
Jim, Thanks for checking this. I checked last nights test build and it is able to succeed. I suspect some update to the release branch between my report and now has resolved the problem. Barry
|
Per Barry's comment, I am closing this issue. |
Praise Turing! :D |
I'm unable to build the trilinos-release-12-6-branch
Obtaining errors of the form
../../../../../tpetra/core/src/libtpetra.so.12.6: undefined reference to `KokkosBlas::Impl::Update<Kokkos::View<int con
st**, Kokkos::LayoutLeft, Kokkos::Device<Kokkos::Serial, Kokkos::HostSpace>, Kokkos::MemoryTraits<1u>, Kokkos::Impl::Vi
ewDefault>, Kokkos::View<int const**, Kokkos::LayoutLeft, Kokkos::Device<Kokkos::Serial, Kokkos::HostSpace>, Kokkos::Me
moryTraits<1u>, Kokkos::Impl::ViewDefault>, Kokkos::View<int**, Kokkos::LayoutLeft, Kokkos::Device<Kokkos::Serial, Kokk
os::HostSpace>, Kokkos::MemoryTraits<1u>, Kokkos::Impl::ViewDefault>, 2>::update(int const&, Kokkos::View<int const**,
Kokkos::LayoutLeft, Kokkos::Device<Kokkos::Serial, Kokkos::HostSpace>, Kokkos::MemoryTraits<1u>, Kokkos::Impl::ViewDefa
ult> const&, int const&, Kokkos::View<int const**, Kokkos::LayoutLeft, Kokkos::Device<Kokkos::Serial, Kokkos::HostSpace\
Full log including configure options and machine configuration can be found at
ftp://ftp.mcs.anl.gov/pub/petsc/trilinos-release-12-6-failure
The same configure options have worked successfully with Trilinos 'master' branch.
@jwillenbring
The text was updated successfully, but these errors were encountered: