Skip to content

GitLab

  • Menu
Projects Groups Snippets
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • T Trilinos
  • Project information
    • Project information
    • Activity
    • Labels
    • Planning hierarchy
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 936
    • Issues 936
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 22
    • Merge requests 22
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • James Willenbring
  • Trilinos
  • Issues
  • #2620

Closed
Open
Created Apr 23, 2018 by James Willenbring@jmwilleMaintainer

Clean up builds and tests for all Primary Tested packages for CUDA build on white/ride

Created by: bartlettroscoe

CC: @trilinos/framework

Description

This issue is a placeholder for cleaning up the builds and tests for all of the Primary Tested Trilinos packages for the cuda-debug build on white/ride as described in https://github.com/trilinos/Trilinos/issues/2464#issuecomment-383646788.

As of 4/23/2018, the build Trilinos-atdm-white-ride-cuda-debug-pt-all-at-once on white for all 53 of the current Primary Tested Trilinos packages passed the configure but has several build and runtime test failures as shown at:

  • https://testing-vm.sandia.gov/cdash/index.php?project=Trilinos&parentid=3451394

This shows build failures for the packages:

  • ROL (@trilinos/rol)
  • MiniTensor (@lxmota)
  • Zoltan (@trilinos/zoltan)
  • TrilinosCouplings (???)
  • ShyLU_DD (@trilinos/shylu )
  • Domi (@trilinos/domi)

And it shows test failures for the packages:

  • Stokhos (@trilinos/stokhos)
  • ROL
  • Zoltan
  • TrilinosCouplings
  • Piro (@trilinos/piro)
  • FEI (@trilinos/fei)

Steps to Reproduce

Anyone should be able to reproduce any of these package failures on 'white`'(SON) or 'ride' (SRN) as:

$ cd <some_build_dir>/

$ source $TRILINOS_DIR/cmake/std/atdm/load-env.sh cuda-debug

$ cmake \
  -GNinja \
  -DTrilinos_CONFIGURE_OPTIONS_FILE:STRING=cmake/std/atdm/ATDMDevEnvSettungs.cmake \
  -DTrilinos_ENABLE_TESTS=ON -DTrilinos_ENABLE_<PackageName>=ON \
  $TRILINOS_DIR

$ ninja -j16 -k 999999

$ bsub -x -Is -q rhel7F -n 16 ctest -j16

For more details, see:

  • https://github.com/trilinos/Trilinos/blob/develop/cmake/std/atdm/README.md
Assignee
Assign to
Time tracking