Skip to content

Commit

Permalink
Merge 'trilinos/Trilinos:develop' (118436c) into 'tcad-charon/Trilino…
Browse files Browse the repository at this point in the history
…s:develop' (aa3bbe3).

* trilinos-develop:
  Teko: fix return address of local temp object
  Add run_trilinos_pr_builds to list of gitdist repos
  Zoltan2: Remove listing of undefined TPL deps (trilinos#11152)
  Zoltan: Remove listing of undefined TPL deps (trilinos#11152)
  SEACAS: Remove listing of undefined TPL deps (trilinos#11152)
  Rythmos: Remove listing of undefined TPL deps (trilinos#11152)
  KokkosKernels: Remove listing of undefined TPL deps (trilinos#11152)
  Kokkos: Remove listing of undefined TPL deps (trilinos#11152)
  • Loading branch information
Charonops Jenkins Pipeline committed Oct 19, 2022
2 parents aa3bbe3 + 118436c commit bbcf238
Show file tree
Hide file tree
Showing 15 changed files with 19 additions and 17 deletions.
1 change: 1 addition & 0 deletions .gitdist.default
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ packages/framework/son-ini-files
packages/framework/srn-ini-files
TriBITS
TriBITS/TriBITSDoc
run_trilinos_pr_builds
kokkos
kokkos-kernels
seacas
Expand Down
2 changes: 1 addition & 1 deletion packages/kokkos-kernels/cmake/Dependencies.cmake
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
TRIBITS_PACKAGE_DEFINE_DEPENDENCIES(
LIB_REQUIRED_PACKAGES KokkosCore KokkosContainers KokkosAlgorithms
LIB_OPTIONAL_TPLS quadmath MKL BLAS LAPACK CUSPARSE MAGMA METIS SuperLU Cholmod LAPACKE CBLAS ARMPL ROCBLAS ROCSPARSE CUBLAS
LIB_OPTIONAL_TPLS quadmath MKL BLAS LAPACK CUSPARSE METIS SuperLU Cholmod CUBLAS
TEST_OPTIONAL_TPLS yaml-cpp
)
# NOTE: If you update names in LIB_OPTIONAL_TPLS above, make sure to map those names in
Expand Down
2 changes: 1 addition & 1 deletion packages/kokkos/algorithms/cmake/Dependencies.cmake
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
TRIBITS_PACKAGE_DEFINE_DEPENDENCIES(
LIB_REQUIRED_PACKAGES KokkosCore KokkosContainers
LIB_OPTIONAL_TPLS Pthread CUDA HWLOC HPX
LIB_OPTIONAL_TPLS Pthread CUDA HWLOC
TEST_OPTIONAL_TPLS CUSPARSE
)
2 changes: 1 addition & 1 deletion packages/kokkos/containers/cmake/Dependencies.cmake
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
TRIBITS_PACKAGE_DEFINE_DEPENDENCIES(
LIB_REQUIRED_PACKAGES KokkosCore
LIB_OPTIONAL_TPLS Pthread CUDA HWLOC HPX
LIB_OPTIONAL_TPLS Pthread CUDA HWLOC
TEST_OPTIONAL_TPLS CUSPARSE
)
2 changes: 1 addition & 1 deletion packages/kokkos/core/cmake/Dependencies.cmake
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
TRIBITS_PACKAGE_DEFINE_DEPENDENCIES(
LIB_OPTIONAL_TPLS Pthread CUDA HWLOC DLlib HPX
LIB_OPTIONAL_TPLS Pthread CUDA HWLOC DLlib
TEST_OPTIONAL_TPLS CUSPARSE
)

Expand Down
2 changes: 1 addition & 1 deletion packages/kokkos/simd/cmake/Dependencies.cmake
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
TRIBITS_PACKAGE_DEFINE_DEPENDENCIES(
LIB_REQUIRED_PACKAGES KokkosCore
LIB_OPTIONAL_TPLS Pthread CUDA HWLOC HPX
LIB_OPTIONAL_TPLS Pthread CUDA HWLOC
TEST_OPTIONAL_TPLS CUSPARSE
)
2 changes: 1 addition & 1 deletion packages/rythmos/cmake/Dependencies.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ SET(LIB_OPTIONAL_DEP_PACKAGES)
SET(TEST_REQUIRED_DEP_PACKAGES)
SET(TEST_OPTIONAL_DEP_PACKAGES EpetraExt ThyraEpetraAdapters ThyraEpetraExtAdapters Sacado Stratimikos Belos NOX)
SET(LIB_REQUIRED_DEP_TPLS)
SET(LIB_OPTIONAL_DEP_TPLS GaaspTpl Boost)
SET(LIB_OPTIONAL_DEP_TPLS Boost)
SET(TEST_REQUIRED_DEP_TPLS)
SET(TEST_OPTIONAL_DEP_TPLS)
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
TRIBITS_PACKAGE_DEFINE_DEPENDENCIES(
LIB_OPTIONAL_PACKAGES SEACASExodus
TEST_OPTIONAL_TPLS Pthread
TEST_OPTIONAL_DEP_TPLS Pthread
)
4 changes: 2 additions & 2 deletions packages/seacas/libraries/exodus/cmake/Dependencies.cmake
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@


TRIBITS_PACKAGE_DEFINE_DEPENDENCIES(
LIB_REQUIRED_TPLS Netcdf
LIB_OPTIONAL_TPLS Pthread HDF5 Pnetcdf MPI
LIB_OPTIONAL_DEP_TPLS Pthread HDF5 Pnetcdf MPI
TEST_REQUIRED_TPLS Netcdf
TEST_OPTIONAL_TPLS Pthread
TEST_OPTIONAL_DEP_TPLS Pthread
)
2 changes: 1 addition & 1 deletion packages/seacas/libraries/ioss/cmake/Dependencies.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ TRIBITS_PACKAGE_DEFINE_DEPENDENCIES(
else()
TRIBITS_PACKAGE_DEFINE_DEPENDENCIES(
LIB_OPTIONAL_PACKAGES SEACASExodus Pamgen Zoltan Kokkos
LIB_OPTIONAL_TPLS HDF5 CGNS ParMETIS Faodel Cereal DLlib Pthread DataWarp ADIOS2 Catalyst2 GTest
LIB_OPTIONAL_TPLS HDF5 CGNS ParMETIS DLlib Pthread ADIOS2
)
endif()

Expand Down
4 changes: 3 additions & 1 deletion packages/teko/src/Epetra/Teko_EpetraHelpers.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,9 @@ void zeroMultiVectorRowIndices(Epetra_MultiVector & mv,const std::vector<int> &
ZeroedOperator::ZeroedOperator(const std::vector<int> & zeroIndices,
const Teuchos::RCP<const Epetra_Operator> & op)
: zeroIndices_(zeroIndices), epetraOp_(op)
{ }
{
label_ = "zeroed( "+std::string(epetraOp_->Label())+" )";
}

//! Perform a matrix-vector product with certain rows zeroed out
int ZeroedOperator::Apply(const Epetra_MultiVector& X, Epetra_MultiVector& Y) const
Expand Down
4 changes: 2 additions & 2 deletions packages/teko/src/Epetra/Teko_EpetraHelpers.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -163,8 +163,7 @@ class ZeroedOperator : public Epetra_Operator {
double NormInf() const { return -1.0; }

//!
const char* Label() const
{return ("zeroed( "+std::string(epetraOp_->Label())+" )").c_str(); }
const char* Label() const {return label_.c_str();}

//!
bool UseTranspose() const {return false;}
Expand All @@ -186,6 +185,7 @@ class ZeroedOperator : public Epetra_Operator {
protected:
std::vector<int> zeroIndices_;
const Teuchos::RCP<const Epetra_Operator> epetraOp_;
std::string label_;
};

} // end namespace Epetra
Expand Down
2 changes: 1 addition & 1 deletion packages/zoltan/cmake/Dependencies.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ SET(LIB_OPTIONAL_DEP_PACKAGES)
SET(TEST_REQUIRED_DEP_PACKAGES)
SET(TEST_OPTIONAL_DEP_PACKAGES)
SET(LIB_REQUIRED_DEP_TPLS)
SET(LIB_OPTIONAL_DEP_TPLS MPI METIS ParMETIS PaToH Scotch Zlib CCOLAMD OVIS)
SET(LIB_OPTIONAL_DEP_TPLS MPI METIS ParMETIS PaToH Scotch Zlib OVIS)
SET(TEST_REQUIRED_DEP_TPLS)
SET(TEST_OPTIONAL_DEP_TPLS)
2 changes: 1 addition & 1 deletion packages/zoltan2/cmake/Dependencies.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ SET(TEST_OPTIONAL_DEP_PACKAGES Epetra Galeri Pamgen SCORECgmi SCORECpcu SCORECap
SET(LIB_REQUIRED_DEP_TPLS)
SET(LIB_OPTIONAL_DEP_TPLS)
SET(TEST_REQUIRED_DEP_TPLS)
SET(TEST_OPTIONAL_DEP_TPLS METIS PaToH ParMETIS PuLP Scotch AMD CCOLAMD OVIS TopoManager rcalib)
SET(TEST_OPTIONAL_DEP_TPLS METIS PaToH ParMETIS PuLP Scotch AMD OVIS TopoManager)
4 changes: 2 additions & 2 deletions packages/zoltan2/core/cmake/Dependencies.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ SET(LIB_OPTIONAL_DEP_PACKAGES Epetra SCORECgmi SCORECpcu SCORECapf SCORECmds SCO
SET(TEST_REQUIRED_DEP_PACKAGES Tpetra TeuchosCore TeuchosComm TeuchosParameterList Xpetra Zoltan)
SET(TEST_OPTIONAL_DEP_PACKAGES Epetra Galeri Pamgen SCORECgmi SCORECpcu SCORECapf SCORECmds SCORECparma)
SET(LIB_REQUIRED_DEP_TPLS)
SET(LIB_OPTIONAL_DEP_TPLS METIS PaToH ParMETIS PuLP Scotch SARMA AMD CCOLAMD OVIS TopoManager rcalib)
SET(LIB_OPTIONAL_DEP_TPLS METIS PaToH ParMETIS PuLP Scotch SARMA AMD OVIS TopoManager)
SET(TEST_REQUIRED_DEP_TPLS)
SET(TEST_OPTIONAL_DEP_TPLS METIS PaToH ParMETIS PuLP Scotch SARMA AMD CCOLAMD OVIS TopoManager rcalib)
SET(TEST_OPTIONAL_DEP_TPLS METIS PaToH ParMETIS PuLP Scotch SARMA AMD OVIS TopoManager)

0 comments on commit bbcf238

Please sign in to comment.