Home
last modified time | relevance | path

Searched refs:benchmark (Results 1 – 16 of 16) sorted by relevance

/libCEED/benchmarks/
H A DREADME.md3 This directory contains benchmark problems for performance evaluation of libCEED
10 benchmark.sh -c /cpu/self -r petsc-bpsraw.sh -b bp1 -n 16 -p 16
13 benchmark, `-b <bp-list>` specifies a list of CEED benchmark problems to run,
17 Multiple backends, benchmark problems, and processor configurations can be
20 benchmark.sh -c "/cpu/self/ref/serial /cpu/self/ref/blocked" -r petsc-bpsraw.sh -b "bp1 bp3" -n "16…
H A Dpetsc-bpsraw.sh21 local common_args=(-ceed $ceed -pc_type none -benchmark)
H A Dpetsc-bps.sh20 local common_args=(-ceed $ceed -pc_type none -benchmark)
/libCEED/examples/ceed/
H A Dex1-volume-f.f90261 integer help, test, gallery, benchmark variable
292 benchmark = 0
331 read(arg_value, '(I10)') benchmark
498 if (test /= 1 .AND. benchmark /= 0) then
500 write (*, *) ' Executing ', benchmark, ' benchmarking runs...'
503 do i = 1, benchmark
H A Dex2-surface.c63 CeedInt help = 0, test = 0, gallery = 0, benchmark = 0; in main() local
85 parse_error = next_arg ? benchmark = atoi(argv[++ia]), 0 : 1; in main()
262 if (!test && benchmark) { in main()
264 printf(" Executing %d benchmarking runs...\n", benchmark); in main()
267 for (CeedInt i = 0; i < benchmark; i++) { in main()
H A Dex3-volume.c62 CeedInt help = 0, test = 0, benchmark = 0; in main() local
84 parse_error = next_arg ? benchmark = atoi(argv[++ia]), 0 : 1; in main()
230 if (!test && benchmark) { in main()
232 printf(" Executing %d benchmarking runs...\n", benchmark); in main()
235 for (CeedInt i = 0; i < benchmark; i++) { in main()
H A Dex1-volume.c63 CeedInt help = 0, test = 0, gallery = 0, benchmark = 0; in main() local
85 parse_error = next_arg ? benchmark = atoi(argv[++ia]), 0 : 1; in main()
241 if (!test && benchmark) { in main()
243 printf(" Executing %d benchmarking runs...\n", benchmark); in main()
246 for (CeedInt i = 0; i < benchmark; i++) { in main()
/libCEED/examples/petsc/
H A DREADME.md60 - `-problem` - CEED benchmark problem to solve
64 - `-benchmark` - Benchmarking mode (prints benchmark statistics)
/libCEED/backends/magma/tuning/
H A Dgenerate_tuning.py22 def benchmark(nb, build_cmd, backend, log): function
100 data_nb = benchmark(nb, args.build_cmd, args.ceed,
H A DREADME.md28 Alternatively, the `tuning` program can be built and run on its own to benchmark
/libCEED/examples/rust-qfunctions/
H A Dex1-volume.c64 CeedInt help = 0, test = 0, gallery = 0, benchmark = 0; in main() local
86 parse_error = next_arg ? benchmark = atoi(argv[++ia]), 0 : 1; in main()
251 if (!test && benchmark) { in main()
253 printf(" Executing %d benchmarking runs...\n", benchmark); in main()
256 for (CeedInt i = 0; i < benchmark; i++) { in main()
/libCEED/doc/sphinx/source/
H A Dreferences.bib92 …title = {Numerical solutions of a non-linear density current: A benchmark solution and compari…
H A Dreleasenotes.md395 identity Q-Functions were introduced, and the PETSc benchmark problems were expanded
399 with any unstructured geometry, were called `bps`. Additionally, other benchmark
/libCEED/doc/papers/joss/
H A Dpaper.bib324 title={Numerical solutions of a non-linear density current: A benchmark solution and comparisons},
/libCEED/
H A DMakefile844 cd benchmarks && ./benchmark.sh --ceed "$(BACKENDS)" -r $(*).sh
/libCEED/rust/libceed-sys/c-src/
H A DMakefile844 cd benchmarks && ./benchmark.sh --ceed "$(BACKENDS)" -r $(*).sh