Lines Matching +full:- +full:- +full:directory
6 It is assumed to exist at `../../../Nek5000` (a sibling to the libCEED directory) or at a path defi…
24 You can also build the Nek5000 libCEED examples by invoking `nek-examples.sh` script.
26 ./nek-examples.sh -m
38 You can run the Nek5000 libCEED examples by invoking `nek-examples.sh` script.
41 ./nek-examples.sh -c <ceed_backend> -e <example_name> \
42 -n <mpi_ranks> -b <box_geometry>
47 -h|-help Print this usage information and exit
48 -c|-ceed Ceed backend to be used for the run (optional, default: /cpu/self)
49 -e|-example Example name (optional, default: bp1)
50 -n|-np Specify number of MPI ranks for the run (optional, default: 1)
51 -t|-test Run in test mode (not on by default)
52 -b|-box Box case in boxes sub-directory found along with this script (default: 2x2x2)
53 -clean clean the examples directory
54 -m|-make Make the examples
56 The only mandatory argument is `-b` or `-box` which sets the box geometry to be used.
57 This geometry should be found in `./boxes` directory.
61 ./run-nek-example.sh -ceed /cpu/self -e bp1 -n 4 -b 3
65 ./run-nek-example.sh -b 3