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

missing libkokkos.a during Trilinos 12.4.2 build, yet other libkokkos*.a libs are there #165

Closed
boegel opened this issue Jan 10, 2016 · 3 comments

Comments

@boegel
Copy link

boegel commented Jan 10, 2016

While building/installing Trilinos 12.4.2 with Kokkos enabled, our build system detected that lib/libkokkos.a is missing, which seems to indicate a problem with the build.

Other libkokkos*.a libraries are there in the installation, however:

lib/libkokkosalgorithms.a
lib/libkokkoscontainers.a
lib/libkokkoscore.a
lib/libkokkostsqr.a

The build was configured to also do Kokkos, i.e. CMake output includes this:

-- Setting Trilinos_ENABLE_KokkosCore=ON                                                                                                                                      
-- Setting Trilinos_ENABLE_KokkosContainers=ON                                                                                                                                
-- Setting Trilinos_ENABLE_KokkosAlgorithms=ON                                                                                                                                
-- Setting Trilinos_ENABLE_Kokkos=ON  

I spent some time checking the build log, but couldn't find an error that explains this, so I'm wondering whether there was a recent change in Kokkos that could explain why libkokkos.a is not being built.

Any other pointers to something that could help me figuring this out are welcome!

@crtrott
Copy link
Member

crtrott commented Jan 25, 2016

Hi

sorry I must have overlooked this. Was this solved for you? There actually is not supposed to be a libkokkos.a but only the ones you actually got.

@boegel
Copy link
Author

boegel commented Jan 25, 2016

That's what I figured, the build of Trilinos (an DOLFIN) eventually worked, thanks for the confirmation!

@crtrott
Copy link
Member

crtrott commented Jan 25, 2016

Ah great in that case I close the issue.

@crtrott crtrott closed this as completed Jan 25, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants