Lines Matching +full:- +full:- +full:output +full:- +full:file
4 # Produced at the Lawrence Livermore National Laboratory. LLNL-CODE-734707.
7 # This file is part of CEED, a collection of benchmarks, miniapps, software
8 # libraries and APIs for efficient high-order finite element and spectral
12 # The CEED research is supported by the Exascale Computing Project 17-SC-20-SC,
19 declare -A run_flags
28 run_flags[ts_rtol]=1e-10
29 run_flags[ts_atol]=1e-10
31 declare -A test_flags
50 if ! [[ -z ${run_flags[$arg]} ]]; then
51 args="$args -$arg ${run_flags[$arg]}"
54 …./navierstokes $args | grep "Relative Error:" | awk -v i="$i" -v res="$res" -v d="$d" '{ printf "%…
59 # Compare the output CSV file with the reference file
60 count=$(diff conv_test_result.csv tests-output/fluids-navierstokes-conv-euler.csv | grep "^>" | wc …
63 diff -q conv_test_result.csv tests-output/fluids-navierstokes-conv-euler.csv