| /libCEED/examples/nek/ |
| H A D | README.md | 6 It is assumed to exist at `../../../Nek5000` (a sibling to the libCEED directory) or at a path defi… 52 -b|-box Box case in boxes sub-directory found along with this script (default: 2x2x2) 53 -clean clean the examples directory 57 This geometry should be found in `./boxes` directory.
|
| H A D | nek-examples.sh | 77 -b|-box Box case in boxes sub-directory found along with this script (default: 2x2x2) 78 -clean clean the examples directory 86 Clean the examples directory with: 159 # Change to build directory
|
| /libCEED/examples/mfem/ |
| H A D | Makefile | 13 # Ceed directory 18 # Use an MFEM build directory or an MFEM install directory
|
| /libCEED/rust/libceed-sys/ |
| H A D | README.md | 26 * `system`: use libceed from a system directory (otherwise, install from source) 30 To develop libCEED, use `cargo build` in the `rust/libceed-sys` directory to install a local copy a… 44 …ig, then you'll need to set `LD_LIBRARY_PATH` to the appropriate target directory for doctests to …
|
| /libCEED/doc/sphinx/source/ |
| H A D | conf.py | 7 # This file is execfile()d with the current directory set to its 16 # If extensions (or modules to document with autodoc) are in another directory, 17 # add these directories to sys.path here. If the directory is relative to the 64 # Add any paths that contain templates here, relative to this directory. 99 # List of patterns, relative to source directory, that match files and 148 # relative to this directory. They are copied after the builtin static files,
|
| H A D | gpu.md | 10 The filepath may also be a relative path with respect to a root directory set with {c:func}`CeedAdd…
|
| /libCEED/ |
| H A D | Doxyfile | 62 # the logo to the output directory. 69 # left blank the current directory will be used. 74 # sub-directories (in 2 levels) under the output directory of each output format 77 # putting all generated files in the same directory would otherwise causes 180 # If left blank the directory from which doxygen is run is used as the path to 184 # will be relative from the directory where doxygen is started. 600 # filesystem is case sensitive (i.e. it supports files in the same directory 795 # Note that if you run doxygen from a directory containing a file called 910 # Note: If this tag is empty the current directory is searched. 1004 # subdirectory from a directory tree whose root is specified with the INPUT tag. [all …]
|
| H A D | .gitlab-ci.yml | 101 …/projects/petsc PETSC_ARCH=mpich-cpu-int64 && git -C $PETSC_DIR -c safe.directory=$PETSC_DIR descr… 117 …- echo "-------------- deal.II -------------" && git -C $DEAL_II_ROOT_DIR -c safe.directory=$DEAL_… 124 …lcov --directory . --capture --output-file coverage.info --ignore-errors source,mismatch --substit… 212 …lcov --directory . --capture --output-file coverage.info --ignore-errors source,mismatch --substit… 268 …uda-O PETSC_OPTIONS='-use_gpu_aware_mpi 0' && git -C $PETSC_DIR -c safe.directory=$PETSC_DIR descr… 283 …- echo "-------------- deal.II -------------" && git -C $DEAL_II_ROOT_DIR -c safe.directory=$DEAL_… 293 …lcov --directory . --capture --output-file coverage.info --ignore-errors source,mismatch --substit… 331 # - export MAGMA_DIR=/projects/hipMAGMA && git -C $MAGMA_DIR -c safe.directory=$MAGMA_DIR descri… 349 # - export PETSC_DIR=/projects/petsc PETSC_ARCH=mpich-hip && git -C $PETSC_DIR -c safe.directory… 360 # lcov --directory . --capture --output-file coverage.info --ignore-errors source,mismatch -… [all …]
|
| H A D | README.md | 64 To enable CUDA support, add `CUDA_DIR=/opt/cuda` or an appropriate directory to your `make` invocat… 65 To enable HIP support, add `ROCM_DIR=/opt/rocm` or an appropriate directory. 66 To enable SYCL support, add `SYCL_DIR=/opt/sycl` or an appropriate directory. 215 … the environment variable `MAGMA_DIR` must point to the top-level MAGMA directory, with the MAGMA … 216 …lation located elsewhere, create a link to `magma/` in libCEED's parent directory, or set `MAGMA_D… 234 …s of its usage, ranging from standalone C codes in the `/examples/ceed` directory to examples base… 336 The results from the benchmarks are stored inside the `benchmarks/` directory and they can be viewe…
|
| H A D | .readthedocs.yml | 19 # Build documentation in the docs/ directory with Sphinx
|
| /libCEED/doc/ |
| H A D | README.md | 20 …on Doxygen's XML output (via the `breathe` plugin). Build these files in the `xml/` directory via: 32 which will HTML docs in the [doc/sphinx/build](./sphinx/build) directory. Use
|
| /libCEED/examples/ |
| H A D | Makefile | 21 # Use an MFEM build directory or an MFEM install directory
|
| H A D | index.md | 6 in the {file}`examples/` directory.
|
| H A D | README.md | 91 …I_DIR`, `MFEM_DIR`, `PETSC_DIR`, and `NEK5K_DIR` variables and, from the `examples/` directory, run
|
| /libCEED/tests/junit-xml/junit_xml/ |
| H A D | __init__.py | 29 <testcase classname="testdb.directory" name="1-passed-test" time="10"/> 30 <testcase classname="testdb.directory" name="2-failed-test" time="20"> 35 <testcase classname="package.directory" name="3-errord-test" time="15"> 40 <testcase classname="package.directory" name="3-skipped-test" time="0"> 45 <testcase classname="testdb.directory" name="3-passed-test" time="10">
|
| /libCEED/examples/python/ |
| H A D | setup_qfunctions.py | 5 # Get CEED directory
|
| /libCEED/examples/ceed/ |
| H A D | Makefile | 10 # Ceed directory
|
| /libCEED/examples/rust-qfunctions/ |
| H A D | Makefile | 10 # Ceed directory
|
| /libCEED/backends/magma/tuning/ |
| H A D | README.md | 29 the basis application for a given backend. Run `make tuning` from this directory
|
| /libCEED/benchmarks/ |
| H A D | README.md | 3 This directory contains benchmark problems for performance evaluation of libCEED
|
| /libCEED/examples/fluids/ |
| H A D | stdoutParsing.py | 61 # Directory location of log files
|
| /libCEED/rust/libceed/ |
| H A D | README.md | 44 …d in the [libCEED repository](https://github.com/CEED/libCEED) under the `examples/rust` directory.
|
| /libCEED/examples/solids/src/ |
| H A D | cl-options.c | 30 PetscCall(PetscStrncpy(app_ctx->output_dir, ".", 2)); // Default - current directory in ProcessCommandLineOptions() 31 …PetscCall(PetscOptionsString("-output_dir", "Output directory", NULL, app_ctx->output_dir, app_ctx… in ProcessCommandLineOptions()
|
| /libCEED/examples/deal.II/ |
| H A D | bps.h | 12 // the top level directory of deal.II.
|
| H A D | bps-cpu.h | 12 // the top level directory of deal.II.
|