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

ATDM - rename the gnu waterman tweaks files #3481

Merged

Conversation

fryeguy52
Copy link
Contributor

@trilinos/framework @bartlettroscoe

Description

There is a "tweaks" file for each ATDM build that needs to have a specific name. This fixes the names of those files for the gnu waterman builds.

Related Issues

#2474
#3454

How Has This Been Tested?

-- Reading in configuration options from cmake/std/atdm/ATDMDevEnv.cmake ...
-- ATDM_JOB_NAME_KEYS_STR='GNU-RELEASE-OPENMP-POWER9'
-- ATDM_TWEAKS_FILES='/ascldap/users/jfrye/Trilinos/cmake/std/atdm/waterman/tweaks/GNU-RELEASE-OPENMP-POWER9.cmake'
-- Including ATDM build treaks file /ascldap/users/jfrye/Trilinos/cmake/std/atdm/waterman/tweaks/GNU-RELEASE-OPENMP-POWER9.cmake ...
-- Setting default Piro_MatrixFreeDecorator_UnitTests_MPI_4_DISABLE=ON

Test project /ascldap/users/jfrye/test_build
      Start  1: Piro_UnitTests_MPI_1
      Start  2: Piro_Epetra_MatrixFreeOperator_UnitTests_MPI_4
      Start  3: Piro_EvalModel_MPI_4
      Start  4: Piro_ThyraSolver_MPI_4
      Start  5: Piro_AnalysisDriver_MPI_4
      Start  6: Piro_SecondOrderIntegrator_MPI_1
 1/11 Test  #2: Piro_Epetra_MatrixFreeOperator_UnitTests_MPI_4 ...   Passed    1.42 sec
      Start  7: Piro_NOXSolver_UnitTests_MPI_4
 2/11 Test  #3: Piro_EvalModel_MPI_4 .............................   Passed    1.42 sec
      Start  8: Piro_LOCASolver_UnitTests_MPI_4
 3/11 Test  #6: Piro_SecondOrderIntegrator_MPI_1 .................   Passed    1.46 sec
 4/11 Test  #1: Piro_UnitTests_MPI_1 .............................   Passed    1.49 sec
      Start  9: Piro_RythmosSolver_UnitTests_MPI_4
 5/11 Test  #5: Piro_AnalysisDriver_MPI_4 ........................   Passed    1.50 sec
      Start 10: Piro_Epetra_RythmosSolver_UnitTests_MPI_4
 6/11 Test  #4: Piro_ThyraSolver_MPI_4 ...........................   Passed    1.60 sec
      Start 11: Piro_TempusSolver_UnitTests_MPI_4
 7/11 Test #10: Piro_Epetra_RythmosSolver_UnitTests_MPI_4 ........   Passed    0.97 sec
 8/11 Test #11: Piro_TempusSolver_UnitTests_MPI_4 ................   Passed    0.90 sec
 9/11 Test  #7: Piro_NOXSolver_UnitTests_MPI_4 ...................   Passed    1.11 sec
10/11 Test  #9: Piro_RythmosSolver_UnitTests_MPI_4 ...............   Passed    1.10 sec
11/11 Test  #8: Piro_LOCASolver_UnitTests_MPI_4 ..................   Passed    1.35 sec

100% tests passed, 0 tests failed out of 11

@fryeguy52 fryeguy52 added the client: ATDM Any issue primarily impacting the ATDM project label Sep 21, 2018
@bartlettroscoe bartlettroscoe added the stage: in progress Work on the issue has started label Sep 21, 2018
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.

Looks good. That explains why some of these tests were not being disabled on 'waterman'.

@bartlettroscoe bartlettroscoe added the AT: AUTOMERGE Causes the PR autotester to automatically merge the PR branch once approvals are completed label Sep 21, 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: 926
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
PULLREQUESTNUM 3481
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH atdm-waterman-tweaks
TRILINOS_SOURCE_REPO https://github.com/fryeguy52/Trilinos
TRILINOS_SOURCE_SHA dad1f9e
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA be6a126

Build Information

Test Name: Trilinos_pullrequest_gcc_4.9.3

  • Build Num: 1684
  • 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 3481
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH atdm-waterman-tweaks
TRILINOS_SOURCE_REPO https://github.com/fryeguy52/Trilinos
TRILINOS_SOURCE_SHA dad1f9e
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA be6a126

Build Information

Test Name: Trilinos_pullrequest_gcc_4.8.4

  • Build Num: 1377
  • 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 3481
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH atdm-waterman-tweaks
TRILINOS_SOURCE_REPO https://github.com/fryeguy52/Trilinos
TRILINOS_SOURCE_SHA dad1f9e
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA be6a126

Using Repos:

Repo: TRILINOS (fryeguy52/Trilinos)
  • Branch: atdm-waterman-tweaks
  • SHA: dad1f9e
  • Mode: TEST_REPO

Pull Request Author: fryeguy52

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

Jenkins Parameters

Parameter Name Value
PULLREQUESTNUM 3481
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH atdm-waterman-tweaks
TRILINOS_SOURCE_REPO https://github.com/fryeguy52/Trilinos
TRILINOS_SOURCE_SHA dad1f9e
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA be6a126

Build Information

Test Name: Trilinos_pullrequest_gcc_4.9.3

  • Build Num: 1684
  • 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 3481
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH atdm-waterman-tweaks
TRILINOS_SOURCE_REPO https://github.com/fryeguy52/Trilinos
TRILINOS_SOURCE_SHA dad1f9e
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA be6a126

Build Information

Test Name: Trilinos_pullrequest_gcc_4.8.4

  • Build Num: 1377
  • 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 3481
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH atdm-waterman-tweaks
TRILINOS_SOURCE_REPO https://github.com/fryeguy52/Trilinos
TRILINOS_SOURCE_SHA dad1f9e
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA be6a126


CDash Test Results for PR# 3481.

@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 40245f7 into trilinos:develop Sep 21, 2018
@trilinos-autotester
Copy link
Contributor

Merge on Pull Request# 3481: 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 Sep 21, 2018
@bartlettroscoe bartlettroscoe removed the stage: in progress Work on the issue has started label Sep 21, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
client: ATDM Any issue primarily impacting the ATDM project
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants