-
Notifications
You must be signed in to change notification settings - Fork 575
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
Piro: Compile error while disabling ROL and Teko #8641
Comments
Hmmm, this is odd. @mperego, were any changes made to Piro or ROL recently that would cause this behavior? Or perhaps there were some changes to Teko - tagging @eric-c-cyr ? I haven't made any changes to Piro for awhile but maybe you have been making some for the Hessians/optimization @mperego ? |
This must be related to my PR. I can resolve this. |
Thank you @kliegeois that would be great if you could look at / fix it. |
Automatically Merged using Trilinos Pull Request AutoTester PR Title: Piro: close #8641 PR Author: kliegeois
This should have been resolved now. |
Thank you @kliegeois . We won't know until Monday if the problem is fixes (the nightlies where this was showing up do not run over the weekend). I will check Monday morning and close the issue if things are good. |
Thanks @ikalash ! |
…s:develop' (dde88a7). * trilinos-develop: (24 commits) MueLu: Gold Files Phalanx: add queries to DAG Manager MueLu: More BlockDiagonal mods MueLu: Adding first cut at a block-diagonal coarsening MiniTensor: Fix inconsistent KOKKOS_INLINE_FUNCTION markings Piro: close trilinos#8641 Fix latest fix -- discarded const Turn Anasazi on for EMPIRE Fix compilation error on intel-17 Automatic snapshot commit from seacas at 729e904fa5 MueLu: RegionMG cleaning up test example dirver MueLu: fix typos in documentation MueLu CoalesceDrop: Fix FPE in cut-based distance Laplacian MueLu Hierarchy: Skip forced deletion of level vectors MueLu ParameterListInterpreter: Switch processing of coarse solve and smoothers MueLu: Add unit test for StratimikosSmoother tpetra: removed use of device_type; the test runs on host. trilinos#8591 MueLu: rename input to InterfaceAggFact MueLu: fix SchurComplement for parallel runs MueLu: add test for dof-based InterfaceAggFact ...
…s:develop' (dde88a7). * trilinos-develop: (24 commits) MueLu: Gold Files Phalanx: add queries to DAG Manager MueLu: More BlockDiagonal mods MueLu: Adding first cut at a block-diagonal coarsening MiniTensor: Fix inconsistent KOKKOS_INLINE_FUNCTION markings Piro: close trilinos#8641 Fix latest fix -- discarded const Turn Anasazi on for EMPIRE Fix compilation error on intel-17 Automatic snapshot commit from seacas at 729e904fa5 MueLu: RegionMG cleaning up test example dirver MueLu: fix typos in documentation MueLu CoalesceDrop: Fix FPE in cut-based distance Laplacian MueLu Hierarchy: Skip forced deletion of level vectors MueLu ParameterListInterpreter: Switch processing of coarse solve and smoothers MueLu: Add unit test for StratimikosSmoother tpetra: removed use of device_type; the test runs on host. trilinos#8591 MueLu: rename input to InterfaceAggFact MueLu: fix SchurComplement for parallel runs MueLu: add test for dof-based InterfaceAggFact ...
I reopened this issue as my commit message closed it automatically. @ikalash feels free to close it if needed. |
The issue has been resolved. Thanks again @kliegeois ! |
…develop' (1015f63). * potential-trilinos-develop: (37 commits) Framework: add LDFLAGS to config.ini file for Intel 17 build MueLu: Gold Files Framework: intel 19 build with CMake 3.17.x or greater Framework: intel 17 build with CMake 3.17.x Framework: testing - disable cmake_cxx_flags for intel 17 build Framework: testing cmake updates and intel compiler error Framework: testing cmake updates and intel compiler error Framework: testing cmake updates and intel compiler error MueLu: More BlockDiagonal mods MueLu: Adding first cut at a block-diagonal coarsening MiniTensor: Fix inconsistent KOKKOS_INLINE_FUNCTION markings PANZER: speed up CubeHexMeshFactory by populating edge blocks using a vector of edges PANZER: speed up CubeHexMeshFactory by populating face blocks using a vector of faces PANZER: speed up CubeHexMeshFactory by reducing the number of calls to beginModification()/endModification() PANZER: add a disable_subcells test to check the "Build Subcells: false" case Piro: close trilinos#8641 Fix latest fix -- discarded const Turn Anasazi on for EMPIRE Fix compilation error on intel-17 Automatic snapshot commit from seacas at 729e904fa5 MueLu: RegionMG cleaning up test example dirver MueLu: fix typos in documentation tpetra: removed use of device_type; the test runs on host. trilinos#8591 ...
Bug Report
@trilinos/piro
Description
Compiling Trilinos with Piro enabled and ROL and Teko disabled results in this compile error:
[100%] Building CXX object packages/piro/src/CMakeFiles/piro.dir/Piro_PerformAna lysis.cpp.o /home/amota/LCM/Trilinos/packages/piro/src/Piro_PerformAnalysis.cpp:85:10: fatal error: Teko_InverseLibrary.hpp: No such file or directory 85 | #include "Teko_InverseLibrary.hpp" | ^~~~~~~~~~~~~~~~~~~~~~~~~ compilation terminated.
The same error is produced if Piro and ROL are enabled but not teko.
The CMake configuration is:
The text was updated successfully, but these errors were encountered: