Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 6 Mar 2024 10:33:06 GMT
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: d7be89317029 - main - science/trilinos: update 13-4-1 =?utf-8?Q?=E2=86=92?= 15-1-0
Message-ID:  <202403061033.426AX6Tt031014@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by yuri:

URL: https://cgit.FreeBSD.org/ports/commit/?id=d7be8931702916e9eb1f2b6b7191eb76161663f7

commit d7be8931702916e9eb1f2b6b7191eb76161663f7
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2024-03-06 09:45:44 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2024-03-06 10:32:59 +0000

    science/trilinos: update 13-4-1 → 15-1-0
---
 cad/xyce/Makefile                                  |    3 +-
 science/trilinos/Makefile                          |    4 +-
 science/trilinos/distinfo                          |    6 +-
 ...ges_stk_stk__util_stk__util_util_ci__string.cpp |   10 -
 science/trilinos/pkg-plist                         | 2547 ++++++++++----------
 5 files changed, 1288 insertions(+), 1282 deletions(-)

diff --git a/cad/xyce/Makefile b/cad/xyce/Makefile
index 18c520e07fcc..c116ec01de24 100644
--- a/cad/xyce/Makefile
+++ b/cad/xyce/Makefile
@@ -1,7 +1,7 @@
 PORTNAME=	xyce
 DISTVERSIONPREFIX=	Release-
 DISTVERSION=	7.8.0
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	cad
 
 MAINTAINER=	yuri@FreeBSD.org
@@ -27,6 +27,7 @@ TEST_DEPENDS=	git:devel/git \
 
 USES=		autoreconf bison gmake fortran libtool localbase perl5 python:test # GNU tools should be used for 7.5 and on until the cmake build is declared stable
 USE_CXXSTD=	c++14 # otherwise configure fails because of c++14 features like std::conditional_t
+USE_CXXSTD=	c++17 # workaround for https://github.com/Xyce/Xyce/issues/97, which occurred when Trilinos was updated to 15.1.0
 USE_LDCONFIG=	yes
 USE_PERL5=	test
 
diff --git a/science/trilinos/Makefile b/science/trilinos/Makefile
index 1a63039152e8..8da13f5c2b98 100644
--- a/science/trilinos/Makefile
+++ b/science/trilinos/Makefile
@@ -1,7 +1,6 @@
 PORTNAME=	trilinos
 DISTVERSIONPREFIX=	trilinos-release-
-DISTVERSION=	13-4-1
-PORTREVISION=	8
+DISTVERSION=	15-1-0
 CATEGORIES=	science # physics
 
 MAINTAINER=	yuri@FreeBSD.org
@@ -52,6 +51,7 @@ CMAKE_ARGS+=	-DBUILD_SHARED_LIBS:BOOL=ON
 CMAKE_ARGS+=	-DTrilinos_ENABLE_ALL_PACKAGES:BOOL=ON
 CMAKE_ARGS+=	-DTrilinos_ENABLE_ALL_OPTIONAL_PACKAGES:BOOL=ON
 CMAKE_ARGS+=	-DTrilinos_ENABLE_SEACAS:BOOL=OFF # because of pumagon, etc failure (need to retest)
+CMAKE_ARGS+=	-DTrilinos_ENABLE_PyTrilinos:BOOL=OFF # workaround for https://github.com/trilinos/Trilinos/issues/12184
 
 # parallelism-related
 CMAKE_ARGS+=	-DTrilinos_ENABLE_OpenMP:BOOL=OFF
diff --git a/science/trilinos/distinfo b/science/trilinos/distinfo
index 9260c8dc8ee1..73c20175e7e0 100644
--- a/science/trilinos/distinfo
+++ b/science/trilinos/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1668232899
-SHA256 (trilinos-Trilinos-trilinos-release-13-4-1_GH0.tar.gz) = 5465cbff3de7ef4ac7d40eeff9d99342c00d9d20eee0a5f64f0a523093f5f1b3
-SIZE (trilinos-Trilinos-trilinos-release-13-4-1_GH0.tar.gz) = 168720416
+TIMESTAMP = 1709606234
+SHA256 (trilinos-Trilinos-trilinos-release-15-1-0_GH0.tar.gz) = 91940c8677b03ec06b3368f7ff8b835ba94dfa6551c6fb168faf10195f32b421
+SIZE (trilinos-Trilinos-trilinos-release-15-1-0_GH0.tar.gz) = 183332268
diff --git a/science/trilinos/files/patch-packages_stk_stk__util_stk__util_util_ci__string.cpp b/science/trilinos/files/patch-packages_stk_stk__util_stk__util_util_ci__string.cpp
deleted file mode 100644
index b40d27691479..000000000000
--- a/science/trilinos/files/patch-packages_stk_stk__util_stk__util_util_ci__string.cpp
+++ /dev/null
@@ -1,10 +0,0 @@
---- packages/stk/stk_util/stk_util/util/ci_string.cpp.orig	2022-11-10 22:02:37 UTC
-+++ packages/stk/stk_util/stk_util/util/ci_string.cpp
-@@ -33,6 +33,7 @@
- // 
- 
- #include <stk_util/util/ci_string.hpp>
-+#include <iostream>
- 
- 
- std::ostream &
diff --git a/science/trilinos/pkg-plist b/science/trilinos/pkg-plist
index e7b79c376694..273f9ef5d0fd 100644
--- a/science/trilinos/pkg-plist
+++ b/science/trilinos/pkg-plist
@@ -44,6 +44,9 @@ include/Amesos2_KokkosMultiVecAdapter_decl.hpp
 include/Amesos2_KokkosMultiVecAdapter_def.hpp
 include/Amesos2_Kokkos_Impl.hpp
 include/Amesos2_Kokkos_View_Copy_Assign.hpp
+include/Amesos2_Lapack.hpp
+include/Amesos2_Lapack_decl.hpp
+include/Amesos2_Lapack_def.hpp
 include/Amesos2_MatrixAdapter.hpp
 include/Amesos2_MatrixAdapter_decl.hpp
 include/Amesos2_MatrixAdapter_def.hpp
@@ -122,6 +125,7 @@ include/AnasaziFactory.hpp
 include/AnasaziGenOrthoManager.hpp
 include/AnasaziGeneralizedDavidson.hpp
 include/AnasaziGeneralizedDavidsonSolMgr.hpp
+include/AnasaziGlobalComm.hpp
 include/AnasaziHelperTraits.hpp
 include/AnasaziICGSOrthoManager.hpp
 include/AnasaziIRTR.hpp
@@ -176,6 +180,7 @@ include/Anasazi_LOCA_Sort.H
 include/Anasazi_config.h
 include/Anasaziepetra_DLLExportMacro.h
 include/Anasaziepetra_ModeLaplace_DLLExportMacro.h
+include/AssemblyUtils.hpp
 include/Aztec2Petra.h
 include/AztecOO.h
 include/AztecOOParameterList.hpp
@@ -212,6 +217,7 @@ include/BelosFixedPointIteration.hpp
 include/BelosFixedPointSolMgr.hpp
 include/BelosGCRODRIter.hpp
 include/BelosGCRODRSolMgr.hpp
+include/BelosGlobalComm.hpp
 include/BelosGmresIteration.hpp
 include/BelosGmresPolyOp.hpp
 include/BelosGmresPolySolMgr.hpp
@@ -324,8 +330,8 @@ include/Belos_Tpetra_SolverManagerBase.hpp
 include/Belos_Tpetra_UpdateNewton.hpp
 include/Belos_config.h
 include/BlockPCGSolver.h
-include/CMakeLists.txt
 include/CheckingTools.h
+include/CommandLineArgs.hpp
 include/Compadre_ApplyTargetEvaluations.hpp
 include/Compadre_Basis.hpp
 include/Compadre_BernsteinPolynomial.hpp
@@ -354,10 +360,8 @@ include/Compadre_USER_StandardTargetFunctionals.hpp
 include/Compadre_Utilities.hpp
 include/ContinuationManager.H
 include/CrsMatrixTranspose.h
-include/Cuda/Kokkos_CudaSpace.cpp
-include/Cuda/Kokkos_Cuda_Alloc.hpp
-include/Cuda/Kokkos_Cuda_Atomic_Intrinsics.hpp
-include/Cuda/Kokkos_Cuda_Atomic_Intrinsics_Restore_Builtins.hpp
+include/Cuda/Kokkos_Cuda.hpp
+include/Cuda/Kokkos_CudaSpace.hpp
 include/Cuda/Kokkos_Cuda_BlockSize_Deduction.hpp
 include/Cuda/Kokkos_Cuda_Error.hpp
 include/Cuda/Kokkos_Cuda_GraphNodeKernel.hpp
@@ -365,37 +369,21 @@ include/Cuda/Kokkos_Cuda_GraphNode_Impl.hpp
 include/Cuda/Kokkos_Cuda_Graph_Impl.hpp
 include/Cuda/Kokkos_Cuda_Half_Conversion.hpp
 include/Cuda/Kokkos_Cuda_Half_Impl_Type.hpp
-include/Cuda/Kokkos_Cuda_Instance.cpp
 include/Cuda/Kokkos_Cuda_Instance.hpp
 include/Cuda/Kokkos_Cuda_KernelLaunch.hpp
-include/Cuda/Kokkos_Cuda_Locks.cpp
-include/Cuda/Kokkos_Cuda_Locks.hpp
 include/Cuda/Kokkos_Cuda_MDRangePolicy.hpp
-include/Cuda/Kokkos_Cuda_Parallel.hpp
+include/Cuda/Kokkos_Cuda_Parallel_MDRange.hpp
+include/Cuda/Kokkos_Cuda_Parallel_Range.hpp
+include/Cuda/Kokkos_Cuda_Parallel_Team.hpp
 include/Cuda/Kokkos_Cuda_ReduceScan.hpp
-include/Cuda/Kokkos_Cuda_Task.cpp
 include/Cuda/Kokkos_Cuda_Task.hpp
 include/Cuda/Kokkos_Cuda_Team.hpp
 include/Cuda/Kokkos_Cuda_UniqueToken.hpp
 include/Cuda/Kokkos_Cuda_Vectorization.hpp
 include/Cuda/Kokkos_Cuda_View.hpp
 include/Cuda/Kokkos_Cuda_WorkGraphPolicy.hpp
+include/Cuda/Kokkos_Cuda_ZeroMemset.hpp
 include/Cuda/Kokkos_Cuda_abort.hpp
-include/Domi_ConfigDefs.hpp
-include/Domi_Exceptions.hpp
-include/Domi_MDArray.hpp
-include/Domi_MDArrayRCP.hpp
-include/Domi_MDArrayView.hpp
-include/Domi_MDComm.hpp
-include/Domi_MDIterator.hpp
-include/Domi_MDMap.hpp
-include/Domi_MDRevIterator.hpp
-include/Domi_MDVector.hpp
-include/Domi_Slice.hpp
-include/Domi_Utils.hpp
-include/Domi_Version.hpp
-include/Domi_config.h
-include/Domi_getValidParameters.hpp
 include/EpetraExt_AMD_CrsGraph.h
 include/EpetraExt_AmesosAMDGlobal_CrsGraph.h
 include/EpetraExt_AmesosBTFGlobal_LinearProblem.h
@@ -548,9 +536,6 @@ include/Epetra_VbrRowMatrix.h
 include/Epetra_Vector.h
 include/Epetra_Version.h
 include/Epetra_config.h
-include/FEI.hpp
-include/FEI_Implementation.hpp
-include/FEI_config.h
 include/Galeri_AbstractGrid.h
 include/Galeri_AbstractProblem.h
 include/Galeri_AbstractQuadrature.h
@@ -628,33 +613,37 @@ include/Galeri_XpetraProblemFactory.hpp
 include/Galeri_XpetraProblemFactory_Helmholtz.hpp
 include/Galeri_XpetraUtils.hpp
 include/Galeri_config.h
+include/HIP/Kokkos_HIP.hpp
 include/HIP/Kokkos_HIP_Abort.hpp
-include/HIP/Kokkos_HIP_Atomic.hpp
 include/HIP/Kokkos_HIP_BlockSize_Deduction.hpp
+include/HIP/Kokkos_HIP_DeepCopy.hpp
 include/HIP/Kokkos_HIP_Error.hpp
+include/HIP/Kokkos_HIP_GraphNodeKernel.hpp
+include/HIP/Kokkos_HIP_GraphNode_Impl.hpp
+include/HIP/Kokkos_HIP_Graph_Impl.hpp
 include/HIP/Kokkos_HIP_Half_Conversion.hpp
 include/HIP/Kokkos_HIP_Half_Impl_Type.hpp
-include/HIP/Kokkos_HIP_Instance.cpp
 include/HIP/Kokkos_HIP_Instance.hpp
 include/HIP/Kokkos_HIP_KernelLaunch.hpp
-include/HIP/Kokkos_HIP_Locks.cpp
-include/HIP/Kokkos_HIP_Locks.hpp
 include/HIP/Kokkos_HIP_MDRangePolicy.hpp
 include/HIP/Kokkos_HIP_Parallel_MDRange.hpp
 include/HIP/Kokkos_HIP_Parallel_Range.hpp
 include/HIP/Kokkos_HIP_Parallel_Team.hpp
 include/HIP/Kokkos_HIP_ReduceScan.hpp
+include/HIP/Kokkos_HIP_SharedAllocationRecord.hpp
 include/HIP/Kokkos_HIP_Shuffle_Reduce.hpp
-include/HIP/Kokkos_HIP_Space.cpp
+include/HIP/Kokkos_HIP_Space.hpp
 include/HIP/Kokkos_HIP_Team.hpp
 include/HIP/Kokkos_HIP_UniqueToken.hpp
 include/HIP/Kokkos_HIP_Vectorization.hpp
 include/HIP/Kokkos_HIP_WorkGraphPolicy.hpp
-include/HPX/Kokkos_HPX.cpp
-include/HPX/Kokkos_HPX_Task.cpp
+include/HIP/Kokkos_HIP_ZeroMemset.hpp
+include/HPX/Kokkos_HPX.hpp
+include/HPX/Kokkos_HPX_MDRangePolicy.hpp
 include/HPX/Kokkos_HPX_Task.hpp
 include/HPX/Kokkos_HPX_WorkGraphPolicy.hpp
 include/IOContFileUtils.H
+include/IQRSolver.h
 include/Ifpack.h
 include/Ifpack2_AdditiveSchwarz.hpp
 include/Ifpack2_AdditiveSchwarz_decl.hpp
@@ -662,6 +651,8 @@ include/Ifpack2_AdditiveSchwarz_def.hpp
 include/Ifpack2_BandedContainer.hpp
 include/Ifpack2_BandedContainer_decl.hpp
 include/Ifpack2_BandedContainer_def.hpp
+include/Ifpack2_BlockComputeResidualVector.hpp
+include/Ifpack2_BlockHelper.hpp
 include/Ifpack2_BlockRelaxation.hpp
 include/Ifpack2_BlockRelaxation_decl.hpp
 include/Ifpack2_BlockRelaxation_def.hpp
@@ -685,9 +676,15 @@ include/Ifpack2_ContainerFactory_def.hpp
 include/Ifpack2_Container_decl.hpp
 include/Ifpack2_Container_def.hpp
 include/Ifpack2_CreateOverlapGraph.hpp
+include/Ifpack2_DatabaseSchwarz.hpp
+include/Ifpack2_DatabaseSchwarz_decl.hpp
+include/Ifpack2_DatabaseSchwarz_def.hpp
 include/Ifpack2_DenseContainer.hpp
 include/Ifpack2_DenseContainer_decl.hpp
 include/Ifpack2_DenseContainer_def.hpp
+include/Ifpack2_Details_AdditiveSchwarzFilter.hpp
+include/Ifpack2_Details_AdditiveSchwarzFilter_decl.hpp
+include/Ifpack2_Details_AdditiveSchwarzFilter_def.hpp
 include/Ifpack2_Details_Amesos2Wrapper.hpp
 include/Ifpack2_Details_Amesos2Wrapper_decl.hpp
 include/Ifpack2_Details_Amesos2Wrapper_def.hpp
@@ -696,6 +693,7 @@ include/Ifpack2_Details_Chebyshev.hpp
 include/Ifpack2_Details_ChebyshevKernel.hpp
 include/Ifpack2_Details_ChebyshevKernel_decl.hpp
 include/Ifpack2_Details_ChebyshevKernel_def.hpp
+include/Ifpack2_Details_Chebyshev_Weights.hpp
 include/Ifpack2_Details_Chebyshev_decl.hpp
 include/Ifpack2_Details_Chebyshev_def.hpp
 include/Ifpack2_Details_CrsArrays.hpp
@@ -747,6 +745,7 @@ include/Ifpack2_Details_TriDiSolver_def.hpp
 include/Ifpack2_Details_UserPartitioner.hpp
 include/Ifpack2_Details_UserPartitioner_decl.hpp
 include/Ifpack2_Details_UserPartitioner_def.hpp
+include/Ifpack2_Details_getCrsMatrix.hpp
 include/Ifpack2_Details_getParamTryingTypes.hpp
 include/Ifpack2_Details_registerLinearSolverFactory.hpp
 include/Ifpack2_Details_throwBecauseDeprecated.hpp
@@ -794,6 +793,9 @@ include/Ifpack2_LocalFilter_def.hpp
 include/Ifpack2_LocalSparseTriangularSolver.hpp
 include/Ifpack2_LocalSparseTriangularSolver_decl.hpp
 include/Ifpack2_LocalSparseTriangularSolver_def.hpp
+include/Ifpack2_MDF.hpp
+include/Ifpack2_MDF_decl.hpp
+include/Ifpack2_MDF_def.hpp
 include/Ifpack2_OverlapGraph.hpp
 include/Ifpack2_OverlappingPartitioner.hpp
 include/Ifpack2_OverlappingPartitioner_decl.hpp
@@ -829,6 +831,9 @@ include/Ifpack2_TriDiContainer_decl.hpp
 include/Ifpack2_TriDiContainer_def.hpp
 include/Ifpack2_Utilities.hpp
 include/Ifpack2_Version.hpp
+include/Ifpack2_Zoltan2Partitioner.hpp
+include/Ifpack2_Zoltan2Partitioner_decl.hpp
+include/Ifpack2_Zoltan2Partitioner_def.hpp
 include/Ifpack2_config.h
 include/Ifpack_AMDReordering.h
 include/Ifpack_AdditiveSchwarz.h
@@ -886,6 +891,7 @@ include/Ifpack_SPARSKIT.h
 include/Ifpack_ScalingType.h
 include/Ifpack_SerialTriDiMatrix.h
 include/Ifpack_SerialTriDiSolver.h
+include/Ifpack_ShyLU.h
 include/Ifpack_SingletonFilter.h
 include/Ifpack_SparseContainer.h
 include/Ifpack_SparsityFilter.h
@@ -895,8 +901,6 @@ include/Ifpack_Utils.h
 include/Ifpack_ValidParameters.h
 include/Ifpack_Version.h
 include/Ifpack_config.h
-include/IndependentSetFinder.hpp
-include/IndependentSetInfoToInfoGraph.hpp
 include/Intrepid2_ArgExtractor.hpp
 include/Intrepid2_ArrayTools.hpp
 include/Intrepid2_ArrayToolsDefCloneScale.hpp
@@ -923,6 +927,7 @@ include/Intrepid2_CellToolsDefRefToPhys.hpp
 include/Intrepid2_CellToolsDefValidateArguments.hpp
 include/Intrepid2_CellToolsDocumentation.hpp
 include/Intrepid2_CellTools_Serial.hpp
+include/Intrepid2_CellTopology.hpp
 include/Intrepid2_CellTopologyTags.hpp
 include/Intrepid2_ConfigDefs.hpp
 include/Intrepid2_Cubature.hpp
@@ -939,8 +944,12 @@ include/Intrepid2_CubatureDirectLineGaussJacobi20.hpp
 include/Intrepid2_CubatureDirectLineGaussJacobi20Def.hpp
 include/Intrepid2_CubatureDirectTetDefault.hpp
 include/Intrepid2_CubatureDirectTetDefaultDef.hpp
+include/Intrepid2_CubatureDirectTetSymmetric.hpp
+include/Intrepid2_CubatureDirectTetSymmetricDef.hpp
 include/Intrepid2_CubatureDirectTriDefault.hpp
 include/Intrepid2_CubatureDirectTriDefaultDef.hpp
+include/Intrepid2_CubatureDirectTriSymmetric.hpp
+include/Intrepid2_CubatureDirectTriSymmetricDef.hpp
 include/Intrepid2_CubaturePolylib.hpp
 include/Intrepid2_CubaturePolylibDef.hpp
 include/Intrepid2_CubatureTensor.hpp
@@ -948,17 +957,27 @@ include/Intrepid2_CubatureTensorDef.hpp
 include/Intrepid2_CubatureTensorPyr.hpp
 include/Intrepid2_CubatureTensorPyrDef.hpp
 include/Intrepid2_Data.hpp
+include/Intrepid2_DataCombiners.hpp
+include/Intrepid2_DataDef.hpp
+include/Intrepid2_DataDimensionInfo.hpp
+include/Intrepid2_DataFunctors.hpp
+include/Intrepid2_DataTools.hpp
+include/Intrepid2_DataVariationType.hpp
 include/Intrepid2_DefaultCubatureFactory.hpp
 include/Intrepid2_DefaultCubatureFactoryDef.hpp
 include/Intrepid2_DerivedBasisFamily.hpp
 include/Intrepid2_DerivedBasis_HCURL_HEX.hpp
 include/Intrepid2_DerivedBasis_HCURL_QUAD.hpp
+include/Intrepid2_DerivedBasis_HCURL_WEDGE.hpp
 include/Intrepid2_DerivedBasis_HDIV_HEX.hpp
 include/Intrepid2_DerivedBasis_HDIV_QUAD.hpp
+include/Intrepid2_DerivedBasis_HDIV_WEDGE.hpp
 include/Intrepid2_DerivedBasis_HGRAD_HEX.hpp
 include/Intrepid2_DerivedBasis_HGRAD_QUAD.hpp
+include/Intrepid2_DerivedBasis_HGRAD_WEDGE.hpp
 include/Intrepid2_DerivedBasis_HVOL_HEX.hpp
 include/Intrepid2_DerivedBasis_HVOL_QUAD.hpp
+include/Intrepid2_DerivedBasis_HVOL_WEDGE.hpp
 include/Intrepid2_DeviceAssert.hpp
 include/Intrepid2_DirectSumBasis.hpp
 include/Intrepid2_FunctionSpaceTools.hpp
@@ -1008,12 +1027,16 @@ include/Intrepid2_HGRAD_HEX_Cn_FEM.hpp
 include/Intrepid2_HGRAD_HEX_Cn_FEMDef.hpp
 include/Intrepid2_HGRAD_LINE_C1_FEM.hpp
 include/Intrepid2_HGRAD_LINE_C1_FEMDef.hpp
+include/Intrepid2_HGRAD_LINE_C2_FEM.hpp
+include/Intrepid2_HGRAD_LINE_C2_FEMDef.hpp
 include/Intrepid2_HGRAD_LINE_Cn_FEM.hpp
 include/Intrepid2_HGRAD_LINE_Cn_FEMDef.hpp
 include/Intrepid2_HGRAD_LINE_Cn_FEM_JACOBI.hpp
 include/Intrepid2_HGRAD_LINE_Cn_FEM_JACOBIDef.hpp
 include/Intrepid2_HGRAD_PYR_C1_FEM.hpp
 include/Intrepid2_HGRAD_PYR_C1_FEMDef.hpp
+include/Intrepid2_HGRAD_PYR_I2_FEM.hpp
+include/Intrepid2_HGRAD_PYR_I2_FEMDef.hpp
 include/Intrepid2_HGRAD_QUAD_C1_FEM.hpp
 include/Intrepid2_HGRAD_QUAD_C1_FEMDef.hpp
 include/Intrepid2_HGRAD_QUAD_C2_FEM.hpp
@@ -1055,7 +1078,13 @@ include/Intrepid2_HVOL_TET_Cn_FEMDef.hpp
 include/Intrepid2_HVOL_TRI_Cn_FEM.hpp
 include/Intrepid2_HVOL_TRI_Cn_FEMDef.hpp
 include/Intrepid2_HierarchicalBasisFamily.hpp
+include/Intrepid2_HierarchicalBasis_HCURL_TET.hpp
+include/Intrepid2_HierarchicalBasis_HCURL_TRI.hpp
+include/Intrepid2_HierarchicalBasis_HDIV_PYR.hpp
+include/Intrepid2_HierarchicalBasis_HDIV_TET.hpp
+include/Intrepid2_HierarchicalBasis_HDIV_TRI.hpp
 include/Intrepid2_IntegratedLegendreBasis_HGRAD_LINE.hpp
+include/Intrepid2_IntegratedLegendreBasis_HGRAD_PYR.hpp
 include/Intrepid2_IntegratedLegendreBasis_HGRAD_TET.hpp
 include/Intrepid2_IntegratedLegendreBasis_HGRAD_TRI.hpp
 include/Intrepid2_IntegrationTools.hpp
@@ -1064,6 +1093,9 @@ include/Intrepid2_Kernels.hpp
 include/Intrepid2_LagrangianInterpolation.hpp
 include/Intrepid2_LagrangianInterpolationDef.hpp
 include/Intrepid2_LegendreBasis_HVOL_LINE.hpp
+include/Intrepid2_LegendreBasis_HVOL_PYR.hpp
+include/Intrepid2_LegendreBasis_HVOL_TET.hpp
+include/Intrepid2_LegendreBasis_HVOL_TRI.hpp
 include/Intrepid2_NodalBasisFamily.hpp
 include/Intrepid2_Orientation.hpp
 include/Intrepid2_OrientationDef.hpp
@@ -1071,6 +1103,7 @@ include/Intrepid2_OrientationTools.hpp
 include/Intrepid2_OrientationToolsDefCoeffMatrix_HCURL.hpp
 include/Intrepid2_OrientationToolsDefCoeffMatrix_HDIV.hpp
 include/Intrepid2_OrientationToolsDefCoeffMatrix_HGRAD.hpp
+include/Intrepid2_OrientationToolsDefCoeffMatrix_HVOL.hpp
 include/Intrepid2_OrientationToolsDefMatrixData.hpp
 include/Intrepid2_OrientationToolsDefModifyBasis.hpp
 include/Intrepid2_OrientationToolsDefModifyPoints.hpp
@@ -1089,10 +1122,13 @@ include/Intrepid2_ProjectionToolsDefHDIV.hpp
 include/Intrepid2_ProjectionToolsDefHGRAD.hpp
 include/Intrepid2_ProjectionToolsDefHVOL.hpp
 include/Intrepid2_ProjectionToolsDefL2.hpp
+include/Intrepid2_PyramidCoords.hpp
 include/Intrepid2_RealSpaceTools.hpp
 include/Intrepid2_RealSpaceToolsDef.hpp
 include/Intrepid2_Sacado.hpp
 include/Intrepid2_ScalarView.hpp
+include/Intrepid2_SerendipityBasis.hpp
+include/Intrepid2_SerendipityBasisFamily.hpp
 include/Intrepid2_TensorArgumentIterator.hpp
 include/Intrepid2_TensorBasis.hpp
 include/Intrepid2_TensorData.hpp
@@ -1297,7 +1333,6 @@ include/Isorropia_Redistributor.hpp
 include/Isorropia_Utils.hpp
 include/Isorropia_Version.hpp
 include/Isorropia_config.h
-include/KokkosAlgorithms_config.h
 include/KokkosBatched_AddRadial_Decl.hpp
 include/KokkosBatched_AddRadial_Impl.hpp
 include/KokkosBatched_AddRadial_Internal.hpp
@@ -1335,12 +1370,10 @@ include/KokkosBatched_Eigenvalue_Serial_Internal.hpp
 include/KokkosBatched_FindAmax_Internal.hpp
 include/KokkosBatched_Francis_Serial_Internal.hpp
 include/KokkosBatched_GMRES.hpp
+include/KokkosBatched_GMRES_Serial_Impl.hpp
 include/KokkosBatched_GMRES_TeamVector_Impl.hpp
 include/KokkosBatched_GMRES_Team_Impl.hpp
-include/KokkosBatched_Gemm_Armpl_Impl.hpp
-include/KokkosBatched_Gemm_DblBuf_Impl.hpp
 include/KokkosBatched_Gemm_Decl.hpp
-include/KokkosBatched_Gemm_Handle.hpp
 include/KokkosBatched_Gemm_Serial_Impl.hpp
 include/KokkosBatched_Gemm_Serial_Internal.hpp
 include/KokkosBatched_Gemm_TeamVector_Impl.hpp
@@ -1348,18 +1381,25 @@ include/KokkosBatched_Gemm_TeamVector_Internal.hpp
 include/KokkosBatched_Gemm_Team_Impl.hpp
 include/KokkosBatched_Gemm_Team_Internal.hpp
 include/KokkosBatched_Gemv_Decl.hpp
-include/KokkosBatched_Gemv_Serial_Impl.hpp
-include/KokkosBatched_Gemv_Serial_Internal.hpp
 include/KokkosBatched_Gemv_TeamVector_Impl.hpp
 include/KokkosBatched_Gemv_TeamVector_Internal.hpp
 include/KokkosBatched_Gemv_Team_Impl.hpp
 include/KokkosBatched_Gemv_Team_Internal.hpp
+include/KokkosBatched_Gesv.hpp
+include/KokkosBatched_Gesv_Impl.hpp
 include/KokkosBatched_Givens_Serial_Internal.hpp
 include/KokkosBatched_HadamardProduct.hpp
 include/KokkosBatched_HadamardProduct_Impl.hpp
 include/KokkosBatched_HessenbergFormQ_Serial_Internal.hpp
 include/KokkosBatched_HessenbergQR_WithShift_Serial_Internal.hpp
 include/KokkosBatched_Hessenberg_Serial_Internal.hpp
+include/KokkosBatched_HostLevel_Gemm.hpp
+include/KokkosBatched_HostLevel_Gemm_Armpl_Impl.hpp
+include/KokkosBatched_HostLevel_Gemm_DblBuf_Impl.hpp
+include/KokkosBatched_HostLevel_Gemm_Handle.hpp
+include/KokkosBatched_HostLevel_Gemm_Impl.hpp
+include/KokkosBatched_HostLevel_Gemm_Serial_Impl.hpp
+include/KokkosBatched_HostLevel_Gemm_Spec.hpp
 include/KokkosBatched_Householder_Decl.hpp
 include/KokkosBatched_Householder_Serial_Impl.hpp
 include/KokkosBatched_Householder_Serial_Internal.hpp
@@ -1375,8 +1415,6 @@ include/KokkosBatched_InnerGemmFixC_Serial_Impl.hpp
 include/KokkosBatched_InnerGemmFixC_Team_Impl.hpp
 include/KokkosBatched_InnerLU_Decl.hpp
 include/KokkosBatched_InnerLU_Serial_Impl.hpp
-include/KokkosBatched_InnerMultipleDotProduct_Decl.hpp
-include/KokkosBatched_InnerMultipleDotProduct_Serial_Impl.hpp
 include/KokkosBatched_InnerTrsm_Decl.hpp
 include/KokkosBatched_InnerTrsm_Serial_Impl.hpp
 include/KokkosBatched_InverseLU_Decl.hpp
@@ -1384,6 +1422,7 @@ include/KokkosBatched_InverseLU_Serial_Impl.hpp
 include/KokkosBatched_JacobiPrec.hpp
 include/KokkosBatched_Kernel_Handle.hpp
 include/KokkosBatched_Krylov_Handle.hpp
+include/KokkosBatched_Krylov_Solvers.hpp
 include/KokkosBatched_LU_Decl.hpp
 include/KokkosBatched_LU_Serial_Impl.hpp
 include/KokkosBatched_LU_Serial_Internal.hpp
@@ -1406,8 +1445,6 @@ include/KokkosBatched_SVD_Decl.hpp
 include/KokkosBatched_SVD_Serial_Impl.hpp
 include/KokkosBatched_SVD_Serial_Internal.hpp
 include/KokkosBatched_Scale_Decl.hpp
-include/KokkosBatched_Scale_Impl.hpp
-include/KokkosBatched_Scale_Internal.hpp
 include/KokkosBatched_Schur2x2_Serial_Internal.hpp
 include/KokkosBatched_Schur_Serial_Internal.hpp
 include/KokkosBatched_SetIdentity_Decl.hpp
@@ -1415,8 +1452,6 @@ include/KokkosBatched_SetIdentity_Impl.hpp
 include/KokkosBatched_SetIdentity_Internal.hpp
 include/KokkosBatched_SetTriangular_Internal.hpp
 include/KokkosBatched_Set_Decl.hpp
-include/KokkosBatched_Set_Impl.hpp
-include/KokkosBatched_Set_Internal.hpp
 include/KokkosBatched_ShiftedTrsv_Serial_Internal.hpp
 include/KokkosBatched_SolveLU_Decl.hpp
 include/KokkosBatched_SolveUTV_Decl.hpp
@@ -1429,7 +1464,6 @@ include/KokkosBatched_Spmv.hpp
 include/KokkosBatched_Spmv_Serial_Impl.hpp
 include/KokkosBatched_Spmv_TeamVector_Impl.hpp
 include/KokkosBatched_Spmv_Team_Impl.hpp
-include/KokkosBatched_Test_BlockCrs_Util.hpp
 include/KokkosBatched_Trmm_Decl.hpp
 include/KokkosBatched_Trmm_Serial_Impl.hpp
 include/KokkosBatched_Trmm_Serial_Internal.hpp
@@ -1522,17 +1556,45 @@ include/KokkosBlas1_reciprocal_impl.hpp
 include/KokkosBlas1_reciprocal_spec.hpp
 include/KokkosBlas1_reciprocal_tpl_spec_avail.hpp
 include/KokkosBlas1_reciprocal_tpl_spec_decl.hpp
+include/KokkosBlas1_rot.hpp
+include/KokkosBlas1_rot_impl.hpp
+include/KokkosBlas1_rot_spec.hpp
+include/KokkosBlas1_rot_tpl_spec_avail.hpp
+include/KokkosBlas1_rot_tpl_spec_decl.hpp
+include/KokkosBlas1_rotg.hpp
+include/KokkosBlas1_rotg_impl.hpp
+include/KokkosBlas1_rotg_spec.hpp
+include/KokkosBlas1_rotg_tpl_spec_avail.hpp
+include/KokkosBlas1_rotg_tpl_spec_decl.hpp
+include/KokkosBlas1_rotm.hpp
+include/KokkosBlas1_rotm_impl.hpp
+include/KokkosBlas1_rotm_spec.hpp
+include/KokkosBlas1_rotm_tpl_spec_avail.hpp
+include/KokkosBlas1_rotm_tpl_spec_decl.hpp
+include/KokkosBlas1_rotmg.hpp
+include/KokkosBlas1_rotmg_impl.hpp
+include/KokkosBlas1_rotmg_spec.hpp
+include/KokkosBlas1_rotmg_tpl_spec_avail.hpp
+include/KokkosBlas1_rotmg_tpl_spec_decl.hpp
 include/KokkosBlas1_scal.hpp
 include/KokkosBlas1_scal_impl.hpp
 include/KokkosBlas1_scal_mv_impl.hpp
 include/KokkosBlas1_scal_spec.hpp
 include/KokkosBlas1_scal_tpl_spec_avail.hpp
 include/KokkosBlas1_scal_tpl_spec_decl.hpp
+include/KokkosBlas1_serial_scal_impl.hpp
+include/KokkosBlas1_set.hpp
+include/KokkosBlas1_set_impl.hpp
 include/KokkosBlas1_sum.hpp
 include/KokkosBlas1_sum_impl.hpp
 include/KokkosBlas1_sum_spec.hpp
 include/KokkosBlas1_sum_tpl_spec_avail.hpp
 include/KokkosBlas1_sum_tpl_spec_decl.hpp
+include/KokkosBlas1_swap.hpp
+include/KokkosBlas1_swap_impl.hpp
+include/KokkosBlas1_swap_spec.hpp
+include/KokkosBlas1_swap_tpl_spec_avail.hpp
+include/KokkosBlas1_swap_tpl_spec_decl.hpp
 include/KokkosBlas1_team_abs.hpp
 include/KokkosBlas1_team_abs_spec.hpp
 include/KokkosBlas1_team_axpby.hpp
@@ -1544,6 +1606,7 @@ include/KokkosBlas1_team_mult_spec.hpp
 include/KokkosBlas1_team_nrm2.hpp
 include/KokkosBlas1_team_nrm2_spec.hpp
 include/KokkosBlas1_team_scal.hpp
+include/KokkosBlas1_team_scal_impl.hpp
 include/KokkosBlas1_team_scal_spec.hpp
 include/KokkosBlas1_team_update.hpp
 include/KokkosBlas1_team_update_spec.hpp
@@ -1558,7 +1621,29 @@ include/KokkosBlas2_gemv_impl.hpp
 include/KokkosBlas2_gemv_spec.hpp
 include/KokkosBlas2_gemv_tpl_spec_avail.hpp
 include/KokkosBlas2_gemv_tpl_spec_decl.hpp
+include/KokkosBlas2_ger.hpp
+include/KokkosBlas2_ger_impl.hpp
+include/KokkosBlas2_ger_spec.hpp
+include/KokkosBlas2_ger_tpl_spec_avail.hpp
+include/KokkosBlas2_ger_tpl_spec_decl.hpp
+include/KokkosBlas2_ger_tpl_spec_decl_blas.hpp
+include/KokkosBlas2_ger_tpl_spec_decl_cublas.hpp
+include/KokkosBlas2_ger_tpl_spec_decl_rocblas.hpp
+include/KokkosBlas2_serial_gemv.hpp
+include/KokkosBlas2_serial_gemv_impl.hpp
+include/KokkosBlas2_serial_gemv_inner_multiple_dot.hpp
+include/KokkosBlas2_serial_gemv_internal.hpp
+include/KokkosBlas2_serial_gemv_tpl_spec_decl.hpp
+include/KokkosBlas2_syr.hpp
+include/KokkosBlas2_syr_impl.hpp
+include/KokkosBlas2_syr_spec.hpp
+include/KokkosBlas2_syr_tpl_spec_avail.hpp
+include/KokkosBlas2_syr_tpl_spec_decl.hpp
+include/KokkosBlas2_syr_tpl_spec_decl_blas.hpp
+include/KokkosBlas2_syr_tpl_spec_decl_cublas.hpp
+include/KokkosBlas2_syr_tpl_spec_decl_rocblas.hpp
 include/KokkosBlas2_team_gemv.hpp
+include/KokkosBlas2_team_gemv_impl.hpp
 include/KokkosBlas2_team_gemv_spec.hpp
 include/KokkosBlas3_gemm.hpp
 include/KokkosBlas3_gemm_MP_Vector.hpp
@@ -1582,22 +1667,17 @@ include/KokkosBlas_Host_tpl.hpp
 include/KokkosBlas_MP_Vector.hpp
 include/KokkosBlas_Rocm_tpl.hpp
 include/KokkosBlas_gesv.hpp
-include/KokkosBlas_gesv_impl.hpp
-include/KokkosBlas_gesv_spec.hpp
-include/KokkosBlas_gesv_tpl_spec_avail.hpp
-include/KokkosBlas_gesv_tpl_spec_decl.hpp
+include/KokkosBlas_serial_axpy.hpp
+include/KokkosBlas_serial_nrm2.hpp
 include/KokkosBlas_tpl_spec.hpp
 include/KokkosBlas_trtri.hpp
-include/KokkosBlas_trtri_impl.hpp
-include/KokkosBlas_trtri_spec.hpp
-include/KokkosBlas_trtri_tpl_spec_avail.hpp
-include/KokkosBlas_trtri_tpl_spec_decl.hpp
 include/KokkosBlas_util.hpp
 include/KokkosClassic_DefaultNode_config.h
 include/KokkosCompat_ClassicNodeAPI_Wrapper.hpp
 include/KokkosCompat_TMM.hpp
 include/KokkosCompat_View.hpp
 include/KokkosCompat_View_def.hpp
+include/KokkosCompat_config.h
 include/KokkosCore_Config_DeclareBackend.hpp
 include/KokkosCore_Config_FwdBackend.hpp
 include/KokkosCore_Config_PostInclude.hpp
@@ -1610,6 +1690,8 @@ include/KokkosExp_View_Fad_Contiguous.hpp
 include/KokkosExp_View_MP_Vector_Contiguous.hpp
 include/KokkosExp_View_UQ_PCE_Contiguous.hpp
 include/KokkosGraph_BFS_impl.hpp
+include/KokkosGraph_CoarsenConstruct.hpp
+include/KokkosGraph_CoarsenHeuristics.hpp
 include/KokkosGraph_Distance1Color.hpp
 include/KokkosGraph_Distance1ColorHandle.hpp
 include/KokkosGraph_Distance1Color_impl.hpp
@@ -1623,8 +1705,12 @@ include/KokkosGraph_GraphColorHandle.hpp
 include/KokkosGraph_MIS2.hpp
 include/KokkosGraph_RCM.hpp
 include/KokkosGraph_Triangle.hpp
+include/KokkosGraph_color_d1_spec.hpp
 include/KokkosGraph_graph_color.hpp
+include/KokkosKernels_AlwaysFalse.hpp
 include/KokkosKernels_BitUtils.hpp
+include/KokkosKernels_BlockHashmapAccumulator.hpp
+include/KokkosKernels_BlockUtils.hpp
 include/KokkosKernels_Controls.hpp
 include/KokkosKernels_Error.hpp
 include/KokkosKernels_ExecSpaceUtils.hpp
@@ -1632,27 +1718,75 @@ include/KokkosKernels_Half.hpp
 include/KokkosKernels_Handle.hpp
 include/KokkosKernels_HashmapAccumulator.hpp
 include/KokkosKernels_IOUtils.hpp
+include/KokkosKernels_Iota.hpp
+include/KokkosKernels_LowerBound.hpp
 include/KokkosKernels_Macros.hpp
+include/KokkosKernels_Predicates.hpp
+include/KokkosKernels_PrintConfiguration.hpp
 include/KokkosKernels_PrintUtils.hpp
+include/KokkosKernels_SafeCompare.hpp
 include/KokkosKernels_SimpleUtils.hpp
 include/KokkosKernels_Sorting.hpp
-include/KokkosKernels_SparseUtils.hpp
-include/KokkosKernels_SparseUtils_cusparse.hpp
-include/KokkosKernels_SparseUtils_rocsparse.hpp
+include/KokkosKernels_TplsVersion.hpp
 include/KokkosKernels_Uniform_Initialized_MemoryPool.hpp
+include/KokkosKernels_UpperBound.hpp
 include/KokkosKernels_Utils.hpp
 include/KokkosKernels_VectorUtils.hpp
+include/KokkosKernels_ViewUtils.hpp
 include/KokkosKernels_config.h
 include/KokkosKernels_default_types.hpp
 include/KokkosKernels_helpers.hpp
 include/KokkosKernels_tpl_handles_decl.hpp
 include/KokkosKernels_tpl_handles_def.hpp
+include/KokkosLapack_Cuda_tpl.hpp
+include/KokkosLapack_Host_tpl.hpp
+include/KokkosLapack_gesv.hpp
+include/KokkosLapack_gesv_impl.hpp
+include/KokkosLapack_gesv_spec.hpp
+include/KokkosLapack_gesv_tpl_spec_avail.hpp
+include/KokkosLapack_gesv_tpl_spec_decl.hpp
+include/KokkosLapack_magma.hpp
+include/KokkosLapack_trtri.hpp
+include/KokkosLapack_trtri_impl.hpp
+include/KokkosLapack_trtri_spec.hpp
+include/KokkosLapack_trtri_tpl_spec_avail.hpp
+include/KokkosLapack_trtri_tpl_spec_decl.hpp
+include/KokkosODE_Newton.hpp
+include/KokkosODE_Newton_impl.hpp
+include/KokkosODE_RungeKutta.hpp
+include/KokkosODE_RungeKuttaTables_impl.hpp
+include/KokkosODE_RungeKutta_impl.hpp
+include/KokkosODE_Types.hpp
 include/KokkosSparse.hpp
-include/KokkosSparse_BlockCrsMatrix.hpp
 include/KokkosSparse_BsrMatrix.hpp
+include/KokkosSparse_CcsMatrix.hpp
+include/KokkosSparse_CooMatrix.hpp
 include/KokkosSparse_CrsMatrix.hpp
+include/KokkosSparse_IOUtils.hpp
+include/KokkosSparse_LUPrec.hpp
+include/KokkosSparse_MatrixPrec.hpp
 include/KokkosSparse_OrdinalTraits.hpp
+include/KokkosSparse_Preconditioner.hpp
+include/KokkosSparse_SortCrs.hpp
+include/KokkosSparse_Utils.hpp
+include/KokkosSparse_Utils_cusparse.hpp
+include/KokkosSparse_Utils_mkl.hpp
+include/KokkosSparse_Utils_rocsparse.hpp
+include/KokkosSparse_bspgemm_impl.hpp
+include/KokkosSparse_bspgemm_impl_def.hpp
+include/KokkosSparse_bspgemm_impl_kkmem.hpp
+include/KokkosSparse_bspgemm_impl_seq.hpp
+include/KokkosSparse_bspgemm_impl_speed.hpp
+include/KokkosSparse_bspgemm_numeric_spec.hpp
+include/KokkosSparse_bsr_to_crs_impl.hpp
+include/KokkosSparse_ccs2crs.hpp
 include/KokkosSparse_cluster_gauss_seidel_impl.hpp
