Searched +full:- +full:- +full:run +full:- +full:dev +full:- +full:tests (Results 1 – 4 of 4) sorted by relevance
| /libCEED/.github/workflows/ |
| H A D | julia-test-with-style.yml | 6 - main 13 os: [ubuntu-24.04] 14 julia-version: ['1'] 16 runs-on: ${{ matrix.os }} 24 - name: Environment setup 26 - name: Julia setup 27 uses: julia-actions/setup-julia@latest 29 version: ${{ matrix.julia-version }} 30 - name: Julia test and style 31 run: | [all …]
|
| /libCEED/rust/libceed-sys/c-src/ |
| H A D | Makefile | 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-Clause 8 # ------------------------------------------------------------ 10 # ------------------------------------------------------------ 14 -include $(CONFIG) 18 -include $(COMMON) 23 # Cancel built-in and old-fashioned implicit rules which we don't use 29 @mkdir -p $(@D) 35 DARWIN := $(filter Darwin,$(shell uname -s)) [all …]
|
| /libCEED/ |
| H A D | Makefile | 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-Clause 8 # ------------------------------------------------------------ 10 # ------------------------------------------------------------ 14 -include $(CONFIG) 18 -include $(COMMON) 23 # Cancel built-in and old-fashioned implicit rules which we don't use 29 @mkdir -p $(@D) 35 DARWIN := $(filter Darwin,$(shell uname -s)) [all …]
|
| /libCEED/julia/LibCEED.jl/test/ |
| H A D | runtests.jl | 23 const run_dev_tests = !isrelease() || ("--run-dev-tests" in ARGS) 30 @warn "Skipping tests because of incompatible libCEED versions." 32 @testset "LibCEED Release Tests" begin 89 witharray(x -> x .= 1.0, v) 92 @test summarystr(v) == "$n-element CeedVector" 154 @test q1d ≈ CeedScalar[-1.0, 0.0, 1.0] 158 @test q1d ≈ CeedScalar[-sqrt(3/5), 0.0, sqrt(3/5)] 162 d1d = CeedScalar[-0.5 0.5; -0.5 0.5; -0.5 0.5] 163 q1d = CeedScalar[-1.0, 0.0, 1.0] 232 offsets = Vector{CeedInt}(0:n-1) [all …]
|