Lines Matching full:examples
1 ## libCEED + Nek5000 Examples
5 …19.0 or greater must be [installed](https://nek5000.mcs.anl.gov/getstarted/) to run these examples.
13 The Nek5000 examples depend on the Nek5000 tools: `genbox`, `genmap`, and `reatore2`.
20 ### Building the Nek5000 examples
22 You can build the Nek5000 libCEED examples with the command `make bps`.
24 You can also build the Nek5000 libCEED examples by invoking `nek-examples.sh` script.
26 ./nek-examples.sh -m
29 By default, the examples are built with MPI.
30 To build the examples without MPI, set the environment variable `MPI=0`.
32 Note: Nek5000 examples must be built sequentially.
33 Due to the Nek5000 build process, multiple examples cannot be built in parallel.
36 ### Running Nek5000 examples
38 You can run the Nek5000 libCEED examples by invoking `nek-examples.sh` script.
41 ./nek-examples.sh -c <ceed_backend> -e <example_name> \
53 -clean clean the examples directory
54 -m|-make Make the examples