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
  • Merge requests
  • !2759

Merged
Created May 16, 2018 by James Willenbring@jmwilleMaintainer5 of 5 tasks completed5/5 tasks

Tril 200 serrano fixups

  • Overview 8
  • Commits 6
  • Changes 5

Created by: bartlettroscoe

@trilinos/

Description

This PR contains several fix-ups for the builds on 'serrano'. See the set of commits for what the changes are. There are good descriptions in the log messages in those.

However, the big things are:

  • Disable the Panzer test PanzerAdaptersSTK_MixedPoissonExample-ConvTest-Hex-Order-3 for intel-debug-openmp builds (#2751, commit 652a0113)

  • Try to fix failing tests by setting KOKKOS_ARCH=BDW (1a271e56) and switch to mpiexec --bind-by socket (e1944ed1) (#2699 (closed))

  • Enabled the usage of Ninja (297cf268)

Related Issues

  • Related to: #2751, #2699 (closed)

How Has This Been Tested?

I tested this locally on 'serrano' using:

$ ./checkin-test-atdm.sh intel-opt-openmp \
   --enable-packages=Kokkos,Panzer --allow-no-pull --configure --build --send-email-to=

$ salloc -N1 --time=0:20:00 --account=fy150090 \
  ./checkin-test-atdm.sh intel-opt-openmp \
 --enable-packages=Kokkos,Panzer --test

This gave the result:

PASSED (NOT READY TO PUSH): Trilinos: serrano-login5

Wed May 16 08:23:59 MDT 2018

Enabled Packages: Kokkos, Panzer

Build test results:
-------------------
0) MPI_RELEASE_DEBUG_SHARED_PT => Test case MPI_RELEASE_DEBUG_SHARED_PT was not run! => Does not affect push readiness! (-1.00 min)
1) intel-opt-openmp => passed: passed=180,notpassed=0 (2.68 min)

Unfortunately, I can't currently test the intel-debug-openmp build because it takes too much disk space and there is a quote of 50G in my home space on 'serrano'. I only have the disk space to test the intel-opt-openmp build.

Checklist

  • My commit messages mention the appropriate GitHub issue numbers.
  • My change requires a change to the documentation.
  • I have updated the documentation accordingly.
  • All new and existing tests passed.
  • No new compiler warnings were introduced.
Assignee
Assign to
Reviewer
Request review from
Time tracking
Source branch: bartlettroscoe:tril-200-serrano-fixups