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

Closed
Open
Created May 15, 2018 by James Willenbring@jmwilleMaintainer

Address timing out (or failing) test PanzerAdaptersSTK_MixedPoissonExample-ConvTest-Hex-Order-3 test in the Trilinos-atdm-toss3-intel-debug-openmp-panzer build

Created by: bartlettroscoe

Summary: CC: @trilinos/panzer, @fryeguy52

Next Action Status

After the commit 652a0113 was merged on 5/16/2018, the test PanzerAdaptersSTK_MixedPoissonExample-ConvTest-Hex-Order-3 disappeared from the build Trilinos-atdm-toss3-intel-debug-openmp-panzer starting 5/17/2018. PR #3559 merged on 10/8/2018 disables this test on 'waterman' cuda-9.2 builds and the test was seen removed on CDash on 10/9/2018. Next: Fix this?

Description

As can be seen in the queries

  • https://testing-vm.sandia.gov/cdash/queryTests.php?project=Trilinos&filtercombine=and&filtercombine=and&filtercombine=and&filtercount=3&showfilters=1&filtercombine=and&field1=buildname&compare1=61&value1=Trilinos-atdm-toss3-intel-debug-openmp-panzer&field2=testname&compare2=65&value2=PanzerAdaptersSTK_MixedPoissonExample-ConvTest-Hex-Order-3&field3=buildstarttime&compare3=84&value3=now

The test PanzerAdaptersSTK_MixedPoissonExample-ConvTest-Hex-Order-3 is the only failing test in the panzer-only test build Trilinos-atdm-toss3-intel-debug-openmp-panzer over the last few days, except when there are system issues that cause many of the tests to fail (see #2699 (closed)).

In all but one of the builds were this test was the only Panzer test that failed, it timed out a 10 minutes. The one exception was on 2018-05-10 where it failed as shown at:

  • https://testing-vm.sandia.gov/cdash/testDetails.php?test=46467457&build=3498830

which showed the failure.

--------------------------------------------------------------------------
ORTE has lost communication with its daemon located on node:

  hostname:  ser285

This is usually due to either a failure of the TCP network
connection to the node, or possibly an internal failure of
the daemon itself. We cannot recover from this failure, and
therefore will terminate the job.

--------------------------------------------------------------------------

Steps to Reproduce

As described at:

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

Clone the Trilinos git repo on 'serrano' and then do:

$ cd <some_build_dir>/

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

$ cmake \
  -DTrilinos_CONFIGURE_OPTIONS_FILE:STRING=cmake/std/atdm/ATDMDevEnv.cmake \
  -DTrilinos_ENABLE_TESTS=ON -DTrilinos_ENABLE_Panzer=ON \
  $TRILINOS_DIR

$ make -j16

$ salloc -N1 --time=0:20:00 --account=<YOUR_WCID> ctest -VV -R PanzerAdaptersSTK_MixedPoissonExample-ConvTest-Hex-Order-3

Related Issues

  • Related to: #2699 (closed)
Assignee
Assign to
Time tracking