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

Turn CUDA_LAUNCH_BLOCKING OFF for EMPIRE #8450

Closed

Conversation

jmgate
Copy link
Contributor

@jmgate jmgate commented Dec 10, 2020

Motivation

EMPIRE just went through a lot of work to be able to build with CUDA_LAUNCH_BLOCKING turned off. Now we want to make sure we don't accidentally regress, so we're turning it off for all EMPIRE users/developers/CI services.

@jmgate jmgate added ATDM Config Issues that are specific to the ATDM configuration settings client: EMPIRE All issues that most directly target the ATDM EMPIRE code labels Dec 10, 2020
@jmgate jmgate self-assigned this Dec 10, 2020
@jmgate
Copy link
Contributor Author

jmgate commented Dec 10, 2020

@e10harvey, @bartlettroscoe, is this the right way to do this in the right place?

@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: 2967
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
PR_LABELS ATDM Config;client: EMPIRE
PULLREQUESTNUM 8450
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH empire-cuda-launch-blocking-off
TRILINOS_SOURCE_REPO https://github.com/jmgate/Trilinos
TRILINOS_SOURCE_SHA 5138339
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 2b90697

Build Information

Test Name: Trilinos_pullrequest_gcc_7.2.0_serial

  • Build Num: 602
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
PR_LABELS ATDM Config;client: EMPIRE
PULLREQUESTNUM 8450
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH empire-cuda-launch-blocking-off
TRILINOS_SOURCE_REPO https://github.com/jmgate/Trilinos
TRILINOS_SOURCE_SHA 5138339
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 2b90697

Build Information

Test Name: Trilinos_pullrequest_gcc_7.2.0_debug

  • Build Num: 1095
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
PR_LABELS ATDM Config;client: EMPIRE
PULLREQUESTNUM 8450
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH empire-cuda-launch-blocking-off
TRILINOS_SOURCE_REPO https://github.com/jmgate/Trilinos
TRILINOS_SOURCE_SHA 5138339
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 2b90697

Build Information

Test Name: Trilinos_pullrequest_intel_17.0.1

  • Build Num: 8459
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
PR_LABELS ATDM Config;client: EMPIRE
PULLREQUESTNUM 8450
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH empire-cuda-launch-blocking-off
TRILINOS_SOURCE_REPO https://github.com/jmgate/Trilinos
TRILINOS_SOURCE_SHA 5138339
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 2b90697

Build Information

Test Name: Trilinos_pullrequest_cuda_9.2

  • Build Num: 6176
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
PR_LABELS ATDM Config;client: EMPIRE
PULLREQUESTNUM 8450
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH empire-cuda-launch-blocking-off
TRILINOS_SOURCE_REPO https://github.com/jmgate/Trilinos
TRILINOS_SOURCE_SHA 5138339
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 2b90697

Build Information

Test Name: Trilinos_pullrequest_clang_10.0.0

  • Build Num: 1311
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
PR_LABELS ATDM Config;client: EMPIRE
PULLREQUESTNUM 8450
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH empire-cuda-launch-blocking-off
TRILINOS_SOURCE_REPO https://github.com/jmgate/Trilinos
TRILINOS_SOURCE_SHA 5138339
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 2b90697

Build Information

Test Name: Trilinos_pullrequest_python_3

  • Build Num: 4072
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
PR_LABELS ATDM Config;client: EMPIRE
PULLREQUESTNUM 8450
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH empire-cuda-launch-blocking-off
TRILINOS_SOURCE_REPO https://github.com/jmgate/Trilinos
TRILINOS_SOURCE_SHA 5138339
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 2b90697

Using Repos:

Repo: TRILINOS (jmgate/Trilinos)
  • Branch: empire-cuda-launch-blocking-off
  • SHA: 5138339
  • Mode: TEST_REPO

Pull Request Author: jmgate

@e10harvey
Copy link
Contributor

@e10harvey, @bartlettroscoe, is this the right way to do this in the right place?

@jmgate: IIRC, CUDA_LAUNCH_BLOCKING is an environment variable not a CMake cache variable. I think you could unset this here in CMake via unset(ENV{CUDA_LAUNCH_BLOCKING}). @bartlettroscoe, Is that an acceptable approach?

@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: 2967
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
PR_LABELS ATDM Config;client: EMPIRE
PULLREQUESTNUM 8450
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH empire-cuda-launch-blocking-off
TRILINOS_SOURCE_REPO https://github.com/jmgate/Trilinos
TRILINOS_SOURCE_SHA 5138339
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 2b90697

Build Information

Test Name: Trilinos_pullrequest_gcc_7.2.0_serial

  • Build Num: 602
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
PR_LABELS ATDM Config;client: EMPIRE
PULLREQUESTNUM 8450
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH empire-cuda-launch-blocking-off
TRILINOS_SOURCE_REPO https://github.com/jmgate/Trilinos
TRILINOS_SOURCE_SHA 5138339
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 2b90697

Build Information

Test Name: Trilinos_pullrequest_gcc_7.2.0_debug

  • Build Num: 1095
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
PR_LABELS ATDM Config;client: EMPIRE
PULLREQUESTNUM 8450
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH empire-cuda-launch-blocking-off
TRILINOS_SOURCE_REPO https://github.com/jmgate/Trilinos
TRILINOS_SOURCE_SHA 5138339
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 2b90697

Build Information

Test Name: Trilinos_pullrequest_intel_17.0.1

  • Build Num: 8459
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
PR_LABELS ATDM Config;client: EMPIRE
PULLREQUESTNUM 8450
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH empire-cuda-launch-blocking-off
TRILINOS_SOURCE_REPO https://github.com/jmgate/Trilinos
TRILINOS_SOURCE_SHA 5138339
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 2b90697

Build Information

Test Name: Trilinos_pullrequest_cuda_9.2

  • Build Num: 6176
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
PR_LABELS ATDM Config;client: EMPIRE
PULLREQUESTNUM 8450
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH empire-cuda-launch-blocking-off
TRILINOS_SOURCE_REPO https://github.com/jmgate/Trilinos
TRILINOS_SOURCE_SHA 5138339
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 2b90697

Build Information

Test Name: Trilinos_pullrequest_clang_10.0.0

  • Build Num: 1311
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
PR_LABELS ATDM Config;client: EMPIRE
PULLREQUESTNUM 8450
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH empire-cuda-launch-blocking-off
TRILINOS_SOURCE_REPO https://github.com/jmgate/Trilinos
TRILINOS_SOURCE_SHA 5138339
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 2b90697

Build Information

Test Name: Trilinos_pullrequest_python_3

  • Build Num: 4072
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
PR_LABELS ATDM Config;client: EMPIRE
PULLREQUESTNUM 8450
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH empire-cuda-launch-blocking-off
TRILINOS_SOURCE_REPO https://github.com/jmgate/Trilinos
TRILINOS_SOURCE_SHA 5138339
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 2b90697


CDash Test Results for PR# 8450.

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

@jmgate
Copy link
Contributor Author

jmgate commented Dec 10, 2020

Thanks, @e10harvey. PR updated.

@trilinos-autotester
Copy link
Contributor

Status Flag 'Pre-Test Inspection' - Auto Inspected - Inspection Is Not Necessary for this Pull Request.

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.

CC: @rppawlo, @bathmatt

@jmgate, did you actually test this? I don't think there is any way this can work they way you want.

There are a few options to fixing this for EMPIRE. Can we create a new GitHub issue to do a requirements analysis and discuss there the different options for keeping the Trilinos CUDA tests passing but still unset this var when running EMPIRE tests?

@@ -12,6 +12,9 @@ ATDM_SET_CACHE(Gtest_SKIP_INSTALL TRUE CACHE BOOL)

ATDM_SET_CACHE(Trilinos_ENABLE_Gtest FALSE CACHE BOOL)

# Always set CUDA_LAUNCH_BLOCKING off for EMPIRE.
unset(ENV{CUDA_LAUNCH_BLOCKING})
Copy link
Member

Choose a reason for hiding this comment

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

I don't thinks this actually does what you want, does it? This only unsets the env var CUDA_LAUNCH_BLOCKING when configuring Trilinos. This will not impact running of EMPIRE tests.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Ah, so changing this CMake fragment file won't make the change propagate to the load_matching_env.sh that gets installed? That was the assumption I was working under.

did you actually test this?

No, I just created the PR to start the conversation.

Can we create a new GitHub issue…?

Let's just keep the conversation here. If this is going to be a substantial amount of work to make the change on the Trilinos side, we'll just make it on the BuildScripts side instead in the near term.

Copy link
Member

Choose a reason for hiding this comment

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

@jmgate, I think an issue would be better to separate it from different implementation options in different PRs. If there is any requirements analysis that needs to happen, then that should happen in an issue.

@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: 2969
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
PR_LABELS ATDM Config;client: EMPIRE
PULLREQUESTNUM 8450
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH empire-cuda-launch-blocking-off
TRILINOS_SOURCE_REPO https://github.com/jmgate/Trilinos
TRILINOS_SOURCE_SHA cd21663
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 2b90697

Build Information

Test Name: Trilinos_pullrequest_gcc_7.2.0_serial

  • Build Num: 604
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
PR_LABELS ATDM Config;client: EMPIRE
PULLREQUESTNUM 8450
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH empire-cuda-launch-blocking-off
TRILINOS_SOURCE_REPO https://github.com/jmgate/Trilinos
TRILINOS_SOURCE_SHA cd21663
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 2b90697

Build Information

Test Name: Trilinos_pullrequest_gcc_7.2.0_debug

  • Build Num: 1097
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
PR_LABELS ATDM Config;client: EMPIRE
PULLREQUESTNUM 8450
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH empire-cuda-launch-blocking-off
TRILINOS_SOURCE_REPO https://github.com/jmgate/Trilinos
TRILINOS_SOURCE_SHA cd21663
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 2b90697

Build Information

Test Name: Trilinos_pullrequest_intel_17.0.1

  • Build Num: 8461
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
PR_LABELS ATDM Config;client: EMPIRE
PULLREQUESTNUM 8450
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH empire-cuda-launch-blocking-off
TRILINOS_SOURCE_REPO https://github.com/jmgate/Trilinos
TRILINOS_SOURCE_SHA cd21663
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 2b90697

Build Information

Test Name: Trilinos_pullrequest_cuda_9.2

  • Build Num: 6178
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
PR_LABELS ATDM Config;client: EMPIRE
PULLREQUESTNUM 8450
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH empire-cuda-launch-blocking-off
TRILINOS_SOURCE_REPO https://github.com/jmgate/Trilinos
TRILINOS_SOURCE_SHA cd21663
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 2b90697

Build Information

Test Name: Trilinos_pullrequest_clang_10.0.0

  • Build Num: 1313
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
PR_LABELS ATDM Config;client: EMPIRE
PULLREQUESTNUM 8450
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH empire-cuda-launch-blocking-off
TRILINOS_SOURCE_REPO https://github.com/jmgate/Trilinos
TRILINOS_SOURCE_SHA cd21663
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 2b90697

Build Information

Test Name: Trilinos_pullrequest_python_3

  • Build Num: 4074
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
PR_LABELS ATDM Config;client: EMPIRE
PULLREQUESTNUM 8450
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH empire-cuda-launch-blocking-off
TRILINOS_SOURCE_REPO https://github.com/jmgate/Trilinos
TRILINOS_SOURCE_SHA cd21663
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 2b90697

Using Repos:

Repo: TRILINOS (jmgate/Trilinos)
  • Branch: empire-cuda-launch-blocking-off
  • SHA: cd21663
  • Mode: TEST_REPO

Pull Request Author: jmgate

@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: 2969
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
PR_LABELS ATDM Config;client: EMPIRE
PULLREQUESTNUM 8450
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH empire-cuda-launch-blocking-off
TRILINOS_SOURCE_REPO https://github.com/jmgate/Trilinos
TRILINOS_SOURCE_SHA cd21663
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 2b90697

Build Information

Test Name: Trilinos_pullrequest_gcc_7.2.0_serial

  • Build Num: 604
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
PR_LABELS ATDM Config;client: EMPIRE
PULLREQUESTNUM 8450
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH empire-cuda-launch-blocking-off
TRILINOS_SOURCE_REPO https://github.com/jmgate/Trilinos
TRILINOS_SOURCE_SHA cd21663
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 2b90697

Build Information

Test Name: Trilinos_pullrequest_gcc_7.2.0_debug

  • Build Num: 1097
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
PR_LABELS ATDM Config;client: EMPIRE
PULLREQUESTNUM 8450
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH empire-cuda-launch-blocking-off
TRILINOS_SOURCE_REPO https://github.com/jmgate/Trilinos
TRILINOS_SOURCE_SHA cd21663
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 2b90697

Build Information

Test Name: Trilinos_pullrequest_intel_17.0.1

  • Build Num: 8461
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
PR_LABELS ATDM Config;client: EMPIRE
PULLREQUESTNUM 8450
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH empire-cuda-launch-blocking-off
TRILINOS_SOURCE_REPO https://github.com/jmgate/Trilinos
TRILINOS_SOURCE_SHA cd21663
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 2b90697

Build Information

Test Name: Trilinos_pullrequest_cuda_9.2

  • Build Num: 6178
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
PR_LABELS ATDM Config;client: EMPIRE
PULLREQUESTNUM 8450
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH empire-cuda-launch-blocking-off
TRILINOS_SOURCE_REPO https://github.com/jmgate/Trilinos
TRILINOS_SOURCE_SHA cd21663
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 2b90697

Build Information

Test Name: Trilinos_pullrequest_clang_10.0.0

  • Build Num: 1313
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
PR_LABELS ATDM Config;client: EMPIRE
PULLREQUESTNUM 8450
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH empire-cuda-launch-blocking-off
TRILINOS_SOURCE_REPO https://github.com/jmgate/Trilinos
TRILINOS_SOURCE_SHA cd21663
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 2b90697

Build Information

Test Name: Trilinos_pullrequest_python_3

  • Build Num: 4074
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
PR_LABELS ATDM Config;client: EMPIRE
PULLREQUESTNUM 8450
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH empire-cuda-launch-blocking-off
TRILINOS_SOURCE_REPO https://github.com/jmgate/Trilinos
TRILINOS_SOURCE_SHA cd21663
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 2b90697


CDash Test Results for PR# 8450.

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

3 similar comments
@trilinos-autotester
Copy link
Contributor

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

@trilinos-autotester
Copy link
Contributor

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

@trilinos-autotester
Copy link
Contributor

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

@jmgate
Copy link
Contributor Author

jmgate commented Dec 14, 2020

We wound up implementing this change on our end instead.

@jmgate jmgate closed this Dec 14, 2020
@bartlettroscoe
Copy link
Member

Related to:

  • SEPW-215

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ATDM Config Issues that are specific to the ATDM configuration settings client: EMPIRE All issues that most directly target the ATDM EMPIRE code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants