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
  • #3939

Closed
Open
Created Nov 27, 2018 by James Willenbring@jmwilleMaintainer

PanzerAdaptersSTK_[Mixed]CurlLaplacianExample tests failing in Trilinos-atdm-waterman-cuda-9.2-release-debug build

Created by: fryeguy52

CC: @trilinos/panzer, @mperego (Trilinos Discretizations Product Lead), @bartlettroscoe, @fryeguy52

Next Action Status

With the merge of PR #4079 to 'develop' on 12/19/2018, these tests should now be disabled in this build Trilinos-atdm-waterman-cuda-9.2-release-debug. All tests that should be disabled were disabled on 12/19/2018 and all of the Panzer tests in this build passed on 12/19/2018 and 12/20/2018.

Description

As shown in this query the tests:

  • PanzerAdaptersSTK_MixedCurlLaplacianExample
  • PanzerAdaptersSTK_MixedCurlLaplacianExample-ConvTest-Tri-Order-1
  • PanzerAdaptersSTK_MixedCurlLaplacianExample-ConvTest-Tri-Order-2
  • PanzerAdaptersSTK_MixedCurlLaplacianExample-ConvTest-Quad-Order-2
  • PanzerAdaptersSTK_MixedCurlLaplacianExample-ConvTest-Quad-Order-3
  • PanzerAdaptersSTK_MixedCurlLaplacianMultiblockExample-ConvTest-Quad-Order-1
  • PanzerAdaptersSTK_CurlLaplacianExample-ConvTest-Quad-Order-2
  • PanzerAdaptersSTK_CurlLaplacianExample-ConvTest-Quad-Order-4
  • PanzerAdaptersSTK_CurlLaplacianMultiblockExample-ConvTest-Quad-Order-1

are failing in the build:

  • Trilinos-atdm-waterman-cuda-9.2-release-debug

Test names above link to the test output

Current Status on CDash

The current status of these tests/builds for the current testing day can be found here

Steps to Reproduce

One should be able to reproduce this failure on waterman as described in:

  • https://github.com/trilinos/Trilinos/blob/develop/cmake/std/atdm/README.md

More specifically, the commands given for waterman are provided at:

  • https://github.com/trilinos/Trilinos/blob/develop/cmake/std/atdm/README.md#waterman

The exact commands to reproduce this issue should be:

$ cd <some_build_dir>/
$ source $TRILINOS_DIR/cmake/std/atdm/load-env.sh Trilinos-atdm-waterman-cuda-9.2-release-debug
$ cmake \
 -GNinja \
 -DTrilinos_CONFIGURE_OPTIONS_FILE:STRING=cmake/std/atdm/ATDMDevEnv.cmake \
 -DTrilinos_ENABLE_TESTS=ON -DTrilinos_ENABLE_Panzer=ON \
 $TRILINOS_DIR
$ make NP=16
$ bsub -x -Is -n 20 ctest -j20
Assignee
Assign to
Time tracking