| /libCEED/examples/ |
| H A D | Makefile | 37 make CEED_DIR=$(CEED_DIR) -C ceed all 40 make CEED_DIR=$(CEED_DIR) MFEM_DIR=$(MFEM_DIR) -C mfem all 46 +make CEED_DIR=$(CEED_DIR) NEK5K_DIR=$(NEK5K_DIR) MPI=$(MPI) -C nek bps 49 make CEED_DIR=$(CEED_DIR) PETSC_DIR=$(PETSC_DIR) PETSC_ARCH=$(PETSC_ARCH) -C petsc all 52 make CEED_DIR=$(CEED_DIR) PETSC_DIR=$(PETSC_DIR) PETSC_ARCH=$(PETSC_ARCH) -C fluids all 55 make CEED_DIR=$(CEED_DIR) PETSC_DIR=$(PETSC_DIR) PETSC_ARCH=$(PETSC_ARCH) -C solids all 58 +make -C ceed clean 59 +make -C mfem clean 60 +make -C nek clean 61 +make -C rust-qfunctions clean [all …]
|
| /libCEED/rust/libceed-sys/ |
| H A D | build.rs | 17 let mut make = Command::new("make"); in main() localVariable 18 make.arg("install") in main() 32 make.arg("STATIC=1"); in main() 34 run(&mut make); in main()
|
| H A D | README.md | 32 If you need custom flags for the C project, we recommend using `make -C c-src configure` to cache a…
|
| /libCEED/backends/magma/tuning/ |
| H A D | README.md | 18 python generate_tuning.py -arch a100 -max-nb 32 -build-cmd "make" -ceed "/gpu/cuda/magma" 22 the libCEED library. For example, this may be a build script which calls `make` 23 internally with the desired parameters, or might just be `make` if a previous 24 call to `make configure` has configured the build. Finally, the `-ceed` 29 the basis application for a given backend. Run `make tuning` from this directory 36 Note that in order for the benchmarks to make sense for `magma` backends, the
|
| /libCEED/doc/ |
| H A D | README.md | 11 make doc # builds HTML site 23 make doxygen 29 make -C doc/sphinx html 35 make -C doc/sphinx latexpdf 44 make -C doc/sphinx help 62 make doc
|
| /libCEED/ |
| H A D | README.md | 38 $ make 44 $ make OPT='-O3 -march=skylake-avx512 -ffp-contract=fast' 53 $ make AVX=1 59 $ make AVX=0 64 To enable CUDA support, add `CUDA_DIR=/opt/cuda` or an appropriate directory to your `make` invocat… 71 $ make SYCL_DIR=/opt/intel/oneapi/compiler/latest/linux SYCLCXX=icpx CC=icx CXX=icpx 77 $ make OPENMP=1 82 To store these or other arguments as defaults for future invocations of `make`, use: 85 $ make configure CUDA_DIR=/usr/local/cuda ROCM_DIR=/opt/rocm OPT='-O3 -march=znver2' 95 $ emmake make build/ex2-surface.wasm [all …]
|
| H A D | CONTRIBUTING.md | 7 Please make your commits well-organized and [atomic](https://en.wikipedia.org/wiki/Atomic_commit#At… 8 Check that tests (including "examples") pass using `make prove-all`. 24 When contributors make a major contribution and support it, their names are included in the automat… 31 You can use `make format` to help conform to coding conventions of the project, but try to avoid mi… 53 1. make significant contributions to libCEED (in implementation, documentation, conceptualization, …
|
| H A D | RELEASING.md | 25 Use `make doc-latexpdf` to build a PDF users manual and inspect it for missing references or format… 34 While unsupported changes do not prevent release, it's polite to make a PR to support the new relea… 56 Generate the PDF using `make doc-latexpdf`, click "New version" on the [Zenodo record](https://zeno…
|
| H A D | Doxyfile | 232 # The MULTILINE_CPP_IS_BRIEF tag can be set to YES to make doxygen treat a 333 # default for Fortran type files). For instance to make doxygen treat .inc files 379 # versus func(std::string) {}). This also make the inheritance and collaboration 400 # getter and setter methods for a property. Setting this option to YES will make 884 # to a more specific place is given. To make it easier to jump to this place 1135 # setting FORTRAN_COMMENT_AFTER will also make it possible that longer lines can 1148 # Note: To get rid of all source code in the generated output, make sure that 1190 # will make the HTML file larger and loading of large files a bit slower, you 1373 # gradually make the output lighter, whereas values above 100 make the output 1419 # output directory. Running make will produce the docset in that directory and [all …]
|
| H A D | Makefile | 474 $(info make: 'lib' with optional backends: $(filter-out $(BACKENDS_BUILTIN),$(BACKENDS))) 478 $(info make: 'lib' with backends: $(BACKENDS)) 921 make -C doc/sphinx $* 1044 quay.io/pypa/$(WHEEL_PLAT) python/make-wheels.sh
|
| /libCEED/examples/petsc/ |
| H A D | README.md | 9 To build, run `make bpsraw` 21 To build, run `make bps` 46 To build, run `make multigrid` 70 To build, run `make area`
|
| /libCEED/examples/nek/ |
| H A D | nek-examples.sh | 124 -m|-make) 132 function make() { function 357 make
|
| H A D | README.md | 22 You can build the Nek5000 libCEED examples with the command `make bps`. 54 -m|-make Make the examples
|
| /libCEED/doc/sphinx/source/ |
| H A D | CONTRIBUTING.md | 7 Please make your commits well-organized and [atomic](https://en.wikipedia.org/wiki/Atomic_commit#At… 8 Check that tests (including "examples") pass using `make prove-all`. 24 When contributors make a major contribution and support it, their names are included in the automat… 31 You can use `make format` to help conform to coding conventions of the project, but try to avoid mi… 53 1. make significant contributions to libCEED (in implementation, documentation, conceptualization, …
|
| H A D | libCEEDdev.md | 194 `make format` 206 Also, documentation files should have one sentence per line to help make git diffs clearer and less… 268 `make tidy` 271 This tool is much slower than actual compilation (`make -j8` parallelism helps). 274 `make interface/ceed.c.tidy` 277 All issues reported by `make tidy` should be fixed. 286 …ibCEED or set the environment variable `IWYU_CC`, then you can use the makefile target `make iwyu`.
|
| H A D | precision.md | 14 Tests can be run using `make test FC=` because the Fortran tests do not support single precision at…
|
| H A D | CODE_OF_CONDUCT.md | 5 We as members, contributors, and leaders pledge to make participation in our community a harassment…
|
| /libCEED/examples/mfem/ |
| H A D | README.md | 9 make
|
| /libCEED/examples/deal.II/ |
| H A D | README.md | 12 make
|
| H A D | .clang-format | 135 # make sure that "../tests.h" appears before all other local include files
|
| /libCEED/examples/python/ |
| H A D | README.md | 16 make setup
|
| H A D | tutorial-6-shell.ipynb | 112 "! make" 160 "! make"
|
| /libCEED/examples/fluids/ |
| H A D | README.md | 16 `make` 653 - Scaling to make differential kernel size equivalent to other filter kernels 765 $ make -C examples/fluids/meshes 771 $ make build/fluids-navierstokes
|
| /libCEED/julia/LibCEED.jl/docs/src/ |
| H A D | UserQFunctions.md | 128 which make the specified values available within the body of the Q-function as 133 the body of the Q-function and make it available to libCEED as a C callback. In
|
| /libCEED/rust/libceed-sys/c-src/ |
| H A D | Makefile | 474 $(info make: 'lib' with optional backends: $(filter-out $(BACKENDS_BUILTIN),$(BACKENDS))) 478 $(info make: 'lib' with backends: $(BACKENDS)) 921 make -C doc/sphinx $* 1044 quay.io/pypa/$(WHEEL_PLAT) python/make-wheels.sh
|