Skip to content

Update for 'white' upgrade to CUDA 9.2 driver (TRIL-125)

James Willenbring requested to merge bartlettroscoe:tril-215-white-upgrade into develop

Created by: bartlettroscoe

CC: @fryeguy52, @nmhamster

Description

This loads the developer pack module:

devpack/20180308/openmpi/2.1.2/gcc/7.2.0/cuda/9.0.176

and the updated moudle:

netlib/3.8.0/gcc/7.2.0

I took out the logic for yaml-cpp because the updated devopack does not load any yaml-cpp module and the ATDM Trilinos build does not need it.

I took out the moudle load for binutils/2.27.0 since the updated devpack module loads and updated binutils/2.30.0 module which should address the build errors for the stokhos_muelu library in #3069 (closed).

Motivation and Context

The env on 'white' was updated and all of the ATDM Trilinos builds on 'white' have been gone for the last several days. This gets the builds back up so that we can see what is going on with these. See TRIL-215.

How Has This Been Tested?

I tested this with on 'white' with::

$ ./checkin-test-atdm.sh gnu-opt-openmp \
  --enable-packages=Kokkos,Teuchos,Belos,Anasazi --local-do-all

and it returned:

100% tests passed, 0 tests failed out of 301

Subproject Time Summary:
Anasazi    = 1081.25 sec*proc (74 tests)
Belos      = 1552.56 sec*proc (71 tests)
Kokkos     = 937.07 sec*proc (27 tests)
Teuchos    = 387.22 sec*proc (129 tests)

Total Test time (real) = 500.42 sec

That is not full testing but that confirms that we are not using a broken BLAS and LAPACK. There is little point in doing more testing since the env on 'white' is what it is. Getting these builds up will help fix the env if we find more problems.

Checklist

  • My commit messages mention the appropriate GitHub issue numbers.

Merge request reports