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

ShyLU, Belos: Fix build errors when Scalar=complex<float> is enabled #3597

Merged

Conversation

mhoemmen
Copy link
Contributor

@mhoemmen mhoemmen commented Oct 10, 2018

@trilinos/shylu @trilinos/belos

@kyungjoo-kim , this might not fully build until the kokkos-kernels SIMD fixes have come in (see #3574).

Mark Hoemmen added 2 commits October 10, 2018 16:45
@trilinos/belos

The issue is code like this:

Scalar x = ...;
Scalar y = 10.0 * x;

The compiler doesn't know how to multiply a constant of type double
(10.0, in this case) with a Scalar=complex<float> value.
@trilinos/shylu

The issue is code like this:

Scalar x = ...;
Scalar y = 10.0 * x;

The compiler doesn't know how to multiply a constant of type double
(10.0, in this case) with a Scalar=complex<float> value.
@mhoemmen mhoemmen added pkg: Belos pkg: ShyLU impacting: configure or build The issue is primarily related to configuring or building labels Oct 10, 2018
@bartlettroscoe bartlettroscoe added the stage: in progress Work on the issue has started label Oct 10, 2018
@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_intel_17.0.1

  • Build Num: 1346
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
PULLREQUESTNUM 3597
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH Fix-scalar-complex-float-build-errors
TRILINOS_SOURCE_REPO https://github.com/mhoemmen/Trilinos
TRILINOS_SOURCE_SHA 896d751
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 3c06320

Build Information

Test Name: Trilinos_pullrequest_gcc_4.9.3

  • Build Num: 1909
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
COMPILER_MODULE sems-gcc/4.9.3
JENKINS_BUILD_TYPE Release
JENKINS_COMM_TYPE MPI
JENKINS_DO_COMPLEX OFF
JENKINS_JOB_TYPE Experimental
MPI_MODULE sems-openmpi/1.8.7
PULLREQUESTNUM 3597
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH Fix-scalar-complex-float-build-errors
TRILINOS_SOURCE_REPO https://github.com/mhoemmen/Trilinos
TRILINOS_SOURCE_SHA 896d751
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 3c06320

Build Information

Test Name: Trilinos_pullrequest_gcc_4.8.4

  • Build Num: 1571
  • 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 3597
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH Fix-scalar-complex-float-build-errors
TRILINOS_SOURCE_REPO https://github.com/mhoemmen/Trilinos
TRILINOS_SOURCE_SHA 896d751
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 3c06320

Using Repos:

Repo: TRILINOS (mhoemmen/Trilinos)
  • Branch: Fix-scalar-complex-float-build-errors
  • SHA: 896d751
  • 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_intel_17.0.1

  • Build Num: 1346
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
PULLREQUESTNUM 3597
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH Fix-scalar-complex-float-build-errors
TRILINOS_SOURCE_REPO https://github.com/mhoemmen/Trilinos
TRILINOS_SOURCE_SHA 896d751
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 3c06320

Build Information

Test Name: Trilinos_pullrequest_gcc_4.9.3

  • Build Num: 1909
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
COMPILER_MODULE sems-gcc/4.9.3
JENKINS_BUILD_TYPE Release
JENKINS_COMM_TYPE MPI
JENKINS_DO_COMPLEX OFF
JENKINS_JOB_TYPE Experimental
MPI_MODULE sems-openmpi/1.8.7
PULLREQUESTNUM 3597
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH Fix-scalar-complex-float-build-errors
TRILINOS_SOURCE_REPO https://github.com/mhoemmen/Trilinos
TRILINOS_SOURCE_SHA 896d751
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 3c06320

Build Information

Test Name: Trilinos_pullrequest_gcc_4.8.4

  • Build Num: 1571
  • 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 3597
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH Fix-scalar-complex-float-build-errors
TRILINOS_SOURCE_REPO https://github.com/mhoemmen/Trilinos
TRILINOS_SOURCE_SHA 896d751
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 3c06320


CDash Test Results for PR# 3597.

@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
NO REVIEWS HAVE BEEN PERFORMED ON THIS PULL REQUEST!

@trilinos-autotester
Copy link
Contributor

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

@trilinos-autotester
Copy link
Contributor

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

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
impacting: configure or build The issue is primarily related to configuring or building pkg: Belos pkg: ShyLU
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants