-
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
Ifpack2: Multiple test failures with intel/2021.4, intel/2023.2.0 (icpc) and Serial, OpenMP backends #11969
Comments
Automatic mention of the @trilinos/ifpack2 team |
1 similar comment
Automatic mention of the @trilinos/ifpack2 team |
Just updating the issue, I'm seeing similar failures for Serial and OpenMP builds with the Common failure output is something like:
Potentially intertwined with #11968 # Blake all queue - non-mpi build
# Environment
module load cmake intel-oneapi-compilers/2023.2.0 intel-oneapi-mkl/2023.2.0
module list
export TRILINOS_DIR=<path-to-source>
export BLAS_LIBRARIES="-mkl;${MKLROOT}/lib/intel64/libmkl_intel_lp64.a;${MKLROOT}/lib/intel64/libmkl_intel_thread.a;${MKLROOT}/lib/intel64/libmkl_core.a"
export LAPACK_LIBRARIES=${BLAS_LIBRARIES}
# Configure Trilinos
cmake \
-D CMAKE_INSTALL_PREFIX="${PWD}/install" \
-D CMAKE_CXX_COMPILER="`which icpc`" \
-D CMAKE_C_COMPILER="`which icc`" \
-D CMAKE_Fortran_COMPILER="`which ifort`" \
-D CMAKE_CXX_FLAGS="-g -no-ip" \
-D CMAKE_C_FLAGS="-g -no-ip" \
-DTPL_ENABLE_MPI=OFF \
-DTPL_ENABLE_BLAS:BOOL=ON \
-DTPL_BLAS_LIBRARIES:PATH="${BLAS_LIBRARIES}" \
-DTPL_LAPACK_LIBRARIES:PATH="${LAPACK_LIBRARIES}" \
-DTPL_ENABLE_LAPACK:BOOL=ON \
-DTrilinos_ENABLE_ALL_PACKAGES=OFF \
-DTrilinos_ENABLE_ALL_OPTIONAL_PACKAGES=OFF \
-DTrilinos_ENABLE_TESTS=OFF \
-DTrilinos_MUST_FIND_ALL_TPL_LIBS=TRUE \
-DTrilinos_ENABLE_COMPLEX=ON \
-DTrilinos_ENABLE_OpenMP=OFF \
-DTrilinos_ENABLE_Kokkos=ON \
-D Kokkos_ENABLE_SERIAL=ON \
-D Kokkos_ARCH_SKX=ON \
-DTrilinos_ENABLE_KokkosKernels=ON \
-DTrilinos_ENABLE_Tpetra=ON \
-D Tpetra_ENABLE_TESTS=ON \
-DTrilinos_ENABLE_Ifpack2=ON \
-D Ifpack2_ENABLE_TESTS=ON \
\
-DTPL_ENABLE_Matio=OFF \
\
-DTrilinos_ENABLE_INSTALLATION_TESTING=OFF \
$TRILINOS_DIR |
This issue has had no activity for 365 days and is marked for closure. It will be closed after an additional 30 days of inactivity. |
Bug Report
Testing builds on Blake (SKX arch) with intel/2021.4 (icpc, intel classic compiler) report multiple test failures
@trilinos/ifpack2
Steps to Reproduce
The text was updated successfully, but these errors were encountered: