Home
last modified time | relevance | path

Searched refs:bps (Results 1 – 17 of 17) sorted by relevance

/libCEED/examples/nek/
H A DMakefile36 .PHONY: all bps clean
38 all: bps
40 bps: bps/bps.usr target
H A Dnek-examples.sh152 cp bps/bps.* build/
164 FFLAGS="$FFLAGS" USR_LFLAGS="$USR_LFLAGS" ./makenek bps >> bps.build.log 2>&1
172 mv nek5000 bps
195 rm -f bps *log* SESSION.NAME 2> /dev/null
302 if [ ! -f $bps ]; then
328 …./build/bps ${nek_ex} ${nek_spec} ${nek_test} > ${nek_ex}.${nek_spec_short}.log.${nek_np}.b${nek_b…
331 ${MPIEXEC:-mpiexec} -np ${nek_np} ./build/bps ${nek_ex} ${nek_spec} ${nek_test} > \
H A DREADME.md22 You can build the Nek5000 libCEED examples with the command `make bps`.
/libCEED/examples/petsc/
H A DMakefile31 all: area bps bpsraw bpssphere dmswarm multigrid
43 bps.c := bps.c
44 bps.o = $(bps.c:%.c=$(OBJDIR)/%.o)
45 bps: $(bps.o) libutils.a | $(PETSc.pc) $(ceed.pc) target
97 $(RM) -r $(OBJDIR) *.vtu area bps bpsraw bpssphere dmswarm multigrid libutils.a
H A D.gitignore5 /bps
12 /petsc-bps
H A DREADME.md17 ### CEED bakeoff problems with DMPlex - bps
21 To build, run `make bps`
23 To run, `./bps -ceed [ceed-resource] -problem bp[1-6] -degree [degree]`
35 mpiexec -n 64 ./bps -problem bp1,bp2,bp3,bp4 -degree 2,3,5,7 \
37 -local_nodes 600,20000 | tee bps.log
H A Dindex.md93 (example-petsc-bps)=
97 …roblems <bps>` (BPs) using a "raw" parallel decomposition (see `bpsraw.c`) and using PETSc's `DMPl…
100 (example-petsc-bps-sphere)=
139 which is the form implemented in `qfunctions/bps/bp3sphere.h`.
/libCEED/benchmarks/
H A Dpetsc-bps.sh34 quoted_echo $mpi_run ./petsc-bps "${all_args[@]}"
35 $mpi_run ./petsc-bps "${all_args[@]}" || \
38 $dry_run $mpi_run ./petsc-bps "${all_args[@]}"
/libCEED/examples/
H A Dbps.md1 (bps)=
6 :start-after: <!-- bps-inclusion -->
7 :end-before: <!-- bps-exclusion -->
H A DREADME.md12 <!-- bps-inclusion -->
15 …definitions of the problems are given on the ceed [website](https://ceed.exascaleproject.org/bps/).
56 <!-- bps-exclusion -->
58 …ase see the dedicated [BPs documentation section](https://libceed.org/en/latest/examples/bps.html).
H A Dindex.md14 bps.md
H A DMakefile46 +make CEED_DIR=$(CEED_DIR) NEK5K_DIR=$(NEK5K_DIR) MPI=$(MPI) -C nek bps
/libCEED/
H A DREADME.md272 $ ./bps -problem bp1 -ceed /cpu/self
273 $ ./bps -problem bp2 -ceed /gpu/cuda
274 $ ./bps -problem bp3 -ceed /cpu/self
275 $ ./bps -problem bp4 -ceed /gpu/cuda
276 $ ./bps -problem bp5 -ceed /cpu/self
277 $ ./bps -problem bp6 -ceed /gpu/cuda
340 $ python postprocess-plot.py petsc-bps-bp1-*-output.txt
341 $ python postprocess-plot.py petsc-bps-bp3-*-output.txt
H A DMakefile353 nekexamples := $(OBJDIR)/nek-bps
721 $(OBJDIR)/nek-bps : examples/nek/bps/bps.usr examples/nek/nek-examples.sh $(libceed) | $$(@D)/.DIR
723 mv examples/nek/build/bps $(OBJDIR)/bps
724 cp examples/nek/nek-examples.sh $(OBJDIR)/nek-bps
840 allbenchmarks = petsc-bps
/libCEED/rust/libceed-sys/c-src/
H A DMakefile353 nekexamples := $(OBJDIR)/nek-bps
721 $(OBJDIR)/nek-bps : examples/nek/bps/bps.usr examples/nek/nek-examples.sh $(libceed) | $$(@D)/.DIR
723 mv examples/nek/build/bps $(OBJDIR)/bps
724 cp examples/nek/nek-examples.sh $(OBJDIR)/nek-bps
840 allbenchmarks = petsc-bps
/libCEED/doc/sphinx/source/
H A Dreleasenotes.md68 #### {ref}`example-petsc-bps`
127 #### {ref}`example-petsc-bps`
349 - PETSc {ref}`example-petsc-bps`:
351 - {file}`examples/petsc/bpsraw.c` (formerly `bps.c`): transparent CUDA support.
352 - {file}`examples/petsc/bps.c` (formerly `bpsdmplex.c`): performance improvements
354 - {ref}`example-petsc-bps-sphere` ({file}`examples/petsc/bpssphere.c`):
399 with any unstructured geometry, were called `bps`. Additionally, other benchmark
/libCEED/examples/nek/bps/
H A Dbps.usr809 $ //'bps/bps.h:masssetupf',qf_setup,err)
823 $ //'bps/bps.h:massf',qf_mass,err)
1128 $ //'bps/bps.h:diffsetupf'//char(0),qf_setup,err)
1142 $ //'bps/bps.h:diffusionf'//char(0),qf_diffusion,err)