Skip to content

ShyLU/HTS: Partially fix #2942.

James Willenbring requested to merge ambrad:hts-blas-phase1 into develop

Created by: ambrad

Add const to extern BLAS arguments. This is intended to fix the Sierra-Trilinos integration.

A planned additional fix is to default to calling BLAS through Teuchos. This entails an additional un-inlinable hop; thus, a compile-time option will be provided to use the current 1-hop code path.

@trilinos/shylu

Merge request reports