Skip to content

Remove MueLu_ENABLE_Epetra=OFF for EMPIRE ATDM Trilinos config (#2674, #2319)

Created by: bartlettroscoe

@trilinos/muelu, @jhux2

Description

The CUDA bulid for MueLu was fixed so this disable should not be needed anymore.

Motivation and Context

This test was disabled on CUDA builds because it was broken as described in https://github.com/trilinos/Trilinos/issues/2319#issuecomment-373118441.

How Has This Been Tested?

I tested this branch as described in https://github.com/trilinos/Trilinos/issues/2674#issuecomment-432292545. I think there are no new failures except for the test PanzerAdaptersSTK_CurlLaplacianExample-ConvTest-Quad-Order-3 in the 'hansen' build:

12) cuda-9.0-opt-Kepler37 Results:
----------------------------------

  99% tests passed, 2 tests failed out of 253
  
  Subproject Time Summary:
  MueLu     = 3549.34 sec*proc (96 tests)
  Panzer    = 9395.80 sec*proc (157 tests)
  
  Total Test time (real) = 1656.76 sec
  
  The following tests FAILED:
  	227 - PanzerAdaptersSTK_CurlLaplacianExample-ConvTest-Quad-Order-3 (Failed)
  	228 - PanzerAdaptersSTK_CurlLaplacianExample-ConvTest-Quad-Order-4 (Timeout)
  Errors while running CTest

I hope we don't get bit by this too bad.

Checklist

  • My commit messages mention the appropriate GitHub issue numbers.

Merge request reports