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

Teuchos: add hooks to disable/reenable stacked timers for async tasks. #9249

Merged

Conversation

rppawlo
Copy link
Contributor

@rppawlo rppawlo commented Jun 8, 2021

Motivation

We have applications that are now using cuda streams. If tasks are launched asynchronously, the stop() call to stacked timers can trigger errors due to stopping out of sequence. We've added a method to pause timers by making the start() and stop() methods no-op. A second method can reenable. This will be used to pause timers when using tasking with cuda streams.

EMPIRE 1088

Stakeholder Feedback

Fixes issue!

Testing

new unit test added to packages/teuchos/comm/tests/stacked_timer.cpp

@rppawlo rppawlo added pkg: Teuchos Issues primarily dealing with the Teuchos Package client: EMPIRE All issues that most directly target the ATDM EMPIRE code AT: AUTOMERGE Causes the PR autotester to automatically merge the PR branch once approvals are completed PA: Framework Issues that fall under the Trilinos Framework Product Area labels Jun 8, 2021
@rppawlo rppawlo requested review from cgcgcg, etphipp and bathmatt June 8, 2021 20:00
@rppawlo rppawlo self-assigned this Jun 8, 2021
@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_8.3.0

  • Build Num: 4618
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
PR_LABELS AT: AUTOMERGE;PA: Framework;client: EMPIRE;pkg: Teuchos
PULLREQUESTNUM 9249
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH teuchos-disable-timers
TRILINOS_SOURCE_REPO https://github.com/rppawlo/Trilinos
TRILINOS_SOURCE_SHA 44de202
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 6ab2840

Build Information

Test Name: Trilinos_pullrequest_gcc_7.2.0_serial

  • Build Num: 2149
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
PR_LABELS AT: AUTOMERGE;PA: Framework;client: EMPIRE;pkg: Teuchos
PULLREQUESTNUM 9249
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH teuchos-disable-timers
TRILINOS_SOURCE_REPO https://github.com/rppawlo/Trilinos
TRILINOS_SOURCE_SHA 44de202
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 6ab2840

Build Information

Test Name: Trilinos_pullrequest_gcc_7.2.0_debug

  • Build Num: 2630
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
PR_LABELS AT: AUTOMERGE;PA: Framework;client: EMPIRE;pkg: Teuchos
PULLREQUESTNUM 9249
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH teuchos-disable-timers
TRILINOS_SOURCE_REPO https://github.com/rppawlo/Trilinos
TRILINOS_SOURCE_SHA 44de202
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 6ab2840

Build Information

Test Name: Trilinos_pullrequest_intel_17.0.1

  • Build Num: 9948
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
PR_LABELS AT: AUTOMERGE;PA: Framework;client: EMPIRE;pkg: Teuchos
PULLREQUESTNUM 9249
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH teuchos-disable-timers
TRILINOS_SOURCE_REPO https://github.com/rppawlo/Trilinos
TRILINOS_SOURCE_SHA 44de202
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 6ab2840

Build Information

Test Name: Trilinos_pullrequest_cuda_10.1.105

  • Build Num: 1362
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
PR_LABELS AT: AUTOMERGE;PA: Framework;client: EMPIRE;pkg: Teuchos
PULLREQUESTNUM 9249
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH teuchos-disable-timers
TRILINOS_SOURCE_REPO https://github.com/rppawlo/Trilinos
TRILINOS_SOURCE_SHA 44de202
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 6ab2840

Build Information

Test Name: Trilinos_pullrequest_cuda_10.1.105_uvm_off

  • Build Num: 359
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
PR_LABELS AT: AUTOMERGE;PA: Framework;client: EMPIRE;pkg: Teuchos
PULLREQUESTNUM 9249
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH teuchos-disable-timers
TRILINOS_SOURCE_REPO https://github.com/rppawlo/Trilinos
TRILINOS_SOURCE_SHA 44de202
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 6ab2840

Build Information

Test Name: Trilinos_pullrequest_clang_10.0.0

  • Build Num: 2727
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
PR_LABELS AT: AUTOMERGE;PA: Framework;client: EMPIRE;pkg: Teuchos
PULLREQUESTNUM 9249
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH teuchos-disable-timers
TRILINOS_SOURCE_REPO https://github.com/rppawlo/Trilinos
TRILINOS_SOURCE_SHA 44de202
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 6ab2840

Build Information

Test Name: Trilinos_pullrequest_python_3

  • Build Num: 5297
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
PR_LABELS AT: AUTOMERGE;PA: Framework;client: EMPIRE;pkg: Teuchos
PULLREQUESTNUM 9249
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH teuchos-disable-timers
TRILINOS_SOURCE_REPO https://github.com/rppawlo/Trilinos
TRILINOS_SOURCE_SHA 44de202
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 6ab2840

Using Repos:

Repo: TRILINOS (rppawlo/Trilinos)
  • Branch: teuchos-disable-timers
  • SHA: 44de202
  • Mode: TEST_REPO

Pull Request Author: rppawlo

PhilMiller
PhilMiller previously approved these changes Jun 8, 2021
Copy link
Contributor

@PhilMiller PhilMiller left a comment

Choose a reason for hiding this comment

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

This looks like what I wanted. Thanks!

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

  • Build Num: 4618
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
PR_LABELS AT: AUTOMERGE;PA: Framework;client: EMPIRE;pkg: Teuchos
PULLREQUESTNUM 9249
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH teuchos-disable-timers
TRILINOS_SOURCE_REPO https://github.com/rppawlo/Trilinos
TRILINOS_SOURCE_SHA 44de202
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 6ab2840

Build Information

Test Name: Trilinos_pullrequest_gcc_7.2.0_serial

  • Build Num: 2149
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
PR_LABELS AT: AUTOMERGE;PA: Framework;client: EMPIRE;pkg: Teuchos
PULLREQUESTNUM 9249
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH teuchos-disable-timers
TRILINOS_SOURCE_REPO https://github.com/rppawlo/Trilinos
TRILINOS_SOURCE_SHA 44de202
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 6ab2840

Build Information

Test Name: Trilinos_pullrequest_gcc_7.2.0_debug

  • Build Num: 2630
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
PR_LABELS AT: AUTOMERGE;PA: Framework;client: EMPIRE;pkg: Teuchos
PULLREQUESTNUM 9249
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH teuchos-disable-timers
TRILINOS_SOURCE_REPO https://github.com/rppawlo/Trilinos
TRILINOS_SOURCE_SHA 44de202
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 6ab2840

Build Information

Test Name: Trilinos_pullrequest_intel_17.0.1

  • Build Num: 9948
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
PR_LABELS AT: AUTOMERGE;PA: Framework;client: EMPIRE;pkg: Teuchos
PULLREQUESTNUM 9249
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH teuchos-disable-timers
TRILINOS_SOURCE_REPO https://github.com/rppawlo/Trilinos
TRILINOS_SOURCE_SHA 44de202
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 6ab2840

Build Information

Test Name: Trilinos_pullrequest_cuda_10.1.105

  • Build Num: 1362
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
PR_LABELS AT: AUTOMERGE;PA: Framework;client: EMPIRE;pkg: Teuchos
PULLREQUESTNUM 9249
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH teuchos-disable-timers
TRILINOS_SOURCE_REPO https://github.com/rppawlo/Trilinos
TRILINOS_SOURCE_SHA 44de202
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 6ab2840

Build Information

Test Name: Trilinos_pullrequest_cuda_10.1.105_uvm_off

  • Build Num: 359
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
PR_LABELS AT: AUTOMERGE;PA: Framework;client: EMPIRE;pkg: Teuchos
PULLREQUESTNUM 9249
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH teuchos-disable-timers
TRILINOS_SOURCE_REPO https://github.com/rppawlo/Trilinos
TRILINOS_SOURCE_SHA 44de202
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 6ab2840

Build Information

Test Name: Trilinos_pullrequest_clang_10.0.0

  • Build Num: 2727
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
PR_LABELS AT: AUTOMERGE;PA: Framework;client: EMPIRE;pkg: Teuchos
PULLREQUESTNUM 9249
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH teuchos-disable-timers
TRILINOS_SOURCE_REPO https://github.com/rppawlo/Trilinos
TRILINOS_SOURCE_SHA 44de202
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 6ab2840

Build Information

Test Name: Trilinos_pullrequest_python_3

  • Build Num: 5297
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
PR_LABELS AT: AUTOMERGE;PA: Framework;client: EMPIRE;pkg: Teuchos
PULLREQUESTNUM 9249
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH teuchos-disable-timers
TRILINOS_SOURCE_REPO https://github.com/rppawlo/Trilinos
TRILINOS_SOURCE_SHA 44de202
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 6ab2840


CDash Test Results for PR# 9249.

@trilinos-autotester
Copy link
Contributor

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

@trilinos-autotester
Copy link
Contributor

Status Flag 'Pull Request AutoTester' - Pull Request will be Automerged

// std::put_time. We'll disable this feature for gcc 4.
#endif
if (enable_verbose_) {
if (!verbose_timestamp_levels_) {
Copy link
Contributor

Choose a reason for hiding this comment

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

This should be out of the enable_timers iff i feel. thoughts?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

good point! I'll do that.

{
timer.start("Prec");
std::this_thread::sleep_for(std::chrono::milliseconds{10});
timer.stop("Prec");
Copy link
Contributor

Choose a reason for hiding this comment

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

Pleast stop solve out of order to test since that is the use case

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Will do.

@rppawlo rppawlo force-pushed the teuchos-disable-timers branch from 020649a to 440203d Compare June 9, 2021 14:57
@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_8.3.0

  • Build Num: 4641
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
PR_LABELS AT: AUTOMERGE;PA: Framework;client: EMPIRE;pkg: Teuchos
PULLREQUESTNUM 9249
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH teuchos-disable-timers
TRILINOS_SOURCE_REPO https://github.com/rppawlo/Trilinos
TRILINOS_SOURCE_SHA 440203d
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 17a0d3c

Build Information

Test Name: Trilinos_pullrequest_gcc_7.2.0_serial

  • Build Num: 2171
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
PR_LABELS AT: AUTOMERGE;PA: Framework;client: EMPIRE;pkg: Teuchos
PULLREQUESTNUM 9249
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH teuchos-disable-timers
TRILINOS_SOURCE_REPO https://github.com/rppawlo/Trilinos
TRILINOS_SOURCE_SHA 440203d
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 17a0d3c

Build Information

Test Name: Trilinos_pullrequest_gcc_7.2.0_debug

  • Build Num: 2652
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
PR_LABELS AT: AUTOMERGE;PA: Framework;client: EMPIRE;pkg: Teuchos
PULLREQUESTNUM 9249
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH teuchos-disable-timers
TRILINOS_SOURCE_REPO https://github.com/rppawlo/Trilinos
TRILINOS_SOURCE_SHA 440203d
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 17a0d3c

Build Information

Test Name: Trilinos_pullrequest_intel_17.0.1

  • Build Num: 9966
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
PR_LABELS AT: AUTOMERGE;PA: Framework;client: EMPIRE;pkg: Teuchos
PULLREQUESTNUM 9249
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH teuchos-disable-timers
TRILINOS_SOURCE_REPO https://github.com/rppawlo/Trilinos
TRILINOS_SOURCE_SHA 440203d
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 17a0d3c

Build Information

Test Name: Trilinos_pullrequest_cuda_10.1.105

  • Build Num: 1380
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
PR_LABELS AT: AUTOMERGE;PA: Framework;client: EMPIRE;pkg: Teuchos
PULLREQUESTNUM 9249
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH teuchos-disable-timers
TRILINOS_SOURCE_REPO https://github.com/rppawlo/Trilinos
TRILINOS_SOURCE_SHA 440203d
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 17a0d3c

Build Information

Test Name: Trilinos_pullrequest_cuda_10.1.105_uvm_off

  • Build Num: 377
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
PR_LABELS AT: AUTOMERGE;PA: Framework;client: EMPIRE;pkg: Teuchos
PULLREQUESTNUM 9249
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH teuchos-disable-timers
TRILINOS_SOURCE_REPO https://github.com/rppawlo/Trilinos
TRILINOS_SOURCE_SHA 440203d
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 17a0d3c

Build Information

Test Name: Trilinos_pullrequest_clang_10.0.0

  • Build Num: 2745
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
PR_LABELS AT: AUTOMERGE;PA: Framework;client: EMPIRE;pkg: Teuchos
PULLREQUESTNUM 9249
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH teuchos-disable-timers
TRILINOS_SOURCE_REPO https://github.com/rppawlo/Trilinos
TRILINOS_SOURCE_SHA 440203d
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 17a0d3c

Build Information

Test Name: Trilinos_pullrequest_python_3

  • Build Num: 5314
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
PR_LABELS AT: AUTOMERGE;PA: Framework;client: EMPIRE;pkg: Teuchos
PULLREQUESTNUM 9249
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH teuchos-disable-timers
TRILINOS_SOURCE_REPO https://github.com/rppawlo/Trilinos
TRILINOS_SOURCE_SHA 440203d
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 17a0d3c

Using Repos:

Repo: TRILINOS (rppawlo/Trilinos)
  • Branch: teuchos-disable-timers
  • SHA: 440203d
  • Mode: TEST_REPO

Pull Request Author: rppawlo

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

  • Build Num: 4641
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
PR_LABELS AT: AUTOMERGE;PA: Framework;client: EMPIRE;pkg: Teuchos
PULLREQUESTNUM 9249
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH teuchos-disable-timers
TRILINOS_SOURCE_REPO https://github.com/rppawlo/Trilinos
TRILINOS_SOURCE_SHA 440203d
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 17a0d3c

Build Information

Test Name: Trilinos_pullrequest_gcc_7.2.0_serial

  • Build Num: 2171
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
PR_LABELS AT: AUTOMERGE;PA: Framework;client: EMPIRE;pkg: Teuchos
PULLREQUESTNUM 9249
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH teuchos-disable-timers
TRILINOS_SOURCE_REPO https://github.com/rppawlo/Trilinos
TRILINOS_SOURCE_SHA 440203d
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 17a0d3c

Build Information

Test Name: Trilinos_pullrequest_gcc_7.2.0_debug

  • Build Num: 2652
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
PR_LABELS AT: AUTOMERGE;PA: Framework;client: EMPIRE;pkg: Teuchos
PULLREQUESTNUM 9249
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH teuchos-disable-timers
TRILINOS_SOURCE_REPO https://github.com/rppawlo/Trilinos
TRILINOS_SOURCE_SHA 440203d
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 17a0d3c

Build Information

Test Name: Trilinos_pullrequest_intel_17.0.1

  • Build Num: 9966
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
PR_LABELS AT: AUTOMERGE;PA: Framework;client: EMPIRE;pkg: Teuchos
PULLREQUESTNUM 9249
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH teuchos-disable-timers
TRILINOS_SOURCE_REPO https://github.com/rppawlo/Trilinos
TRILINOS_SOURCE_SHA 440203d
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 17a0d3c

Build Information

Test Name: Trilinos_pullrequest_cuda_10.1.105

  • Build Num: 1380
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
PR_LABELS AT: AUTOMERGE;PA: Framework;client: EMPIRE;pkg: Teuchos
PULLREQUESTNUM 9249
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH teuchos-disable-timers
TRILINOS_SOURCE_REPO https://github.com/rppawlo/Trilinos
TRILINOS_SOURCE_SHA 440203d
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 17a0d3c

Build Information

Test Name: Trilinos_pullrequest_cuda_10.1.105_uvm_off

  • Build Num: 377
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
PR_LABELS AT: AUTOMERGE;PA: Framework;client: EMPIRE;pkg: Teuchos
PULLREQUESTNUM 9249
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH teuchos-disable-timers
TRILINOS_SOURCE_REPO https://github.com/rppawlo/Trilinos
TRILINOS_SOURCE_SHA 440203d
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 17a0d3c

Build Information

Test Name: Trilinos_pullrequest_clang_10.0.0

  • Build Num: 2745
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
PR_LABELS AT: AUTOMERGE;PA: Framework;client: EMPIRE;pkg: Teuchos
PULLREQUESTNUM 9249
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH teuchos-disable-timers
TRILINOS_SOURCE_REPO https://github.com/rppawlo/Trilinos
TRILINOS_SOURCE_SHA 440203d
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 17a0d3c

Build Information

Test Name: Trilinos_pullrequest_python_3

  • Build Num: 5314
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
PR_LABELS AT: AUTOMERGE;PA: Framework;client: EMPIRE;pkg: Teuchos
PULLREQUESTNUM 9249
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH teuchos-disable-timers
TRILINOS_SOURCE_REPO https://github.com/rppawlo/Trilinos
TRILINOS_SOURCE_SHA 440203d
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 17a0d3c


CDash Test Results for PR# 9249.

@trilinos-autotester
Copy link
Contributor

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

@trilinos-autotester
Copy link
Contributor

Status Flag 'Pull Request AutoTester' - Pull Request will be Automerged

@trilinos-autotester trilinos-autotester merged commit 6cdc86d into trilinos:develop Jun 9, 2021
@trilinos-autotester
Copy link
Contributor

Merge on Pull Request# 9249: IS A SUCCESS - Pull Request successfully merged

@trilinos-autotester trilinos-autotester removed the AT: AUTOMERGE Causes the PR autotester to automatically merge the PR branch once approvals are completed label Jun 9, 2021
@rppawlo rppawlo deleted the teuchos-disable-timers branch July 18, 2023 22:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
client: EMPIRE All issues that most directly target the ATDM EMPIRE code PA: Framework Issues that fall under the Trilinos Framework Product Area pkg: Teuchos Issues primarily dealing with the Teuchos Package
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants