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

Tacho - c++14 compiler bug workaround #7817

Merged
merged 1 commit into from
Aug 10, 2020

Conversation

kyungjoo-kim
Copy link
Contributor

Motivation

Some C++14 compilers have a compiler bug in lambda capturing. This PR includes the workaround.

@crdohrm

@kyungjoo-kim kyungjoo-kim requested a review from a team as a code owner August 10, 2020 16:38
@kyungjoo-kim kyungjoo-kim requested a review from crdohrm August 10, 2020 16:38
@kyungjoo-kim kyungjoo-kim self-assigned this Aug 10, 2020
@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: 7531
  • 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
PULLREQUESTNUM 7817
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH tacho-develop2
TRILINOS_SOURCE_REPO https://github.com/kyungjoo-kim/Trilinos
TRILINOS_SOURCE_SHA f06100d
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 98c9efe

Build Information

Test Name: Trilinos_pullrequest_intel_17.0.1

  • Build Num: 7341
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
PR_LABELS
PULLREQUESTNUM 7817
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH tacho-develop2
TRILINOS_SOURCE_REPO https://github.com/kyungjoo-kim/Trilinos
TRILINOS_SOURCE_SHA f06100d
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 98c9efe

Build Information

Test Name: Trilinos_pullrequest_gcc_4.9.3_SERIAL

  • Build Num: 5766
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
PR_LABELS
PULLREQUESTNUM 7817
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH tacho-develop2
TRILINOS_SOURCE_REPO https://github.com/kyungjoo-kim/Trilinos
TRILINOS_SOURCE_SHA f06100d
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 98c9efe

Build Information

Test Name: Trilinos_pullrequest_gcc_7.2.0

  • Build Num: 5613
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
PR_LABELS
PULLREQUESTNUM 7817
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH tacho-develop2
TRILINOS_SOURCE_REPO https://github.com/kyungjoo-kim/Trilinos
TRILINOS_SOURCE_SHA f06100d
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 98c9efe

Build Information

Test Name: Trilinos_pullrequest_gcc_8.3.0

  • Build Num: 1802
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
PR_LABELS
PULLREQUESTNUM 7817
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH tacho-develop2
TRILINOS_SOURCE_REPO https://github.com/kyungjoo-kim/Trilinos
TRILINOS_SOURCE_SHA f06100d
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 98c9efe

Build Information

Test Name: Trilinos_pullrequest_cuda_9.2

  • Build Num: 5098
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
PR_LABELS
PULLREQUESTNUM 7817
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH tacho-develop2
TRILINOS_SOURCE_REPO https://github.com/kyungjoo-kim/Trilinos
TRILINOS_SOURCE_SHA f06100d
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 98c9efe

Build Information

Test Name: Trilinos_pullrequest_clang_10.0.0

  • Build Num: 247
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
PR_LABELS
PULLREQUESTNUM 7817
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH tacho-develop2
TRILINOS_SOURCE_REPO https://github.com/kyungjoo-kim/Trilinos
TRILINOS_SOURCE_SHA f06100d
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 98c9efe

Build Information

Test Name: Trilinos_pullrequest_python_2

  • Build Num: 3122
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
PR_LABELS
PULLREQUESTNUM 7817
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH tacho-develop2
TRILINOS_SOURCE_REPO https://github.com/kyungjoo-kim/Trilinos
TRILINOS_SOURCE_SHA f06100d
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 98c9efe

Build Information

Test Name: Trilinos_pullrequest_python_3

  • Build Num: 3131
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
PR_LABELS
PULLREQUESTNUM 7817
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH tacho-develop2
TRILINOS_SOURCE_REPO https://github.com/kyungjoo-kim/Trilinos
TRILINOS_SOURCE_SHA f06100d
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 98c9efe

Using Repos:

Repo: TRILINOS (kyungjoo-kim/Trilinos)
  • Branch: tacho-develop2
  • SHA: f06100d
  • Mode: TEST_REPO

Pull Request Author: kyungjoo-kim

@kyungjoo-kim kyungjoo-kim added the AT: AUTOMERGE Causes the PR autotester to automatically merge the PR branch once approvals are completed label Aug 10, 2020
@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: 7531
  • 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
PULLREQUESTNUM 7817
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH tacho-develop2
TRILINOS_SOURCE_REPO https://github.com/kyungjoo-kim/Trilinos
TRILINOS_SOURCE_SHA f06100d
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 98c9efe

Build Information

Test Name: Trilinos_pullrequest_intel_17.0.1

  • Build Num: 7341
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
PR_LABELS
PULLREQUESTNUM 7817
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH tacho-develop2
TRILINOS_SOURCE_REPO https://github.com/kyungjoo-kim/Trilinos
TRILINOS_SOURCE_SHA f06100d
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 98c9efe

Build Information

Test Name: Trilinos_pullrequest_gcc_4.9.3_SERIAL

  • Build Num: 5766
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
PR_LABELS
PULLREQUESTNUM 7817
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH tacho-develop2
TRILINOS_SOURCE_REPO https://github.com/kyungjoo-kim/Trilinos
TRILINOS_SOURCE_SHA f06100d
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 98c9efe

Build Information

Test Name: Trilinos_pullrequest_gcc_7.2.0

  • Build Num: 5613
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
PR_LABELS
PULLREQUESTNUM 7817
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH tacho-develop2
TRILINOS_SOURCE_REPO https://github.com/kyungjoo-kim/Trilinos
TRILINOS_SOURCE_SHA f06100d
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 98c9efe

Build Information

Test Name: Trilinos_pullrequest_gcc_8.3.0

  • Build Num: 1802
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
PR_LABELS
PULLREQUESTNUM 7817
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH tacho-develop2
TRILINOS_SOURCE_REPO https://github.com/kyungjoo-kim/Trilinos
TRILINOS_SOURCE_SHA f06100d
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 98c9efe

Build Information

Test Name: Trilinos_pullrequest_cuda_9.2

  • Build Num: 5098
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
PR_LABELS
PULLREQUESTNUM 7817
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH tacho-develop2
TRILINOS_SOURCE_REPO https://github.com/kyungjoo-kim/Trilinos
TRILINOS_SOURCE_SHA f06100d
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 98c9efe

Build Information

Test Name: Trilinos_pullrequest_clang_10.0.0

  • Build Num: 247
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
PR_LABELS
PULLREQUESTNUM 7817
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH tacho-develop2
TRILINOS_SOURCE_REPO https://github.com/kyungjoo-kim/Trilinos
TRILINOS_SOURCE_SHA f06100d
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 98c9efe

Build Information

Test Name: Trilinos_pullrequest_python_2

  • Build Num: 3122
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
PR_LABELS
PULLREQUESTNUM 7817
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH tacho-develop2
TRILINOS_SOURCE_REPO https://github.com/kyungjoo-kim/Trilinos
TRILINOS_SOURCE_SHA f06100d
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 98c9efe

Build Information

Test Name: Trilinos_pullrequest_python_3

  • Build Num: 3131
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
PR_LABELS
PULLREQUESTNUM 7817
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH tacho-develop2
TRILINOS_SOURCE_REPO https://github.com/kyungjoo-kim/Trilinos
TRILINOS_SOURCE_SHA f06100d
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 98c9efe


CDash Test Results for PR# 7817.

@trilinos-autotester
Copy link
Contributor

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

@trilinos-autotester
Copy link
Contributor

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

@trilinos-autotester trilinos-autotester merged commit 64b584d into trilinos:develop Aug 10, 2020
@trilinos-autotester
Copy link
Contributor

Merge on Pull Request# 7817: 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 Aug 10, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants