Skip to content

Framework: error out if Kokkos settings detection fails

James Willenbring requested to merge ibaned:kokkos-settings-fail into develop

Created by: ibaned

@trilinos/framework

Description

This change ensures CMake configuration will stop with an error condition if the Kokkos Makefile system for architecture-specific flag setup fails in any way.

Motivation and Context

Combined with kokkos/kokkos#1364 , this improves usability in a common case where the Makefile fails to properly detect the NVCC compiler.

Merge request reports