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

Tpetra: Fix #4627 #5315

Merged
merged 1 commit into from
Jun 5, 2019
Merged

Tpetra: Fix #4627 #5315

merged 1 commit into from
Jun 5, 2019

Conversation

mhoemmen
Copy link
Contributor

@mhoemmen mhoemmen commented Jun 4, 2019

@trilinos/tpetra @fnrizzi

Description

  1. Add = default copy and move constructors and copy and move
    assignment operators to both BlockMultiVector and BlockVector.

  2. Add two-argument "copy constructors" to both BlockMultiVector and
    BlockVector, just like MultiVector and Vector already have, that
    give users the option to deep copy or shallow copy.

  3. Add tests for the two-argument "copy constructors." They pass.

Motivation and Context

SPARC wants this.

Related Issues

@trilinos/tpetra

1. Add `= default` copy and move constructors and copy and move
   assignment operators to both BlockMultiVector and BlockVector.

2. Add two-argument "copy constructors" to both BlockMultiVector and
   BlockVector, just like MultiVector and Vector already have, that
   give users the option to deep copy or shallow copy.

3. Add tests for the two-argument "copy constructors."  They pass.
@mhoemmen mhoemmen self-assigned this Jun 4, 2019
@mhoemmen mhoemmen added pkg: Tpetra TpetraRF client: SPARC Issues related to or needed more specifically by the ATDM SPARC code and removed TpetraRF labels Jun 4, 2019
@trilinos-autotester
Copy link
Contributor

Status Flag 'Pre-Test Inspection' - Auto Inspected - Inspection Is Not Necessary for this Pull Request.

@trilinos-autotester
Copy link
Contributor

Status Flag 'Pull Request AutoTester' - Testing Jenkins Projects:

Pull Request Auto Testing STARTING (click to expand)

Build Information

Test Name: Trilinos_pullrequest_gcc_4.8.4

  • Build Num: 3744
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
COMPILER_MODULE sems-gcc/4.8.4
JENKINS_BUILD_TYPE Release
JENKINS_COMM_TYPE MPI
JENKINS_DO_COMPLEX OFF
JENKINS_JOB_TYPE Experimental
MPI_MODULE sems-openmpi/1.8.7
PULLREQUESTNUM 5315
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH Fix-4627
TRILINOS_SOURCE_REPO https://github.com/trilinos/Trilinos
TRILINOS_SOURCE_SHA ce1505e
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 26b50ae

Build Information

Test Name: Trilinos_pullrequest_intel_17.0.1

  • Build Num: 3559
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
PULLREQUESTNUM 5315
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH Fix-4627
TRILINOS_SOURCE_REPO https://github.com/trilinos/Trilinos
TRILINOS_SOURCE_SHA ce1505e
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 26b50ae

Build Information

Test Name: Trilinos_pullrequest_gcc_4.9.3_SERIAL

  • Build Num: 2005
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
PULLREQUESTNUM 5315
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH Fix-4627
TRILINOS_SOURCE_REPO https://github.com/trilinos/Trilinos
TRILINOS_SOURCE_SHA ce1505e
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 26b50ae

Build Information

Test Name: Trilinos_pullrequest_gcc_7.2.0

  • Build Num: 1780
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
PULLREQUESTNUM 5315
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH Fix-4627
TRILINOS_SOURCE_REPO https://github.com/trilinos/Trilinos
TRILINOS_SOURCE_SHA ce1505e
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 26b50ae

Build Information

Test Name: Trilinos_pullrequest_cuda_9.2

  • Build Num: 1409
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
JENKINS_JOB_TYPE Experimental
PULLREQUESTNUM 5315
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH Fix-4627
TRILINOS_SOURCE_REPO https://github.com/trilinos/Trilinos
TRILINOS_SOURCE_SHA ce1505e
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 26b50ae

Using Repos:

Repo: TRILINOS (trilinos/Trilinos)
  • Branch: Fix-4627
  • SHA: ce1505e
  • Mode: TEST_REPO

Pull Request Author: mhoemmen

@trilinos-autotester
Copy link
Contributor

Status Flag 'Pull Request AutoTester' - Jenkins Testing: all Jobs PASSED

Pull Request Auto Testing has PASSED (click to expand)

Build Information

Test Name: Trilinos_pullrequest_gcc_4.8.4

  • Build Num: 3744
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
COMPILER_MODULE sems-gcc/4.8.4
JENKINS_BUILD_TYPE Release
JENKINS_COMM_TYPE MPI
JENKINS_DO_COMPLEX OFF
JENKINS_JOB_TYPE Experimental
MPI_MODULE sems-openmpi/1.8.7
PULLREQUESTNUM 5315
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH Fix-4627
TRILINOS_SOURCE_REPO https://github.com/trilinos/Trilinos
TRILINOS_SOURCE_SHA ce1505e
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 26b50ae

Build Information

Test Name: Trilinos_pullrequest_intel_17.0.1

  • Build Num: 3559
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
PULLREQUESTNUM 5315
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH Fix-4627
TRILINOS_SOURCE_REPO https://github.com/trilinos/Trilinos
TRILINOS_SOURCE_SHA ce1505e
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 26b50ae

Build Information

Test Name: Trilinos_pullrequest_gcc_4.9.3_SERIAL

  • Build Num: 2005
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
PULLREQUESTNUM 5315
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH Fix-4627
TRILINOS_SOURCE_REPO https://github.com/trilinos/Trilinos
TRILINOS_SOURCE_SHA ce1505e
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 26b50ae

Build Information

Test Name: Trilinos_pullrequest_gcc_7.2.0

  • Build Num: 1780
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
PULLREQUESTNUM 5315
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH Fix-4627
TRILINOS_SOURCE_REPO https://github.com/trilinos/Trilinos
TRILINOS_SOURCE_SHA ce1505e
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 26b50ae

Build Information

Test Name: Trilinos_pullrequest_cuda_9.2

  • Build Num: 1409
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
JENKINS_JOB_TYPE Experimental
PULLREQUESTNUM 5315
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH Fix-4627
TRILINOS_SOURCE_REPO https://github.com/trilinos/Trilinos
TRILINOS_SOURCE_SHA ce1505e
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 26b50ae


CDash Test Results for PR# 5315.

@trilinos-autotester
Copy link
Contributor

Status Flag 'Pre-Merge Inspection' - SUCCESS: The last commit to this Pull Request has been INSPECTED AND APPROVED by [ csiefer2 ]!

@trilinos-autotester
Copy link
Contributor

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...

@mhoemmen mhoemmen merged commit c9c61f9 into develop Jun 5, 2019
@mhoemmen mhoemmen deleted the Fix-4627 branch June 5, 2019 15:32
@mhoemmen
Copy link
Contributor Author

mhoemmen commented Jun 5, 2019

Thanks @csiefer2 ! :D

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
client: SPARC Issues related to or needed more specifically by the ATDM SPARC code pkg: Tpetra
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants