Skip to content

Tril 198 cmake 3.11.2 ninja 1.8.2

Created by: bartlettroscoe

CC: @fryeguy52

Description

Updated ATDM Trilinos builds on 'white' and 'ride' to use manually installed CMake 3.11.2 and Ninja 1.8.2 (which supports CMake Fortran builds). I also did some refactoring to remove duplication. See the commit log messages and diffs. There are not many changes here.

Motivation and Context

There is hope that this will address several issues.

  • The ninja module load failures in the Jenkins builds on 'ride' (see TRIL-208).
  • Crashing of 'bsub' on 'white' and 'ride' (see TRIL-198). (Hoping the new libuv implementation of the ctest test job runner may magically fix the problems with 'bsub' crashing while running tests with ctest -S.)

How Has This Been Tested?

I did quite a bit of manual testing for these changes. I think this is pretty solid.

  • Do local testing on 'white':

    • checkin-test-atdm.sh [Done]
    • Jenkins driver [Done]
  • Set up experimental Jenkins job 'Trilinos-atdm-white-ride-cuda-opt' on jenkins-son.sandia.gov that runs a build on branch tril-198-cmake-3.11.2-ninja-1.8.2 of my fork. => See [Jenkins log[(https://jenkins-son.sandia.gov/view/Trilinos%20ATDM/job/Trilinos-atdm-white-ride-cuda-opt/9/console) and CDash build.

  • Do local testing on 'ride':

    • checkin-test-atdm.sh [Done]
    • Jenkins driver [Done]
  • Set up experimental Jenkins jobs on jenkins-srn.sandia.gov that runs build on branch tril-198-cmake-3.11.2-ninja-1.8.2 => See Jenkins log and CDash build.

  • Do local testing on 'serrano' (to test change in split Jenkins driver):

    • checkin-test-atdm.sh [Done]
    • Jenkins driver [Done]

Checklist

  • My commit messages mention the appropriate GitHub issue numbers.
  • All new and existing tests passed.

Merge request reports