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

Added function to return the full vector of data in the indexer rathe… #2355

Merged
merged 1 commit into from
Mar 9, 2018

Conversation

bathmatt
Copy link
Contributor

@bathmatt bathmatt commented Mar 8, 2018

Simple function to not have to get slice by slice of the index data,
@rppawlo @eric-c-cyr any objections?

@bathmatt bathmatt requested a review from a team as a code owner March 8, 2018 20:40
@bartlettroscoe bartlettroscoe added the stage: in progress Work on the issue has started label Mar 8, 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_autotester_test

  • Build Num: 466
  • 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 2355
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH access-all-indexer-data
TRILINOS_SOURCE_REPO https://github.com/trilinos/Trilinos
TRILINOS_SOURCE_SHA b656db8
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 541e09c

Build Information

Test Name: Trilinos_pullrequest_gcc_4.9.3

  • Build Num: 331
  • 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 2355
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH access-all-indexer-data
TRILINOS_SOURCE_REPO https://github.com/trilinos/Trilinos
TRILINOS_SOURCE_SHA b656db8
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 541e09c

Build Information

Test Name: Trilinos_pullrequest_gcc_4.8.4

  • Build Num: 47
  • 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 2355
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH access-all-indexer-data
TRILINOS_SOURCE_REPO https://github.com/trilinos/Trilinos
TRILINOS_SOURCE_SHA b656db8
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 541e09c

Using Repos:

Repo: TRILINOS (trilinos/Trilinos)
  • Branch: access-all-indexer-data
  • SHA: b656db8
  • Mode: TEST_REPO

Pull Request Author: bathmatt

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

  • Build Num: 466
  • 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 2355
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH access-all-indexer-data
TRILINOS_SOURCE_REPO https://github.com/trilinos/Trilinos
TRILINOS_SOURCE_SHA b656db8
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 541e09c

Build Information

Test Name: Trilinos_pullrequest_gcc_4.9.3

  • Build Num: 331
  • 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 2355
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH access-all-indexer-data
TRILINOS_SOURCE_REPO https://github.com/trilinos/Trilinos
TRILINOS_SOURCE_SHA b656db8
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 541e09c

Build Information

Test Name: Trilinos_pullrequest_gcc_4.8.4

  • Build Num: 47
  • 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 2355
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH access-all-indexer-data
TRILINOS_SOURCE_REPO https://github.com/trilinos/Trilinos
TRILINOS_SOURCE_SHA b656db8
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 541e09c

@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
WARNING: NO REVIEWERS HAVE BEEN REQUESTED FOR THIS PULL REQUEST!

@trilinos-autotester
Copy link
Contributor

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

Copy link
Contributor

@rppawlo rppawlo 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!

@trilinos-autotester
Copy link
Contributor

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

@trilinos-autotester
Copy link
Contributor

Status Flag 'Pull Request AutoTester' - Pull Request MUST BE MERGED MANUALLY BY Project Team - Master Automerge is disabled (in .cfg file)

@bathmatt bathmatt merged commit b89f7eb into develop Mar 9, 2018
@bartlettroscoe bartlettroscoe removed the stage: in progress Work on the issue has started label Mar 9, 2018
@bathmatt bathmatt deleted the access-all-indexer-data branch March 9, 2018 14:33
lucbv pushed a commit to lucbv/Trilinos that referenced this pull request Mar 9, 2018
ndellingwood added a commit to ndellingwood/Trilinos that referenced this pull request Mar 12, 2018
* develop: (261 commits)
  Replace PHX_EVALUATOR_CLASS Macros (trilinos#2322)
  Change time-limit on 'ride' from 4 to 12 hours (TRIL-171)
  Disable Panzer examles for CUDA builds on 'ride' (trilinos#2318, TRIL-171)
  Move ATDMDevEnvUtils.cmake to utils/ subdir (TRIL-171)
  Change from ATDM_CONFIG_USE_MAKEIFLES to ATDM_CONFIG_USE_NINJA (TRIL-171)
  Add ATDM_CONFIG_KNOWN_HOSTNAME var for CTEST_SITE (TRIL-171)
  Misc improvements to checkin-test-atdm.sh (TRIL-171)
  Print the return code from 'ctest -S' command (TRIL-171)
  Tpetra: Sort and merge specializations for Tpetra::CrsGraph (trilinos#2354)
  Remove '#line 1' as workaround for Ninja + CUDA rebuilds (trilinos#2359)
  Added function to return the full vector of data in the indexer rather than elem by elem (trilinos#2355)
  Panzer: Fixing rotation matrix calculation in integration values
  Tpetra: Adding an additive Schwarz test
  checkin-test driver scripts for local testing ATDM builds of Trilinos
  Add list of all supported builds on ride (TRIL-171)
  Add list of all supported builds shiller (TRIL-171)
  Fix location of nvcc_wrapper and other fixups (TRIL-171)
  Improve the 'date' output and start and end (TRIL-171)
  Change name ATDM_HOSTNAME to ATDM_SYSTEM_NAME (TRIL-171)
  Print KOKKOS_ARCH to STDOUT (trilinos#1400)
  ...

Conflicts:
	packages/shylu/shylu_node/tacho/src/TachoExp_NumericTools.hpp
	packages/shylu/shylu_node/tacho/unit-test/Tacho_TestCrsMatrixBase.hpp
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.

4 participants