Skip to content
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

Gcc8 sems v2 pr build #12977

Closed
wants to merge 51 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
51 commits
Select commit Hold shift + click to select a range
38755e3
Conditionally warn about including header
sebrowne Mar 14, 2024
f594faa
Disallow deprecated packages if deprecated code off
sebrowne Mar 14, 2024
6c19845
progress
jgfouca Mar 18, 2024
5a69c00
progress
jgfouca Mar 19, 2024
a1b021b
Progress. Running nut not passing.
jgfouca Mar 19, 2024
899b6cf
Test passes
jgfouca Mar 20, 2024
80fd156
progress
jgfouca Mar 29, 2024
093e402
Remove prints
jgfouca Apr 10, 2024
19ff534
Get rid of mpi2 RBILUK test, matrix block size will no longer divide …
jgfouca Apr 10, 2024
458a7df
Fixes for GPU
jgfouca Apr 12, 2024
24f5b5c
Fix for complex
jgfouca Apr 12, 2024
9065969
Remove warning
jgfouca Apr 12, 2024
0b3e772
Add Amesos deprecated warnings when including header
achauphan Apr 17, 2024
48b744c
Add AztecOO deprecated warnings when including its headers
achauphan Apr 17, 2024
09f08b0
Add EpetraExt deprecated warnings when including its headers
achauphan Apr 17, 2024
8a7dfa4
Add Ifpack deprecated warnings when including its headers
achauphan Apr 17, 2024
06817d1
Fix build error on some platforms
jgfouca Apr 18, 2024
4107ce4
Add Intrepid deprecated warnings when including its headers
achauphan Apr 18, 2024
7c21aec
Add ML deprecated warnings when including its headers
achauphan Apr 18, 2024
b85a5d2
Add Pliris deprecated warnings when including its headers
achauphan Apr 18, 2024
c57e807
Add PyTrilinos deprecated warnings when including its headers
achauphan Apr 18, 2024
3802f36
Another try at building
jgfouca Apr 18, 2024
2411806
Add ThyraEpetraAdapters deprecated warnings when including its headers
achauphan Apr 19, 2024
dfeda18
Add ThyraEpetraExtAdapters deprecated warnings when including headers
achauphan Apr 19, 2024
f15488d
Add ShyLU_DDCore deprecated warnings when including its headers
achauphan Apr 19, 2024
3e1da36
Add Triutils deprecated warnings when including its headers
achauphan Apr 19, 2024
d4fb828
Updated New_Package README with a warning
achauphan Apr 19, 2024
93e0b22
Removed duplicate ML_config.h.in file
achauphan Apr 19, 2024
3f4261c
Use -Wno-error flag for PR builds
achauphan Apr 22, 2024
cb85d8f
Removed -Werror flags set in GCC_PACKAGE_SPECIFIC_WARNING_FLAGS
achauphan Apr 23, 2024
40b5040
Merge branch 'develop' into deprecation_example
achauphan Apr 23, 2024
adcc496
Removed -Werror flag set for container gcc-serial config
achauphan Apr 24, 2024
5021aeb
Resolve compilation error pertaining to cher, zher, cher2, and zher2 …
malphil Apr 24, 2024
a09187d
Recursively copy modifiers to the users parameter list.
danielsjensen1 Apr 26, 2024
b740b09
Merge pull request #12963 from MalachiTimothyPhillips/malachi/resolve…
ndellingwood Apr 29, 2024
7764616
Merge pull request #12911 from jgfouca/jgfouca/ifpack2_block_spiluk
brian-kelley Apr 29, 2024
94db010
FROSch: Adding watchr support
csiefer2 Apr 29, 2024
7a15e39
Merge Pull Request #12967 from trilinos/Trilinos/csiefer-94db010
trilinos-autotester Apr 29, 2024
80fa0e3
Merge pull request #12969 from dsjense/12968-copy-modifiers-during-mo…
rppawlo Apr 29, 2024
a447d08
Bump actions/dependency-review-action from 4.2.5 to 4.3.1
dependabot[bot] Apr 29, 2024
fa28c8f
Bump step-security/harden-runner from 2.7.0 to 2.7.1
dependabot[bot] Apr 29, 2024
18ff48a
Bump github/codeql-action from 3.25.2 to 3.25.3
dependabot[bot] Apr 29, 2024
53781bf
Merge Pull Request #12970 from trilinos/Trilinos/dependabot/github_ac…
trilinos-autotester Apr 29, 2024
0f33cd1
Bump actions/checkout from 4.1.3 to 4.1.4
dependabot[bot] Apr 29, 2024
2bcca7e
Merge Pull Request #12973 from trilinos/Trilinos/dependabot/github_ac…
trilinos-autotester Apr 30, 2024
aa3a138
Merge Pull Request #12971 from trilinos/Trilinos/dependabot/github_ac…
trilinos-autotester Apr 30, 2024
e4f45e6
Add RELEASE_NOTES entry about deprecation warnings
sebrowne Apr 30, 2024
36a6c3c
Merge pull request #12828 from sebrowne/deprecation_example
sebrowne Apr 30, 2024
10edd73
Merge Pull Request #12972 from trilinos/Trilinos/dependabot/github_ac…
trilinos-autotester Apr 30, 2024
563e0b5
WIP
fryeguy52 Apr 18, 2024
d5b4522
non blocking build for sems v2
fryeguy52 May 1, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
4 changes: 2 additions & 2 deletions .github/workflows/AT2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
mkdir -p /home/Trilinos/src/Trilinos
mkdir -p /home/Trilinos/build
- name: Clone trilinos
uses: actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4.1.3
uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
with:
fetch-depth: 0
- name: Repo status
Expand Down Expand Up @@ -99,7 +99,7 @@ jobs:
mkdir -p /home/Trilinos/src/Trilinos
mkdir -p /home/Trilinos/build
- name: Clone trilinos
uses: actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4.1.3
uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
with:
fetch-depth: 0
- name: Repo status
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/clang_format.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4.1.3
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
- uses: DoozyX/clang-format-lint-action@11b773b1598aa4ae3b32f023701bca5201c3817d # v0.17
with:
source: './packages/muelu ./packages/tempus ./packages/teko ./packages/xpetra'
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,11 +58,11 @@ jobs:
# your codebase is analyzed, see https://docs.github.com/en/code-security/code-scanning/creating-an-advanced-setup-for-code-scanning/codeql-code-scanning-for-compiled-languages
steps:
- name: Checkout repository
uses: actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4.1.3
uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4

# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
uses: github/codeql-action/init@8f596b4ae3cb3c588a5c46780b86dd53fef16c52 # v3.25.2
uses: github/codeql-action/init@d39d31e687223d841ef683f52467bd88e9b21c14 # v3.25.3
with:
languages: ${{ matrix.language }}
build-mode: ${{ matrix.build-mode }}
Expand All @@ -85,6 +85,6 @@ jobs:
make -j 2

- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@8f596b4ae3cb3c588a5c46780b86dd53fef16c52 # v3.25.2
uses: github/codeql-action/analyze@d39d31e687223d841ef683f52467bd88e9b21c14 # v3.25.3
with:
category: "/language:${{matrix.language}}"
6 changes: 3 additions & 3 deletions .github/workflows/dependency-review.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Harden Runner
uses: step-security/harden-runner@63c24ba6bd7ba022e95695ff85de572c04a18142 # v2.7.0
uses: step-security/harden-runner@a4aa98b93cab29d9b1101a6143fb8bce00e2eac4 # v2.7.1
with:
egress-policy: audit

- name: 'Checkout Repository'
uses: actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4.1.3
uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
- name: 'Dependency Review'
uses: actions/dependency-review-action@5bbc3ba658137598168acb2ab73b21c432dd411b # v4.2.5
uses: actions/dependency-review-action@e58c696e52cac8e62d61cc21fda89565d71505d7 # v4.3.1
2 changes: 1 addition & 1 deletion .github/workflows/detect-git-lfs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:

steps:
- name: Check out code
uses: actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4.1.3
uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
with:
fetch-depth: 0

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/detect-mpi-comm-world.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:

steps:
- name: Check out code
uses: actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4.1.3
uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
with:
fetch-depth: 0

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/scorecards.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:

steps:
- name: "Checkout code"
uses: actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4.1.3
uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
with:
persist-credentials: false

Expand Down Expand Up @@ -66,6 +66,6 @@ jobs:

# Upload the results to GitHub's code scanning dashboard.
- name: "Upload to code-scanning"
uses: github/codeql-action/upload-sarif@8f596b4ae3cb3c588a5c46780b86dd53fef16c52 # v3.25.2
uses: github/codeql-action/upload-sarif@d39d31e687223d841ef683f52467bd88e9b21c14 # v3.25.3
with:
sarif_file: results.sarif
2 changes: 1 addition & 1 deletion .github/workflows/spack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
with:
access_token: ${{ github.token }}
- name: Clone Trilinos
uses: actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4.1.3
uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
with:
fetch-depth: 1
- name: Spack build
Expand Down
3 changes: 3 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,9 @@ IF(enabled_deprecated_packages)
message("********************************************************************")
message("")
message(WARNING "Deprecated packages that are enabled: ${enabled_deprecated_packages}")
IF(Trilinos_HIDE_DEPRECATED_CODE)
message(FATAL_ERROR "Trilinos cannot be built with deprecated code hidden if any deprecated packages are enabled!")
ENDIF()
ENDIF()

message(STATUS "If publishing results using Trilinos, please cite us: https://trilinos.github.io/cite.html")
5 changes: 5 additions & 0 deletions RELEASE_NOTES
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,11 @@ Framework
the user is depending on (e.g. if you depend on ThyraEpetraAdapters, enable
that explicitly instead of Thyra and Epetra and allowing TriBITS to enable
the adapters).
- Added deprecation warnings to all deprecated packages. The warnings are able
to be disabled via the `Trilinos_SHOW_DEPRECATED_WARNINGS` option (this is
also available as a per-package option). These warnings are intended to
notify users that pacakge capability they are using will be removed in upcoming
releases.

###############################################################################
# #
Expand Down
2 changes: 2 additions & 0 deletions packages/PyTrilinos/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,8 @@ ENDIF()
# Set the package version number
SET(PyTrilinos_VERSION ${Trilinos_VERSION})

TRIBITS_ADD_SHOW_DEPRECATED_WARNINGS_OPTION()

# Define the list of PyTrilinos packages and modules. Packages are
# the top-level names only, such as Epetra, AztecOO and NOX. The list
# of modules is similar to the packages, except it contains the names
Expand Down
3 changes: 3 additions & 0 deletions packages/PyTrilinos/cmake/PyTrilinos_config.h.in
Original file line number Diff line number Diff line change
Expand Up @@ -165,3 +165,6 @@
#endif

#endif

#cmakedefine PyTrilinos_SHOW_DEPRECATED_WARNINGS

7 changes: 7 additions & 0 deletions packages/PyTrilinos/src/PyTrilinos_Amesos_Headers.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -82,3 +82,10 @@
#endif

#endif

#if defined(PyTrilinos_SHOW_DEPRECATED_WARNINGS)
#ifdef __GNUC__
#warning "The PyTrilinos package is deprecated"
#endif
#endif

7 changes: 7 additions & 0 deletions packages/PyTrilinos/src/PyTrilinos_Anasazi_Headers.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -81,3 +81,10 @@
#endif

#endif

#if defined(PyTrilinos_SHOW_DEPRECATED_WARNINGS)
#ifdef __GNUC__
#warning "The PyTrilinos package is deprecated"
#endif
#endif

7 changes: 7 additions & 0 deletions packages/PyTrilinos/src/PyTrilinos_AztecOO_Headers.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -52,3 +52,10 @@
#include "AztecOO_Version.h"

#endif

#if defined(PyTrilinos_SHOW_DEPRECATED_WARNINGS)
#ifdef __GNUC__
#warning "The PyTrilinos package is deprecated"
#endif
#endif

7 changes: 7 additions & 0 deletions packages/PyTrilinos/src/PyTrilinos_DAP.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -139,3 +139,10 @@ class DistArrayProtocol
}

#endif

#if defined(PyTrilinos_SHOW_DEPRECATED_WARNINGS)
#ifdef __GNUC__
#warning "The PyTrilinos package is deprecated"
#endif
#endif

7 changes: 7 additions & 0 deletions packages/PyTrilinos/src/PyTrilinos_Domi_Headers.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -61,3 +61,10 @@
#include "Domi_MDVector.hpp"

#endif

#if defined(PyTrilinos_SHOW_DEPRECATED_WARNINGS)
#ifdef __GNUC__
#warning "The PyTrilinos package is deprecated"
#endif
#endif

7 changes: 7 additions & 0 deletions packages/PyTrilinos/src/PyTrilinos_Domi_Util.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -318,3 +318,10 @@ convertToDistArray(Domi::MDVector< Scalar > & mdVector)
}

#endif

#if defined(PyTrilinos_SHOW_DEPRECATED_WARNINGS)
#ifdef __GNUC__
#warning "The PyTrilinos package is deprecated"
#endif
#endif

7 changes: 7 additions & 0 deletions packages/PyTrilinos/src/PyTrilinos_EpetraExt_Headers.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -72,3 +72,10 @@
#endif

#endif

#if defined(PyTrilinos_SHOW_DEPRECATED_WARNINGS)
#ifdef __GNUC__
#warning "The PyTrilinos package is deprecated"
#endif
#endif

7 changes: 7 additions & 0 deletions packages/PyTrilinos/src/PyTrilinos_EpetraExt_Util.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -212,3 +212,10 @@ convertArrayOfIntToPython(const Teuchos::Array<int> & tai);
} // Namespace PyTrilinos

#endif // PYTRILINOS_EPETRAEXT_UTIL_HPP

#if defined(PyTrilinos_SHOW_DEPRECATED_WARNINGS)
#ifdef __GNUC__
#warning "The PyTrilinos package is deprecated"
#endif
#endif

7 changes: 7 additions & 0 deletions packages/PyTrilinos/src/PyTrilinos_Epetra_Headers.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -83,3 +83,10 @@
#include "PyTrilinos_Epetra_Util.hpp"

#endif

#if defined(PyTrilinos_SHOW_DEPRECATED_WARNINGS)
#ifdef __GNUC__
#warning "The PyTrilinos package is deprecated"
#endif
#endif

7 changes: 7 additions & 0 deletions packages/PyTrilinos/src/PyTrilinos_Epetra_Util.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -232,3 +232,10 @@ convertToDistArray(const Epetra_MultiVector & emv);
} // Namespace PyTrilinos

#endif // PYTRILINOS_EPETRA_UTIL_HPP

#if defined(PyTrilinos_SHOW_DEPRECATED_WARNINGS)
#ifdef __GNUC__
#warning "The PyTrilinos package is deprecated"
#endif
#endif

7 changes: 7 additions & 0 deletions packages/PyTrilinos/src/PyTrilinos_FILEstream.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -73,3 +73,10 @@ class FILEstream : public std::streambuf
} // Namespace PyTrilinos

#endif

#if defined(PyTrilinos_SHOW_DEPRECATED_WARNINGS)
#ifdef __GNUC__
#warning "The PyTrilinos package is deprecated"
#endif
#endif

7 changes: 7 additions & 0 deletions packages/PyTrilinos/src/PyTrilinos_Galeri_Headers.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -56,3 +56,10 @@
#include "Galeri_ReadHB.h"

#endif

#if defined(PyTrilinos_SHOW_DEPRECATED_WARNINGS)
#ifdef __GNUC__
#warning "The PyTrilinos package is deprecated"
#endif
#endif

7 changes: 7 additions & 0 deletions packages/PyTrilinos/src/PyTrilinos_IFPACK_Headers.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -60,3 +60,10 @@
#include "Ifpack_Amesos.h"

#endif

#if defined(PyTrilinos_SHOW_DEPRECATED_WARNINGS)
#ifdef __GNUC__
#warning "The PyTrilinos package is deprecated"
#endif
#endif

7 changes: 7 additions & 0 deletions packages/PyTrilinos/src/PyTrilinos_Isorropia_Headers.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -73,3 +73,10 @@
#endif

#endif

#if defined(PyTrilinos_SHOW_DEPRECATED_WARNINGS)
#ifdef __GNUC__
#warning "The PyTrilinos package is deprecated"
#endif
#endif

7 changes: 7 additions & 0 deletions packages/PyTrilinos/src/PyTrilinos_Komplex_Headers.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -55,3 +55,10 @@
#include "Komplex_LinearProblem.h"

#endif

#if defined(PyTrilinos_SHOW_DEPRECATED_WARNINGS)
#ifdef __GNUC__
#warning "The PyTrilinos package is deprecated"
#endif
#endif

7 changes: 7 additions & 0 deletions packages/PyTrilinos/src/PyTrilinos_LOCA_Epetra_Headers.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -52,3 +52,10 @@
#include "LOCA_Epetra_Interface_TimeDependentMatrixFree.H"

#endif

#if defined(PyTrilinos_SHOW_DEPRECATED_WARNINGS)
#ifdef __GNUC__
#warning "The PyTrilinos package is deprecated"
#endif
#endif

7 changes: 7 additions & 0 deletions packages/PyTrilinos/src/PyTrilinos_LOCA_Headers.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -55,3 +55,10 @@
#include "LOCA_SaveEigenData_DefaultStrategy.H"

#endif

#if defined(PyTrilinos_SHOW_DEPRECATED_WARNINGS)
#ifdef __GNUC__
#warning "The PyTrilinos package is deprecated"
#endif
#endif

7 changes: 7 additions & 0 deletions packages/PyTrilinos/src/PyTrilinos_LOCA_Hopf_Headers.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -54,3 +54,10 @@
#include "LOCA_Hopf_MinimallyAugmented_Constraint.H"

#endif

#if defined(PyTrilinos_SHOW_DEPRECATED_WARNINGS)
#ifdef __GNUC__
#warning "The PyTrilinos package is deprecated"
#endif
#endif

7 changes: 7 additions & 0 deletions packages/PyTrilinos/src/PyTrilinos_LinearProblem.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -106,3 +106,10 @@ class LinearProblem : public Epetra_LinearProblem
}

#endif

#if defined(PyTrilinos_SHOW_DEPRECATED_WARNINGS)
#ifdef __GNUC__
#warning "The PyTrilinos package is deprecated"
#endif
#endif

7 changes: 7 additions & 0 deletions packages/PyTrilinos/src/PyTrilinos_ML_Headers.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -62,3 +62,10 @@
#undef Copy

#endif

#if defined(PyTrilinos_SHOW_DEPRECATED_WARNINGS)
#ifdef __GNUC__
#warning "The PyTrilinos package is deprecated"
#endif
#endif

7 changes: 7 additions & 0 deletions packages/PyTrilinos/src/PyTrilinos_ML_Util.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -89,3 +89,10 @@ class PyMatrix : public MLAPI::Operator
} // Namespace PyTrilinos

#endif

#if defined(PyTrilinos_SHOW_DEPRECATED_WARNINGS)
#ifdef __GNUC__
#warning "The PyTrilinos package is deprecated"
#endif
#endif

7 changes: 7 additions & 0 deletions packages/PyTrilinos/src/PyTrilinos_NOX_Abstract_Headers.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -55,3 +55,10 @@
#include "NOX_Solver_Generic.H"

#endif

#if defined(PyTrilinos_SHOW_DEPRECATED_WARNINGS)
#ifdef __GNUC__
#warning "The PyTrilinos package is deprecated"
#endif
#endif

7 changes: 7 additions & 0 deletions packages/PyTrilinos/src/PyTrilinos_NOX_Epetra_Headers.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -65,3 +65,10 @@
#include "NOX_Epetra_Interface_Preconditioner.H"

#endif

#if defined(PyTrilinos_SHOW_DEPRECATED_WARNINGS)
#ifdef __GNUC__
#warning "The PyTrilinos package is deprecated"
#endif
#endif

Loading
Loading