+include/KokkosSparse_coo2crs.hpp
+include/KokkosSparse_coo2crs_impl.hpp
+include/KokkosSparse_crs2ccs.hpp
+include/KokkosSparse_crs2coo.hpp
+include/KokkosSparse_crs_detect_block_size.hpp
+include/KokkosSparse_crs_to_bsr_impl.hpp
 include/KokkosSparse_findRelOffset.hpp
 include/KokkosSparse_gauss_seidel.hpp
 include/KokkosSparse_gauss_seidel_handle.hpp
@@ -1662,13 +1796,37 @@ include/KokkosSparse_gauss_seidel_tpl_spec_avail.hpp
 include/KokkosSparse_gauss_seidel_tpl_spec_decl.hpp
 include/KokkosSparse_getDiagCopy.hpp
 include/KokkosSparse_getDiagCopyWithOffsets_impl.hpp
+include/KokkosSparse_gmres.hpp
+include/KokkosSparse_gmres_handle.hpp
+include/KokkosSparse_gmres_impl.hpp
+include/KokkosSparse_gmres_spec.hpp
+include/KokkosSparse_gmres_tpl_spec_avail.hpp
+include/KokkosSparse_gmres_tpl_spec_decl.hpp
+include/KokkosSparse_mdf.hpp
+include/KokkosSparse_mdf_handle.hpp
+include/KokkosSparse_mdf_impl.hpp
+include/KokkosSparse_merge_matrix.hpp
+include/KokkosSparse_par_ilut.hpp
+include/KokkosSparse_par_ilut_handle.hpp
+include/KokkosSparse_par_ilut_numeric_impl.hpp
+include/KokkosSparse_par_ilut_numeric_spec.hpp
+include/KokkosSparse_par_ilut_numeric_tpl_spec_avail.hpp
+include/KokkosSparse_par_ilut_numeric_tpl_spec_decl.hpp
+include/KokkosSparse_par_ilut_symbolic_impl.hpp
+include/KokkosSparse_par_ilut_symbolic_spec.hpp
+include/KokkosSparse_par_ilut_symbolic_tpl_spec_avail.hpp
+include/KokkosSparse_par_ilut_symbolic_tpl_spec_decl.hpp
 include/KokkosSparse_partitioning_impl.hpp
 include/KokkosSparse_sor_sequential_impl.hpp
 include/KokkosSparse_spadd.hpp
 include/KokkosSparse_spadd_handle.hpp
+include/KokkosSparse_spadd_numeric_impl.hpp
+include/KokkosSparse_spadd_numeric_spec.hpp
+include/KokkosSparse_spadd_symbolic_impl.hpp
+include/KokkosSparse_spadd_symbolic_spec.hpp
+include/KokkosSparse_spadd_tpl_spec_avail.hpp
+include/KokkosSparse_spadd_tpl_spec_decl.hpp
 include/KokkosSparse_spgemm.hpp
-include/KokkosSparse_spgemm_CUSP_impl.hpp
-include/KokkosSparse_spgemm_cuSPARSE_impl.hpp
 include/KokkosSparse_spgemm_handle.hpp
 include/KokkosSparse_spgemm_imp_outer.hpp
 include/KokkosSparse_spgemm_impl.hpp
@@ -1687,15 +1845,19 @@ include/KokkosSparse_spgemm_jacobi_denseacc_impl.hpp
 include/KokkosSparse_spgemm_jacobi_seq_impl.hpp
 include/KokkosSparse_spgemm_jacobi_sparseacc_impl.hpp
 include/KokkosSparse_spgemm_jacobi_spec.hpp
-include/KokkosSparse_spgemm_mkl2phase_impl.hpp
-include/KokkosSparse_spgemm_mkl_impl.hpp
+include/KokkosSparse_spgemm_jacobi_tpl_spec_avail.hpp
+include/KokkosSparse_spgemm_jacobi_tpl_spec_decl.hpp
+include/KokkosSparse_spgemm_noreuse_spec.hpp
+include/KokkosSparse_spgemm_noreuse_tpl_spec_avail.hpp
+include/KokkosSparse_spgemm_noreuse_tpl_spec_decl.hpp
 include/KokkosSparse_spgemm_numeric.hpp
 include/KokkosSparse_spgemm_numeric_spec.hpp
+include/KokkosSparse_spgemm_numeric_tpl_spec_avail.hpp
+include/KokkosSparse_spgemm_numeric_tpl_spec_decl.hpp
 include/KokkosSparse_spgemm_symbolic.hpp
 include/KokkosSparse_spgemm_symbolic_spec.hpp
-include/KokkosSparse_spgemm_tpl_spec_avail.hpp
-include/KokkosSparse_spgemm_tpl_spec_decl.hpp
-include/KokkosSparse_spgemm_viennaCL_impl.hpp
+include/KokkosSparse_spgemm_symbolic_tpl_spec_avail.hpp
+include/KokkosSparse_spgemm_symbolic_tpl_spec_decl.hpp
 include/KokkosSparse_spiluk.hpp
 include/KokkosSparse_spiluk_handle.hpp
 include/KokkosSparse_spiluk_numeric_impl.hpp
@@ -1707,21 +1869,24 @@ include/KokkosSparse_spiluk_symbolic_spec.hpp
 include/KokkosSparse_spiluk_symbolic_tpl_spec_avail.hpp
 include/KokkosSparse_spiluk_symbolic_tpl_spec_decl.hpp
 include/KokkosSparse_spmv.hpp
-include/KokkosSparse_spmv_blockcrsmatrix_impl.hpp
-include/KokkosSparse_spmv_blockcrsmatrix_spec.hpp
-include/KokkosSparse_spmv_blockcrsmatrix_tpl_spec_avail.hpp
-include/KokkosSparse_spmv_blockcrsmatrix_tpl_spec_decl.hpp
 include/KokkosSparse_spmv_bsrmatrix_impl.hpp
+include/KokkosSparse_spmv_bsrmatrix_impl_v42.hpp
 include/KokkosSparse_spmv_bsrmatrix_spec.hpp
 include/KokkosSparse_spmv_bsrmatrix_tpl_spec_avail.hpp
 include/KokkosSparse_spmv_bsrmatrix_tpl_spec_decl.hpp
 include/KokkosSparse_spmv_impl.hpp
+include/KokkosSparse_spmv_impl_merge.hpp
 include/KokkosSparse_spmv_impl_omp.hpp
+include/KokkosSparse_spmv_mv_tpl_spec_avail.hpp
+include/KokkosSparse_spmv_mv_tpl_spec_decl.hpp
 include/KokkosSparse_spmv_spec.hpp
 include/KokkosSparse_spmv_struct_impl.hpp
 include/KokkosSparse_spmv_struct_spec.hpp
 include/KokkosSparse_spmv_struct_tpl_spec_avail.hpp
 include/KokkosSparse_spmv_struct_tpl_spec_decl.hpp
+include/KokkosSparse_spmv_team.hpp
+include/KokkosSparse_spmv_team_impl.hpp
+include/KokkosSparse_spmv_team_spec.hpp
 include/KokkosSparse_spmv_tpl_spec_avail.hpp
 include/KokkosSparse_spmv_tpl_spec_decl.hpp
 include/KokkosSparse_sptrsv.hpp
@@ -1744,6 +1909,7 @@ include/KokkosSparse_trsv_spec.hpp
 include/KokkosSparse_trsv_tpl_spec_avail.hpp
 include/KokkosSparse_trsv_tpl_spec_decl.hpp
 include/KokkosSparse_twostage_gauss_seidel_impl.hpp
+include/Kokkos_Abort.hpp
 include/Kokkos_AcquireUniqueTokenImpl.hpp
 include/Kokkos_AnalyzeStokhosShape.hpp
 include/Kokkos_AnonymousSpace.hpp
@@ -1751,13 +1917,14 @@ include/Kokkos_ArithTraits.hpp
 include/Kokkos_ArithTraits_MP_Vector.hpp
 include/Kokkos_ArithTraits_UQ_PCE.hpp
 include/Kokkos_Array.hpp
+include/Kokkos_Assert.hpp
 include/Kokkos_Atomic.hpp
 include/Kokkos_Atomic_MP_Vector.hpp
 include/Kokkos_Atomic_UQ_PCE.hpp
 include/Kokkos_Atomics_Desul_Config.hpp
 include/Kokkos_Atomics_Desul_Volatile_Wrapper.hpp
 include/Kokkos_Atomics_Desul_Wrapper.hpp
-include/Kokkos_BeginEnd.hpp
+include/Kokkos_BitManipulation.hpp
 include/Kokkos_Bitset.hpp
 include/Kokkos_Blas1_MP_Vector.hpp
 include/Kokkos_Blas1_UQ_PCE.hpp
@@ -1765,7 +1932,6 @@ include/Kokkos_BufferMacros.hpp
 include/Kokkos_Complex.hpp
 include/Kokkos_Concepts.hpp
 include/Kokkos_ConfigDefs.hpp
-include/Kokkos_Constraints.hpp
 include/Kokkos_CopyViews.hpp
 include/Kokkos_Core.hpp
 include/Kokkos_Core_fwd.hpp
@@ -1774,11 +1940,8 @@ include/Kokkos_CrsMatrix_MP_Vector.hpp
 include/Kokkos_CrsMatrix_MP_Vector_Cuda.hpp
 include/Kokkos_CrsMatrix_UQ_PCE.hpp
 include/Kokkos_CrsMatrix_UQ_PCE_Cuda.hpp
-include/Kokkos_Cuda.hpp
-include/Kokkos_CudaSpace.hpp
 include/Kokkos_DefaultNode.hpp
 include/Kokkos_DetectionIdiom.hpp
-include/Kokkos_Distance.hpp
 include/Kokkos_DualView.hpp
 include/Kokkos_DynRankView.hpp
 include/Kokkos_DynRankView_Fad.hpp
@@ -1793,11 +1956,7 @@ include/Kokkos_Graph.hpp
 include/Kokkos_GraphNode.hpp
 include/Kokkos_Graph_fwd.hpp
 include/Kokkos_HBWSpace.hpp
-include/Kokkos_HIP.hpp
-include/Kokkos_HIP_Space.hpp
-include/Kokkos_HPX.hpp
 include/Kokkos_Half.hpp
-include/Kokkos_HelperPredicates.hpp
 include/Kokkos_HostSpace.hpp
 include/Kokkos_InnerProductSpaceTraits.hpp
 include/Kokkos_InnerProductSpaceTraits_MP_Vector.hpp
@@ -1817,53 +1976,46 @@ include/Kokkos_MathematicalSpecialFunctions.hpp
 include/Kokkos_MemoryPool.hpp
 include/Kokkos_MemoryTraits.hpp
 include/Kokkos_MinMaxClamp.hpp
-include/Kokkos_MinMaxElementOperations.hpp
-include/Kokkos_ModifyingOperations.hpp
-include/Kokkos_ModifyingSequenceOperations.hpp
 include/Kokkos_MpiTypeTraits.hpp
 include/Kokkos_MultiVectorKernelOps.hpp
+include/Kokkos_NestedSort.hpp
 include/Kokkos_NodeAPIConfigDefs.hpp
-include/Kokkos_NonModifyingSequenceOperations.hpp
-include/Kokkos_Numeric.hpp
 include/Kokkos_NumericTraits.hpp
 include/Kokkos_OffsetView.hpp
-include/Kokkos_OpenMP.hpp
-include/Kokkos_OpenMPTarget.hpp
-include/Kokkos_OpenMPTargetSpace.hpp
 include/Kokkos_Pair.hpp
 include/Kokkos_Parallel.hpp
 include/Kokkos_Parallel_MP_Vector.hpp
 include/Kokkos_Parallel_Reduce.hpp
-include/Kokkos_PartitioningOperations.hpp
 include/Kokkos_PointerOwnership.hpp
+include/Kokkos_Printf.hpp
 include/Kokkos_Profiling_ProfileSection.hpp
+include/Kokkos_Profiling_ScopedRegion.hpp
 include/Kokkos_Random.hpp
-include/Kokkos_RandomAccessIterator.hpp
 include/Kokkos_Random_MP_Vector.hpp
 include/Kokkos_Random_UQ_PCE.hpp
 include/Kokkos_Rank.hpp
-include/Kokkos_ReducerWithArbitraryJoinerNoNeutralElement.hpp
-include/Kokkos_SYCL.hpp
-include/Kokkos_SYCL_Space.hpp
+include/Kokkos_ReductionIdentity.hpp
+include/Kokkos_SIMD.hpp
+include/Kokkos_SIMD_AVX2.hpp
+include/Kokkos_SIMD_AVX512.hpp
+include/Kokkos_SIMD_Common.hpp
+include/Kokkos_SIMD_Common_Math.hpp
+include/Kokkos_SIMD_NEON.hpp
+include/Kokkos_SIMD_Scalar.hpp
 include/Kokkos_ScatterView.hpp
 include/Kokkos_ScratchSpace.hpp
-include/Kokkos_Serial.hpp
 include/Kokkos_Sort.hpp
-include/Kokkos_SortingOperations.hpp
 include/Kokkos_StaticCrsGraph.hpp
 include/Kokkos_StdAlgorithms.hpp
-include/Kokkos_TaskPolicy.hpp
 include/Kokkos_TaskScheduler.hpp
 include/Kokkos_TaskScheduler_fwd.hpp
 include/Kokkos_TeuchosCommAdapters.hpp
 include/Kokkos_TeuchosCommAdapters_MP_Vector.hpp
 include/Kokkos_TeuchosCommAdapters_UQ_PCE.hpp
-include/Kokkos_Threads.hpp
 include/Kokkos_Timer.hpp
 include/Kokkos_Tuners.hpp
 include/Kokkos_UniqueToken.hpp
 include/Kokkos_UnorderedMap.hpp
-include/Kokkos_ValueWrapperForNoNeutralElement.hpp
 include/Kokkos_Vector.hpp
 include/Kokkos_Vectorization.hpp
 include/Kokkos_Version.hpp
@@ -1882,9 +2034,6 @@ include/Kokkos_View_Utils.hpp
 include/Kokkos_View_Utils_Def.hpp
 include/Kokkos_WorkGraphPolicy.hpp
 include/Kokkos_hwloc.hpp
-include/Komplex_LinearProblem.h
-include/Komplex_Version.h
-include/Komplex_config.h
 include/LOCA.H
 include/LOCAInterface.H
 include/LOCA_Abstract_Factory.H
@@ -2137,21 +2286,6 @@ include/ModeLaplace2DQ1.h
 include/ModeLaplace2DQ2.h
 include/ModeLaplace3DQ1.h
 include/ModeLaplace3DQ2.h
-include/Moertel_ExplicitTemplateInstantiation.hpp
-include/Moertel_IntegratorT.hpp
-include/Moertel_IntegratorT_Def.hpp
-include/Moertel_InterfaceT.hpp
-include/Moertel_InterfaceT_Complete_Def.hpp
-include/Moertel_InterfaceT_Integrate3D_Def.hpp
-include/Moertel_InterfaceT_Integrate_Def.hpp
-include/Moertel_InterfaceT_Project_Def.hpp
-include/Moertel_InterfaceT_Tools_Def.hpp
-include/Moertel_ManagerT.hpp
-include/Moertel_ManagerT_Def.hpp
-include/Moertel_Tolerances.hpp
-include/Moertel_UtilsT.hpp
-include/Moertel_UtilsT_Def.hpp
-include/Moertel_config.h
 include/MueLu.hpp
*** 3554 LINES SKIPPED ***



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202403061033.426AX6Tt031014>