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

Closed
Open
Created Feb 20, 2018 by James Willenbring@jmwilleMaintainer

New timed-out Amesos2 tests in Trilinos-atdm-sems-gcc-7-2-0 build on 2/20/2018

Created by: bartlettroscoe

CC: @trilinos/amesos2

Next Action Status

The tests were disabled in all Trilinos_ENABLE_DEBUG=ON builds on 2/22/2018 (see below). Next: Fix the tests so that they pass?

Description

The tests:

  • Amesos2_KLU2_UnitTests_MPI_2
  • Amesos2_Superlu_UnitTests_MPI_2

timed out at 10 minutes in the build Trilinos-atdm-sems-gcc-7-2-0 this morning as shown at:

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

Prior to this morning, these tests were taking:

  • Amesos2_KLU2_UnitTests_MPI_2: 1.5s
  • Amesos2_Superlu_UnitTests_MPI_2: 1.7s

It looks like these tests are hanging due to an exception being thrown?

Steps to Reproduce

Using the do-configure script:

#!/bin/bash
cmake \
-DTrilinos_CONFIGURE_OPTIONS_FILE:STRING=cmake/std/sems/atdm/SEMSATDMSettings.cmake,cmake/std/MpiReleaseDebugSharedPtSettings.cmake,cmake/std/BasicCiTestingSettings.cmake \
-DDART_TESTING_TIMEOUT:STRING=300.0 \
-DTrilinos_ENABLE_TESTS:BOOL=ON \
-DCTEST_BUILD_FLAGS=-j10 \
-DCTEST_PARALLEL_LEVEL=10 \
"$@" \
$TRILINOS_DIR

Anyone should be able to reproduce these failures on any SNL COE RHEL6 machine as shown below:

$ cd <some_build_dir>/

$ source $TRILINOS_DIR/cmake/std/sems/atdm/load_atdm_7.2_dev_env.sh

$ ./do-configure -DTrilinos_ENABLE_Amesos2=ON

$ make -j16

$ ctest -j16

NOTE: The timeout like -DDART_TESTING_TIMEOUT:STRING=300.0 is important or ctest will never end.

Assignee
Assign to
Time tracking