Skip to content

Fix CUDA 9.0 build with module tweak (TRIL-215)

Created by: bartlettroscoe

CC: @fryeguy52

Description

Get this CUDA 9.0 build on 'white' working again by switching from the GCC 7.2.0 compiler to the 4.8.5 compiler. This is part of the effort to get things working after the upgrade of 'white' (see TRIL-215).

Motivation and Context

We have not had a successful CUDA build on 'white' since 7/17/2018. This to get that CUDA build running again while the Test Bed team fixes the CUDA 9.0 build env to work with GCC 7.2.0.

How Has This Been Tested?

I tested this on 'white' with:

$ bsub -x -Is -q rhel7F -n 16 \
  ./checkin-test-atdm.sh cuda-opt --enable-packages=Kokkos --local-do-all

Merge request reports