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

Closed
Open
Created Sep 05, 2018 by James Willenbring@jmwilleMaintainer

STK build errors on ATDM rhel6 gcc 7.2 build

Created by: fryeguy52

CC: @trilinos/stk , @kddevin (Trilinos Data Services Product Lead), @bartlettroscoe

Next Action Status

Jenkins job driving this build was disabled on 9/8/2018 (see here). Next: Watch for build not being submitted to CDash starting 9/9/2018 ...

Description

As shown in this query There are 3 build failures in STK that began on 8/21/2018 and are still failing. On CDash the failures are the following:

Error building CMakeFiles/STKUnit_tests_util_parallel_UnitTest.dir/UnitTestCommNeighbors.cpp.o Error building libstk_util_parallel.so.12.13 Error building CMakeFiles/stk_util_parallel.dir/CommNeighbors.cpp.o

output here

These failures are occurring in the build:

  • Trilinos-atdm-sems-gcc-7-2-0

some examples of the kind of errors in the output

‘MPI_UNWEIGHTED’ was not declared in this scope
...
‘MPI_Dist_graph_create_adjacent’ was not declared in this scope
...
‘MPI_Neighbor_alltoall’ was not declared in this scope

Steps to Reproduce

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

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

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

  • https://github.com/trilinos/Trilinos/blob/develop/cmake/std/atdm/README.md#sems-rhel6-environment

The exact commands to reproduce this issue should be:


$ cd <some_build_dir>/

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

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

$ make NP=16

$ ctest -j16 \
Assignee
Assign to
Time tracking