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

Tpetra/Kokkos/MueLu missing header file #5348

Closed
VictorEijkhout opened this issue Jun 7, 2019 · 8 comments
Closed

Tpetra/Kokkos/MueLu missing header file #5348

VictorEijkhout opened this issue Jun 7, 2019 · 8 comments
Labels
pkg: MueLu type: bug The primary issue is a bug in Trilinos code or tests

Comments

@VictorEijkhout
Copy link

/Utils/ExplicitInstantiation/MueLu_BlockedCoordinatesTransferFactory.cpp
In file included from /admin/build/admin/rpms/frontera/BUILD/trilinos-12.14.1/packages/tpetra/classic/NodeAPI/Kokkos_DefaultNode.hpp(45),
                 from /admin/build/admin/rpms/frontera/BUILD/trilinos-12.14.1/packages/muelu/src/Headers/MueLu_ConfigDefs.hpp(54),
                 from /tmp/trilinos-build/packages/muelu/src/Utils/ExplicitInstantiation/MueLu_BlockedCoordinatesTransferFactory.cpp(49):
/admin/build/admin/rpms/frontera/BUILD/trilinos-12.14.1/packages/tpetra/classic/src/Kokkos_ConfigDefs.hpp(45): catastrophic error: cannot open source file "TpetraClassic_config.h"
  #include "TpetraClassic_config.h"
                                   ^
[trilinos.log.zip](https://github.com/trilinos/Trilinos/files/3267143/trilinos.log.zip)

@VictorEijkhout VictorEijkhout added the type: bug The primary issue is a bug in Trilinos code or tests label Jun 7, 2019
@mhoemmen
Copy link
Contributor

mhoemmen commented Jun 7, 2019

@trilinos/muelu

@jhux2
Copy link
Member

jhux2 commented Jun 7, 2019

@VictorEijkhout Please provide

  1. version of Trilinos you're using (SHA and branch)
  2. cmake configure script that can reproduce the problem.

Thanks.

@jhux2
Copy link
Member

jhux2 commented Jun 7, 2019

@VictorEijkhout Please provide

  1. version of Trilinos you're using (SHA and branch)
  2. cmake configure script that can reproduce the problem.

Thanks.

Ah, I see you're compiling 12.14.1.

@VictorEijkhout
Copy link
Author

VictorEijkhout commented Jun 7, 2019 via email

@VictorEijkhout
Copy link
Author

VictorEijkhout commented Jun 7, 2019 via email

@jhux2
Copy link
Member

jhux2 commented Jun 7, 2019

@VictorEijkhout Glad that you figured it out. I noticed that the cmake script has some problems:

-D Trilinos_ENABLE_ALL_OPTIONAL_PACKAGES:BOOL=OFF
-D Trilinos_ENABLE_ALL_OPTIONAL_PACKAGES:BOOL=ON
-D Trilinos_ENABLE_EXAMPLES:BOOL=OFF
-D Trilinos_ENABLE_EXAMPLES:BOOL=ON
-D BUILD_SHARED_LIBS:BOOL=ON
-D BUILD_SHARED_LIBS=OFF

Also, -D Trilinos_ENABLE_Issoropia:BOOL=ON is misspelled.

@mhoemmen
Copy link
Contributor

mhoemmen commented Jun 8, 2019

Victor says problem solved. Please feel free to reopen if not solved, or to open a new issue. Thanks!

@jhux2
Copy link
Member

jhux2 commented Jun 25, 2019

Closing, but please reopen if necessary.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
pkg: MueLu type: bug The primary issue is a bug in Trilinos code or tests
Projects
None yet
Development

No branches or pull requests

3 participants