Skip to content
GitLab
Projects Groups Topics Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • T Trilinos
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributor statistics
    • Graph
    • Compare revisions
  • 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
  • #2815
Closed
Open
Issue created May 24, 2018 by James Willenbring@jmwilleOwner

SEACAS tests failing in ATDM builds on mutrino

Created by: fryeguy52

CC: @bartlettroscoe, @trilinos/seacas

Next Action Status

Switching from 'salloc' to 'sbatch' eliminated all but one of the failing tests and the remaining failing test SEACASExodus_exodus_unit_tests was disabled in commit d12ca4eb merged to 'develop' in PR #3011 on 6/26/2018.

Summary

The following tests are failing in the nightly jenkins jobs of the ATDM configuration on mutrino

SEACASAprepro_aprepro_command_line_include_test SEACASAprepro_aprepro_command_line_vars_test SEACASAprepro_aprepro_unit_test SEACASAprepro_lib_aprepro_lib_array_test SEACASAprepro_lib_aprepro_lib_unit_test SEACASExodus_exodus_unit_tests

The list of failures can be seen here on CDash

They are failing in both Trilinos-atdm-mutrino-intel-opt-openmp Trilinos-atdm-mutrino-intel-debug-openmp

It looks like they all have something like this in the error output:

TEST_2

Running: "diff" "-w" "/lscratch1/jenkins/mutrino-slave/workspace/Trilinos-atdm-mutrino-intel-opt-openmp/SRC_AND_BUILD/Trilinos/packages/seacas/libraries/aprepro_lib/test_standard.out" "/lscratch1/jenkins/mutrino-slave/workspace/Trilinos-atdm-mutrino-intel-opt-openmp/SRC_AND_BUILD/BUILD/packages/seacas/libraries/aprepro_lib/test.output"

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

diff: /lscratch1/jenkins/mutrino-slave/workspace/Trilinos-atdm-mutrino-intel-opt-openmp/SRC_AND_BUILD/BUILD/packages/seacas/libraries/aprepro_lib/test.output: No such file or directory

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

TEST_2: Return code = 2
TEST_2: Pass criteria = Zero return code [FAILED]
TEST_2: Result = FAILED

Steps to Reproduce

on mutrino clone Trilinos and run the following. This will automatically set up the environment.

$ cd <some_build_dir>/

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

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

$ make -j16

$ salloc -N 1 -p standard -J $JOB_NAME ctest -j16

Environment

This is set up automatically in the instructions to reproduce above

Assignee
Assign to
Time tracking