| /libCEED/benchmarks/ |
| H A D | README.md | 3 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 D | petsc-bpsraw.sh | 21 local common_args=(-ceed $ceed -pc_type none -benchmark)
|
| H A D | petsc-bps.sh | 20 local common_args=(-ceed $ceed -pc_type none -benchmark)
|
| /libCEED/examples/ceed/ |
| H A D | ex1-volume-f.f90 | 261 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 D | ex2-surface.c | 63 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 D | ex3-volume.c | 62 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 D | ex1-volume.c | 63 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 D | README.md | 60 - `-problem` - CEED benchmark problem to solve 64 - `-benchmark` - Benchmarking mode (prints benchmark statistics)
|
| /libCEED/backends/magma/tuning/ |
| H A D | generate_tuning.py | 22 def benchmark(nb, build_cmd, backend, log): function 100 data_nb = benchmark(nb, args.build_cmd, args.ceed,
|
| H A D | README.md | 28 Alternatively, the `tuning` program can be built and run on its own to benchmark
|
| /libCEED/examples/rust-qfunctions/ |
| H A D | ex1-volume.c | 64 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 D | references.bib | 92 …title = {Numerical solutions of a non-linear density current: A benchmark solution and compari…
|
| H A D | releasenotes.md | 395 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 D | paper.bib | 324 title={Numerical solutions of a non-linear density current: A benchmark solution and comparisons},
|
| /libCEED/ |
| H A D | Makefile | 844 cd benchmarks && ./benchmark.sh --ceed "$(BACKENDS)" -r $(*).sh
|
| /libCEED/rust/libceed-sys/c-src/ |
| H A D | Makefile | 844 cd benchmarks && ./benchmark.sh --ceed "$(BACKENDS)" -r $(*).sh
|