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

Muelu: add region MG examples #7908

Merged
merged 5 commits into from
Aug 27, 2020

Conversation

mayrmt
Copy link
Member

@mayrmt mayrmt commented Aug 26, 2020

@trilinos/muelu
@lucbv @pohm01 @rstumin

Motivation

Reproduce the examples, that we will include in the paper on region MG.

Related Issues

Stakeholder Feedback

This work is part of an ASCR project with @rstumin and @lucbv.

Testing

All tests pass locally.

The xml-files try to reproduce the region MG examples from our paper.
Just the number of MPI ranks is different.
@mayrmt mayrmt added pkg: MueLu AT: WIP Causes the PR autotester to not test the PR. (Remove to allow testing to occur.) labels Aug 26, 2020
@mayrmt mayrmt requested a review from a team as a code owner August 26, 2020 05:57
@mayrmt mayrmt self-assigned this Aug 26, 2020
@mayrmt
Copy link
Member Author

mayrmt commented Aug 26, 2020

@pohm01 Can you please add a prototype of the structured/unstructured example to this branch? Thanks!

(I've invited you to my fork of Trilinos, so that you can also directly push to this branch.)

mayrmt added 3 commits August 27, 2020 07:43
Limit the number of region MG levels to 3 for all examples in order to
trigger the build of an actual AMG hierarchy.
Since these xml-files serve as examples, they should be clean and only
contain parameters and settings, that are actually needed.
@mayrmt
Copy link
Member Author

mayrmt commented Aug 27, 2020

@pohm01 @lucbv I added one more example (Poisson with AMG as coarse solver) and cleaned up the xml-files. From my point of view, this is ready to be merged. Let me know, what you think!

@mayrmt mayrmt removed the AT: WIP Causes the PR autotester to not test the PR. (Remove to allow testing to occur.) label Aug 27, 2020
@mayrmt mayrmt requested review from pohm01, lucbv, rstumin and a team August 27, 2020 06:00
@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: 7684
  • 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
PR_LABELS pkg: MueLu
PULLREQUESTNUM 7908
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH muelu-add-regionMG-examples
TRILINOS_SOURCE_REPO https://github.com/mayrmt/Trilinos
TRILINOS_SOURCE_SHA 99bbf57
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 4c049b4

Build Information

Test Name: Trilinos_pullrequest_intel_17.0.1

  • Build Num: 7494
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
PR_LABELS pkg: MueLu
PULLREQUESTNUM 7908
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH muelu-add-regionMG-examples
TRILINOS_SOURCE_REPO https://github.com/mayrmt/Trilinos
TRILINOS_SOURCE_SHA 99bbf57
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 4c049b4

Build Information

Test Name: Trilinos_pullrequest_gcc_4.9.3_SERIAL

  • Build Num: 5919
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
PR_LABELS pkg: MueLu
PULLREQUESTNUM 7908
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH muelu-add-regionMG-examples
TRILINOS_SOURCE_REPO https://github.com/mayrmt/Trilinos
TRILINOS_SOURCE_SHA 99bbf57
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 4c049b4

Build Information

Test Name: Trilinos_pullrequest_gcc_7.2.0_debug

  • Build Num: 139
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
PR_LABELS pkg: MueLu
PULLREQUESTNUM 7908
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH muelu-add-regionMG-examples
TRILINOS_SOURCE_REPO https://github.com/mayrmt/Trilinos
TRILINOS_SOURCE_SHA 99bbf57
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 4c049b4

Build Information

Test Name: Trilinos_pullrequest_gcc_8.3.0

  • Build Num: 1955
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
PR_LABELS pkg: MueLu
PULLREQUESTNUM 7908
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH muelu-add-regionMG-examples
TRILINOS_SOURCE_REPO https://github.com/mayrmt/Trilinos
TRILINOS_SOURCE_SHA 99bbf57
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 4c049b4

Build Information

Test Name: Trilinos_pullrequest_cuda_9.2

  • Build Num: 5251
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
PR_LABELS pkg: MueLu
PULLREQUESTNUM 7908
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH muelu-add-regionMG-examples
TRILINOS_SOURCE_REPO https://github.com/mayrmt/Trilinos
TRILINOS_SOURCE_SHA 99bbf57
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 4c049b4

Build Information

Test Name: Trilinos_pullrequest_clang_10.0.0

  • Build Num: 400
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
PR_LABELS pkg: MueLu
PULLREQUESTNUM 7908
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH muelu-add-regionMG-examples
TRILINOS_SOURCE_REPO https://github.com/mayrmt/Trilinos
TRILINOS_SOURCE_SHA 99bbf57
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 4c049b4

Build Information

Test Name: Trilinos_pullrequest_python_2

  • Build Num: 3251
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
PR_LABELS pkg: MueLu
PULLREQUESTNUM 7908
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH muelu-add-regionMG-examples
TRILINOS_SOURCE_REPO https://github.com/mayrmt/Trilinos
TRILINOS_SOURCE_SHA 99bbf57
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 4c049b4

Build Information

Test Name: Trilinos_pullrequest_python_3

  • Build Num: 3272
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
PR_LABELS pkg: MueLu
PULLREQUESTNUM 7908
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH muelu-add-regionMG-examples
TRILINOS_SOURCE_REPO https://github.com/mayrmt/Trilinos
TRILINOS_SOURCE_SHA 99bbf57
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 4c049b4

Using Repos:

Repo: TRILINOS (mayrmt/Trilinos)
  • Branch: muelu-add-regionMG-examples
  • SHA: 99bbf57
  • Mode: TEST_REPO

Pull Request Author: mayrmt

@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: 7684
  • 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
PR_LABELS pkg: MueLu
PULLREQUESTNUM 7908
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH muelu-add-regionMG-examples
TRILINOS_SOURCE_REPO https://github.com/mayrmt/Trilinos
TRILINOS_SOURCE_SHA 99bbf57
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 4c049b4

Build Information

Test Name: Trilinos_pullrequest_intel_17.0.1

  • Build Num: 7494
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
PR_LABELS pkg: MueLu
PULLREQUESTNUM 7908
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH muelu-add-regionMG-examples
TRILINOS_SOURCE_REPO https://github.com/mayrmt/Trilinos
TRILINOS_SOURCE_SHA 99bbf57
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 4c049b4

Build Information

Test Name: Trilinos_pullrequest_gcc_4.9.3_SERIAL

  • Build Num: 5919
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
PR_LABELS pkg: MueLu
PULLREQUESTNUM 7908
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH muelu-add-regionMG-examples
TRILINOS_SOURCE_REPO https://github.com/mayrmt/Trilinos
TRILINOS_SOURCE_SHA 99bbf57
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 4c049b4

Build Information

Test Name: Trilinos_pullrequest_gcc_7.2.0_debug

  • Build Num: 139
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
PR_LABELS pkg: MueLu
PULLREQUESTNUM 7908
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH muelu-add-regionMG-examples
TRILINOS_SOURCE_REPO https://github.com/mayrmt/Trilinos
TRILINOS_SOURCE_SHA 99bbf57
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 4c049b4

Build Information

Test Name: Trilinos_pullrequest_gcc_8.3.0

  • Build Num: 1955
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
PR_LABELS pkg: MueLu
PULLREQUESTNUM 7908
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH muelu-add-regionMG-examples
TRILINOS_SOURCE_REPO https://github.com/mayrmt/Trilinos
TRILINOS_SOURCE_SHA 99bbf57
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 4c049b4

Build Information

Test Name: Trilinos_pullrequest_cuda_9.2

  • Build Num: 5251
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
PR_LABELS pkg: MueLu
PULLREQUESTNUM 7908
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH muelu-add-regionMG-examples
TRILINOS_SOURCE_REPO https://github.com/mayrmt/Trilinos
TRILINOS_SOURCE_SHA 99bbf57
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 4c049b4

Build Information

Test Name: Trilinos_pullrequest_clang_10.0.0

  • Build Num: 400
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
PR_LABELS pkg: MueLu
PULLREQUESTNUM 7908
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH muelu-add-regionMG-examples
TRILINOS_SOURCE_REPO https://github.com/mayrmt/Trilinos
TRILINOS_SOURCE_SHA 99bbf57
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 4c049b4

Build Information

Test Name: Trilinos_pullrequest_python_2

  • Build Num: 3251
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
PR_LABELS pkg: MueLu
PULLREQUESTNUM 7908
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH muelu-add-regionMG-examples
TRILINOS_SOURCE_REPO https://github.com/mayrmt/Trilinos
TRILINOS_SOURCE_SHA 99bbf57
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 4c049b4

Build Information

Test Name: Trilinos_pullrequest_python_3

  • Build Num: 3272
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
PR_LABELS pkg: MueLu
PULLREQUESTNUM 7908
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH muelu-add-regionMG-examples
TRILINOS_SOURCE_REPO https://github.com/mayrmt/Trilinos
TRILINOS_SOURCE_SHA 99bbf57
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 4c049b4


CDash Test Results for PR# 7908.

@trilinos-autotester
Copy link
Contributor

Status Flag 'Pre-Merge Inspection' - - This Pull Request Requires Inspection... The code must be inspected by a member of the Team before Testing/Merging
THE LAST COMMIT TO THIS PULL REQUEST HAS BEEN REVIEWED, BUT NOT ACCEPTED OR REQUIRES CHANGES

@trilinos-autotester
Copy link
Contributor

All Jobs Finished; status = PASSED, However Inspection must be performed before merge can occur...

Copy link
Contributor

@lucbv lucbv left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice this covers the paper pretty well!

@trilinos-autotester
Copy link
Contributor

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

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

@mayrmt mayrmt merged commit b8b4858 into trilinos:develop Aug 27, 2020
@mayrmt mayrmt deleted the muelu-add-regionMG-examples branch August 27, 2020 18:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants