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

Phalanx: remove clang warning #5633

Merged

Conversation

rppawlo
Copy link
Contributor

@rppawlo rppawlo commented Aug 2, 2019

No description provided.

@rppawlo rppawlo added pkg: Phalanx AT: AUTOMERGE Causes the PR autotester to automatically merge the PR branch once approvals are completed labels Aug 2, 2019
@rppawlo rppawlo self-assigned this Aug 2, 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: 4142
  • 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 5633
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH phalanx-remove-clang-warning
TRILINOS_SOURCE_REPO https://github.com/rppawlo/Trilinos
TRILINOS_SOURCE_SHA f73332a
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 603cd62

Build Information

Test Name: Trilinos_pullrequest_intel_17.0.1

  • Build Num: 3963
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
PULLREQUESTNUM 5633
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH phalanx-remove-clang-warning
TRILINOS_SOURCE_REPO https://github.com/rppawlo/Trilinos
TRILINOS_SOURCE_SHA f73332a
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 603cd62

Build Information

Test Name: Trilinos_pullrequest_gcc_4.9.3_SERIAL

  • Build Num: 2403
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
PULLREQUESTNUM 5633
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH phalanx-remove-clang-warning
TRILINOS_SOURCE_REPO https://github.com/rppawlo/Trilinos
TRILINOS_SOURCE_SHA f73332a
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 603cd62

Build Information

Test Name: Trilinos_pullrequest_gcc_7.2.0

  • Build Num: 2219
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
PULLREQUESTNUM 5633
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH phalanx-remove-clang-warning
TRILINOS_SOURCE_REPO https://github.com/rppawlo/Trilinos
TRILINOS_SOURCE_SHA f73332a
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 603cd62

Build Information

Test Name: Trilinos_pullrequest_cuda_9.2

  • Build Num: 1804
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
JENKINS_JOB_TYPE Experimental
PULLREQUESTNUM 5633
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH phalanx-remove-clang-warning
TRILINOS_SOURCE_REPO https://github.com/rppawlo/Trilinos
TRILINOS_SOURCE_SHA f73332a
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 603cd62

Build Information

Test Name: Trilinos_pullrequest_python_2

  • Build Num: 282
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
PULLREQUESTNUM 5633
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH phalanx-remove-clang-warning
TRILINOS_SOURCE_REPO https://github.com/rppawlo/Trilinos
TRILINOS_SOURCE_SHA f73332a
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 603cd62

Build Information

Test Name: Trilinos_pullrequest_python_3

  • Build Num: 282
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
PULLREQUESTNUM 5633
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH phalanx-remove-clang-warning
TRILINOS_SOURCE_REPO https://github.com/rppawlo/Trilinos
TRILINOS_SOURCE_SHA f73332a
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 603cd62

Using Repos:

Repo: TRILINOS (rppawlo/Trilinos)
  • Branch: phalanx-remove-clang-warning
  • SHA: f73332a
  • Mode: TEST_REPO

Pull Request Author: rppawlo

Copy link
Member

@bartlettroscoe bartlettroscoe left a comment

Choose a reason for hiding this comment

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

I assume this was an unused variable warning.

@rppawlo
Copy link
Contributor Author

rppawlo commented Aug 2, 2019

yes. gcc 7.2 somehow doesn't pick it up.

@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: 4142
  • 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 5633
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH phalanx-remove-clang-warning
TRILINOS_SOURCE_REPO https://github.com/rppawlo/Trilinos
TRILINOS_SOURCE_SHA f73332a
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 603cd62

Build Information

Test Name: Trilinos_pullrequest_intel_17.0.1

  • Build Num: 3963
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
PULLREQUESTNUM 5633
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH phalanx-remove-clang-warning
TRILINOS_SOURCE_REPO https://github.com/rppawlo/Trilinos
TRILINOS_SOURCE_SHA f73332a
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 603cd62

Build Information

Test Name: Trilinos_pullrequest_gcc_4.9.3_SERIAL

  • Build Num: 2403
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
PULLREQUESTNUM 5633
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH phalanx-remove-clang-warning
TRILINOS_SOURCE_REPO https://github.com/rppawlo/Trilinos
TRILINOS_SOURCE_SHA f73332a
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 603cd62

Build Information

Test Name: Trilinos_pullrequest_gcc_7.2.0

  • Build Num: 2219
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
PULLREQUESTNUM 5633
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH phalanx-remove-clang-warning
TRILINOS_SOURCE_REPO https://github.com/rppawlo/Trilinos
TRILINOS_SOURCE_SHA f73332a
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 603cd62

Build Information

Test Name: Trilinos_pullrequest_cuda_9.2

  • Build Num: 1804
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
JENKINS_JOB_TYPE Experimental
PULLREQUESTNUM 5633
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH phalanx-remove-clang-warning
TRILINOS_SOURCE_REPO https://github.com/rppawlo/Trilinos
TRILINOS_SOURCE_SHA f73332a
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 603cd62

Build Information

Test Name: Trilinos_pullrequest_python_2

  • Build Num: 282
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
PULLREQUESTNUM 5633
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH phalanx-remove-clang-warning
TRILINOS_SOURCE_REPO https://github.com/rppawlo/Trilinos
TRILINOS_SOURCE_SHA f73332a
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 603cd62

Build Information

Test Name: Trilinos_pullrequest_python_3

  • Build Num: 282
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
PULLREQUESTNUM 5633
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH phalanx-remove-clang-warning
TRILINOS_SOURCE_REPO https://github.com/rppawlo/Trilinos
TRILINOS_SOURCE_SHA f73332a
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 603cd62


CDash Test Results for PR# 5633.

@trilinos-autotester
Copy link
Contributor

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

@trilinos-autotester
Copy link
Contributor

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

@trilinos-autotester trilinos-autotester merged commit f853d5b into trilinos:develop Aug 2, 2019
@trilinos-autotester
Copy link
Contributor

Merge on Pull Request# 5633: 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 2, 2019
@rppawlo rppawlo deleted the phalanx-remove-clang-warning branch August 2, 2019 16:52
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.

3 participants