-
Notifications
You must be signed in to change notification settings - Fork 578
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
Comments
@trilinos/muelu |
@VictorEijkhout Please provide
Thanks. |
Ah, I see you're compiling 12.14.1. |
On Jun 7, 2019, at 5:42 PM, Jonathan Hu <[email protected]<mailto:[email protected]>> wrote:
1. cmake configure script that can reproduce the problem.
I think the cmake line is somewhere in the log file taht I attached.
But just in case:
cmake -VV -D 'CMAKE_INSTALL_PREFIX:PATH=%{INSTALL_DIR}' -D CMAKE_BUILD_TYPE:STRING=RELEASE -D BUILD_SHARED_LIBS:BOOL=ON -D Trilinos_VERBOSE_CONFIGURE=ON -D CMAKE_VERBOSE_MAKEFILE=ON -D Trilinos_ENABLE_ALL_PACKAGES:BOOL=OFF -D Trilinos_ASSERT_MISSING_PACKAGES=OFF -D Trilinos_ENABLE_ALL_OPTIONAL_PACKAGES:BOOL=OFF -D Trilinos_ENABLE_TESTS:BOOL=OFF -D Trilinos_ENABLE_EXAMPLES:BOOL=ON -D Trilinos_ENABLE_Export_Makefiles:BOOL=ON -D Trilinos_ENABLE_Fortran:BOOL=ON -D 'CMAKE_C_FLAGS:STRING=-g -xCORE-AVX2 -axMIC-AVX512,CORE-AVX512 -O2 -mkl' -D 'CMAKE_CXX_FLAGS:STRING=-g -xCORE-AVX2 -axMIC-AVX512,CORE-AVX512 -O2 -mkl -DMPICH_SKIP_MPICXX' -D Trilinos_EXTRA_LINK_FLAGS= -D TPL_ENABLE_MPI:BOOL=ON -D MPI_EXEC:FILEPATH=/opt/apps/xalt/0.6/bin/ibrun -D TPL_MPI_BASE_DIR=/opt/intel/compilers_and_libraries_2019.4.243/linux/mpi/intel64/include/.. -D TPL_MPI_INCLUDE_DIRS=/opt/intel/compilers_and_libraries_2019.4.243/linux/mpi/intel64/include -D TPL_ENABLE_GLM=OFF -D TPL_ENABLE_Matio=OFF -D BLAS_INCLUDE_DIRS:PATH=/opt/intel/compilers_and_libraries_2019.4.243/linux/mkl/include -D BLAS_LIBRARY_DIRS:PATH=/opt/intel/compilers_and_libraries_2019.4.243/linux/mkl/lib/intel64 -D 'BLAS_LIBRARY_NAMES:STRING=mkl_intel_lp64;mkl_sequential;mkl_core;pthread' -D LAPACK_INCLUDE_DIRS:PATH=/opt/intel/compilers_and_libraries_2019.4.243/linux/mkl/include -D LAPACK_LIBRARY_DIRS:PATH=/opt/intel/compilers_and_libraries_2019.4.243/linux/mkl/lib/intel64 -D 'LAPACK_LIBRARY_NAMES:STRING=mkl_intel_lp64;mkl_sequential;mkl_core;pthread' -D TPL_ENABLE_HDF5:BOOL=ON -D HDF5_INCLUDE_DIRS:PATH=/opt/apps/intel19/impi19_0/phdf5/1.10.4/x86_64/include -D HDF5_LIBRARY_DIRS:PATH=/opt/apps/intel19/impi19_0/phdf5/1.10.4/x86_64/lib -D TPL_ENABLE_Netcdf:BOOL=ON -D Netcdf_INCLUDE_DIRS:PATH=/opt/apps/intel19/impi19_0/parallel-netcdf/4.6.2/x86_64/include -D Netcdf_LIBRARY_DIRS:PATH=/opt/apps/intel19/impi19_0/parallel-netcdf/4.6.2/x86_64/lib -D Trilinos_ENABLE_EXPLICIT_INSTANTIATION:BOOL=ON -D Tpetra_INST_INT_LONG_LONG:BOOL=ON -D Tpetra_INST_INT_INT:BOOL=ON -D Tpetra_INST_DOUBLE:BOOL=ON -D Tpetra_INST_FLOAT:BOOL=OFF -D Tpetra_INST_COMPLEX_FLOAT:BOOL=OFF -D Tpetra_INST_COMPLEX_DOUBLE:BOOL=OFF -D Tpetra_INST_INT_LONG:BOOL=OFF -D Tpetra_INST_INT_UNSIGNED:BOOL=OFF -D TPL_ENABLE_Boost:BOOL=ON -D Boost_INCLUDE_DIRS:PATH=/opt/apps/intel19/python3_7/boost/1.69/include -D Boost_LIBRARY_DIRS:PATH=/opt/apps/intel19/python3_7/boost/1.69/lib -D TPL_ENABLE_BoostLib:BOOL=ON -D BoostLib_INCLUDE_DIRS:PATH=/opt/apps/intel19/python3_7/boost/1.69/include -D BoostLib_LIBRARY_DIRS:PATH=/opt/apps/intel19/python3_7/boost/1.69/lib -D Trilinos_ENABLE_ALL_OPTIONAL_PACKAGES:BOOL=ON -D Trilinos_ENABLE_Amesos:BOOL=ON -D Trilinos_ENABLE_Amesos2:BOOL=ON -D Amesos2_ENABLE_KLU2:BOOL=ON -D Amesos2_ENABLE_Basker:BOOL=ON -D Trilinos_ENABLE_Anasazi:BOOL=ON -D Trilinos_ENABLE_AztecOO:Bool=ON -D Trilinos_ENABLE_Belos:BOOL=ON -D Trilinos_ENABLE_Epetra:Bool=ON -D Trilinos_ENABLE_EpetraExt:Bool=ON -D Epetra_ENABLE_TESTS:BOOL=ON -D Trilinos_ENABLE_FEI:Bool=ON -D Trilinos_ENABLE_Ifpack:Bool=ON -D Trilinos_ENABLE_Ifpack2:BOOL=ON -D Trilinos_ENABLE_Intrepid:BOOL=ON -D Trilinos_ENABLE_Intrepid2:BOOL=ON -D Intrepid_ENABLE_TESTS:BOOL=ON -D Trilinos_ENABLE_Issoropia:BOOL=ON -D Trilinos_ENABLE_ML:BOOL=ON -D ML_TAKES_SUPERLU_LESS_THAN_5=TRUE -D ML_ENABLE_SuperLU:BOOL=OFF -D Trilinos_ENABLE_MOOCHO:BOOL=ON -D Trilinos_ENABLE_MueLu:BOOL=ON -D MueLu_ENABLE_Tutorial:BOOL=OFF -D MueLu_ENABLE_EXAMPLES:BOOL=OFF -D Trilinos_ENABLE_NOX=ON -D NOX_ENABLE_TESTS:BOOL=OFF -D Trilinos_ENABLE_Pamgen:Bool=ON -D Trilinos_ENABLE_Panzer:Bool=ON -D Trilinos_ENABLE_Phalanx:BOOL=ON -D Phalanx_EXPLICIT_TEMPLATE_INSTANTIATION=ON -D Phalanx_ENABLE_EXAMPLES=OFF -D Trilinos_ENABLE_Piro:BOOL=ON -D Trilinos_ENABLE_Rythmos:BOOL=ON -D Trilinos_ENABLE_Sacado:Bool=ON -D Trilinos_ENABLE_SEACAS:BOOL=ON -D Trilinos_ENABLE_SEACASIoss:BOOL=ON -D Trilinos_ENABLE_SEACASBlot:BOOL=ON -D Trilinos_ENABLE_SEACASExodus:BOOL=ON -D Trilinos_ENABLE_SECONDARY_STABLE_CODE:BOOL=ON -D Trilinos_ENABLE_Shards:BOOL=ON -D Trilinos_ENABLE_ShyLU:BOOL=ON -D Trilinos_ENABLE_Stokhos:BOOL=ON -D Trilinos_ENABLE_Stratimikos:BOOL=ON -D Trilinos_ENABLE_Teko:BOOL=ON -D Trilinos_ENABLE_Teuchos:BOOL=ON -D Teuchos_ENABLE_LONG_LONG_INT:BOOL=ON -D Trilinos_ENABLE_Thyra:BOOL=ON -D Trilinos_ENABLE_Tpetra:BOOL=ON -D Trilinos_ENABLE_TriKota:BOOL=ON -D Trilinos_ENABLE_Zoltan:BOOL=ON -D Trilinos_ENABLE_Zoltan2:BOOL=ON -D Trilinos_ENABLE_PyTrilinos:Bool=OFF -D CMAKE_PYTHON_INCLUDE_DIR:PATH= -D CMAKE_PYTHON_LIBRARIES:STRING= -D PyTrilinos_DOCSTRINGS:BOOL=OFF -D PyTrilinos_ENABLE_Tpetra:BOOL=OFF -D SWIG_EXECUTABLE:FILEPATH=/home1/apps/intel19/swig/4.0.0/bin/swig -D Trilinos_EXTRA_LD_FLAGS= /admin/build/admin/rpms/frontera/BUILD//trilinos-12.14.1
|
And btw, I was removing some of my cmake options in order to track down a configure crash. This particular error happened when I removed the Kokkos options. Reinstating them made this error go away.
Still, you should have discovered the incompatibility in the cmake options. Someone should have complained that Kokos was not specified.
Anyway, problem solved of sorts.
Victor.
On Jun 7, 2019, at 5:42 PM, Jonathan Hu <[email protected]<mailto:[email protected]>> wrote:
@VictorEijkhout<https://github.com/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 12.14.1.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub<#5348?email_source=notifications&email_token=AAFHBAVMV5ZMCE3BNAA6B7TPZLP5DA5CNFSM4HVZJCJ2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGODXHFKTQ#issuecomment-500061518>, or mute the thread<https://github.com/notifications/unsubscribe-auth/AAFHBASAHOBDECU55W4P7PDPZLP5DANCNFSM4HVZJCJQ>.
This message is from an external sender. Learn more about why this matters.<https://ut.service-now.com/sp?id=kb_article&number=KB0011401>
|
@VictorEijkhout Glad that you figured it out. I noticed that the cmake script has some problems:
Also, |
Victor says problem solved. Please feel free to reopen if not solved, or to open a new issue. Thanks! |
Closing, but please reopen if necessary. |
The text was updated successfully, but these errors were encountered: