Searched +full:oneapi +full:- +full:src (Results 1 – 3 of 3) sorted by relevance
1 # Copyright (c) 2017-2026, Lawrence Livermore National Security, LLC and other CEED contributors.2 # All Rights Reserved. See the top-level LICENSE and NOTICE files for details.4 # SPDX-License-Identifier: BSD-2-Clause8 # ------------------------------------------------------------10 # ------------------------------------------------------------14 -include $(CONFIG)18 -include $(COMMON)23 # Cancel built-in and old-fashioned implicit rules which we don't use29 @mkdir -p $(@D)35 DARWIN := $(filter Darwin,$(shell uname -s))[all …]
1 # ----------------------------------------------------------------------------------------3 # ----------------------------------------------------------------------------------------5 - test:cpu-and-tidy6 - test:gpu-and-float13 # ----------------------------------------------------------------------------------------15 # ----------------------------------------------------------------------------------------16 noether-asan:17 stage: test:cpu-and-tidy19 - cpu24 - export COVERAGE=0 CC=gcc CXX=g++ FC=gfortran[all …]