-
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
Xpetra: remove Tpetra deprecated code #5750
Conversation
Closes: trilinos#5749 Part of: trilinos#5602
Status Flag 'Pre-Test Inspection' - Auto Inspected - Inspection Is Not Necessary for this Pull Request. |
Status Flag 'Pull Request AutoTester' - Testing Jenkins Projects: Pull Request Auto Testing STARTING (click to expand)Build InformationTest Name: Trilinos_pullrequest_gcc_4.8.4
Jenkins Parameters
Build InformationTest Name: Trilinos_pullrequest_intel_17.0.1
Jenkins Parameters
Build InformationTest Name: Trilinos_pullrequest_gcc_4.9.3_SERIAL
Jenkins Parameters
Build InformationTest Name: Trilinos_pullrequest_gcc_7.2.0
Jenkins Parameters
Build InformationTest Name: Trilinos_pullrequest_cuda_9.2
Jenkins Parameters
Build InformationTest Name: Trilinos_pullrequest_python_2
Jenkins Parameters
Build InformationTest Name: Trilinos_pullrequest_python_3
Jenkins Parameters
Using Repos:
Pull Request Author: tjfulle |
Status Flag 'Pull Request AutoTester' - Jenkins Testing: all Jobs PASSED Pull Request Auto Testing has PASSED (click to expand)Build InformationTest Name: Trilinos_pullrequest_gcc_4.8.4
Jenkins Parameters
Build InformationTest Name: Trilinos_pullrequest_intel_17.0.1
Jenkins Parameters
Build InformationTest Name: Trilinos_pullrequest_gcc_4.9.3_SERIAL
Jenkins Parameters
Build InformationTest Name: Trilinos_pullrequest_gcc_7.2.0
Jenkins Parameters
Build InformationTest Name: Trilinos_pullrequest_cuda_9.2
Jenkins Parameters
Build InformationTest Name: Trilinos_pullrequest_python_2
Jenkins Parameters
Build InformationTest Name: Trilinos_pullrequest_python_3
Jenkins Parameters
|
Status Flag 'Pre-Merge Inspection' - SUCCESS: The last commit to this Pull Request has been INSPECTED AND APPROVED by [ csiefer2 ]! |
Status Flag 'Pull Request AutoTester' - AutoMerge IS ENABLED, but the Label AT: AUTOMERGE is not set. Either set Label AT: AUTOMERGE or manually merge the PR... |
…s:develop' (12eb4be). * trilinos-develop: (24 commits) Piro: fix Tpetra ordinal issues. (trilinos#5747) Trilinos Couplings: Fix for trilinos#5754 (trilinos#5755) Xpetra: remove Tpetra deprecated code (trilinos#5750) Xpetra: MapFactory - ETI - Update (PR trilinos#5723) Panzer: require Epetra to build Stokhos: fix for trilinos#5742 (trilinos#5743) Amesos2: Fix test for throw to work on MPI Panzer: consistent ordinals Xpetra: MapFactory - ETI - branch testing & checkpoint 2019-08-17 (v002) Xpetra: MapFactory - ETI - branch testing & checkpoint 2019-08-17 Phalanx/Panzer: deprecate some utilities Phalanx: adding memory manager Xpetra: MapFactory - ETI - branch checkpoint 2019-08-16 Phalanx: split out print from extent traits Phalanx: add field use range computation Xpetra: ETI - MapFactory - Merging with develop Xpetra: MapFactory - ETI - branch checkpoint 2019-08-15 Xpetra: MapFactory - ETI - branch checkpoint Xpetra: MapFactory - ETI - branch checkpoint 2019-08-13 Xpetra: ETI MapFactory ...
…s:develop' (12eb4be). * trilinos-develop: (24 commits) Piro: fix Tpetra ordinal issues. (trilinos#5747) Trilinos Couplings: Fix for trilinos#5754 (trilinos#5755) Xpetra: remove Tpetra deprecated code (trilinos#5750) Xpetra: MapFactory - ETI - Update (PR trilinos#5723) Panzer: require Epetra to build Stokhos: fix for trilinos#5742 (trilinos#5743) Amesos2: Fix test for throw to work on MPI Panzer: consistent ordinals Xpetra: MapFactory - ETI - branch testing & checkpoint 2019-08-17 (v002) Xpetra: MapFactory - ETI - branch testing & checkpoint 2019-08-17 Phalanx/Panzer: deprecate some utilities Phalanx: adding memory manager Xpetra: MapFactory - ETI - branch checkpoint 2019-08-16 Phalanx: split out print from extent traits Phalanx: add field use range computation Xpetra: ETI - MapFactory - Merging with develop Xpetra: MapFactory - ETI - branch checkpoint 2019-08-15 Xpetra: MapFactory - ETI - branch checkpoint Xpetra: MapFactory - ETI - branch checkpoint 2019-08-13 Xpetra: ETI MapFactory ...
…rosch-albany * 'develop' of https://github.com/trilinos/Trilinos: (138 commits) IOSS: Serialize IO test only with parallel-aware exodus Amesos2: Count entries in matrix before allocating (trilinos#5745) Piro: fix Tpetra ordinal issues. (trilinos#5747) Trilinos Couplings: Fix for trilinos#5754 (trilinos#5755) Tpetra: Fix trilinos#5762 Ctest: Fixing missing space Ctest: geminga test updates Xpetra: remove Tpetra deprecated code (trilinos#5750) Testing: change valgrind test days Xpetra: MapFactory - ETI - Update (PR trilinos#5723) Automatic snapshot commit from seacas at e6496d0cc0 Fix smart-jenkins-driver.sh (trilinos#4933) KokkosKernels: CUDA SPGEMM symbolic workaround MueLu RefMaxwell: Allow setting importer parameters MueLu: Allow setting distributor parameters at end of setup Xpetra: Allow setting parameters on Distributor of Import/Export Xpetra::ImportFactory: Add optional parameter list Panzer: require Epetra to build MueLu: add some braces to region MG smoothers Stokhos: fix for trilinos#5742 (trilinos#5743) ... # Conflicts: # packages/shylu/shylu_dd/frosch/cmake/Dependencies.cmake
Closes: #5749
Part of: #5602
Rather than compile out the call to
Tpetra::Map::clone
, perhaps a deep copy should be made instead?