| /libCEED/backends/cuda/ |
| H A D | ceed-cuda-compile.cpp | 42 #define CeedCallSystem(ceed, command, message) CeedCallBackend(CeedCallSystem_Core(ceed, command, m… argument 47 static int CeedCallSystem_Core(Ceed ceed, const char *command, const char *message) { in CeedCallSystem_Core() argument 48 CeedDebug(ceed, "Running command:\n$ %s", command); in CeedCallSystem_Core() 49 FILE *output_stream = popen((command + std::string(" 2>&1")).c_str(), "r"); in CeedCallSystem_Core() 51 …put_stream != nullptr, ceed, CEED_ERROR_BACKEND, "Failed to %s\ncommand:\n$ %s", message, command); in CeedCallSystem_Core() 60 … CEED_ERROR_BACKEND, "Failed to %s\ncommand:\n$ %s\nerror:\n%s", message, command, output.c_str()); in CeedCallSystem_Core() 277 std::string command; in CeedCompileCore_Cuda() local 280 …command = "cargo +" + std::string(rust_toolchain) + " build --release --target nvptx64-nvidia-cuda… in CeedCompileCore_Cuda() 282 CeedCallSystem(ceed, command.c_str(), "build Rust crate"); in CeedCompileCore_Cuda() 290 …command = "$(find $(rustup run " + std::string(rust_toolchain) + " rustc --print sysroot) -name ll… in CeedCompileCore_Cuda() [all …]
|
| /libCEED/rust/libceed-sys/ |
| H A D | build.rs | 93 fn run(command: &mut Command) { in run() 94 println!("Running: `{:?}`", command); in run() 95 assert!(command.status().unwrap().success()); in run()
|
| /libCEED/examples/mfem/ |
| H A D | README.md | 18 Optional command-line arguments are shown by adding the command-line argument "--help".
|
| /libCEED/examples/deal.II/ |
| H A D | README.md | 25 Optional command-line arguments are shown by adding the command-line argument "--help".
|
| /libCEED/examples/python/ |
| H A D | README.md | 25 A full list of command-line arguments are shown by adding the command-line argument "--help".
|
| H A D | tutorial-6-shell.ipynb | 179 "Selected options: [command line option] : <current value>\n", 207 …ain Ω respectively, by applying the mass operator to a vector of 1s. The command line option `-d` … 270 "Selected options: [command line option] : <current value>\n", 298 …y using matrix-free application of a Laplace's (diffusion) operator. The command line option `-d` …
|
| /libCEED/benchmarks/ |
| H A D | README.md | 28 variables can be set on the command line: 46 by listing them on the command line and also read the standard input if no files 47 were specified on the command line.
|
| /libCEED/ |
| H A D | pyproject.toml | 11 test-command = "bash {project}/python/test-wheel.sh {project}"
|
| H A D | setup.py | 19 from setuptools.command.build_ext import build_ext
|
| H A D | Doxyfile | 208 # style comments (thus requiring an explicit @brief command for a brief 227 # requiring an explicit \brief command for a brief description.) 276 # will allow you to put the command \sideeffect (or @sideeffect) in the 428 # \nosubgrouping command. 592 # \internal command is included. If the tag is set to NO then the documentation 750 # controlled using \showinitializer or \hideinitializer command in the 780 # popen()) the command command input-file, where command is the value of the 883 # In the $text part of the WARN_FORMAT command it is possible that a reference 1046 # command). 1067 # \image command). [all …]
|
| H A D | CONTRIBUTING.md | 20 …-project/creating-a-commit-with-multiple-authors#creating-co-authored-commits-on-the-command-line).
|
| H A D | README.md | 324 Other command line arguments can be found in [examples/petsc](https://github.com/CEED/libCEED/blob/…
|
| /libCEED/examples/rust/ex3-volume/src/ |
| H A D | opt.rs | 14 #[command(
|
| /libCEED/examples/rust/ex3-volume-vector/src/ |
| H A D | opt.rs | 14 #[command(
|
| /libCEED/examples/rust/ex1-volume/src/ |
| H A D | opt.rs | 14 #[command(
|
| /libCEED/examples/rust/ex2-surface-vector/src/ |
| H A D | opt.rs | 14 #[command(
|
| /libCEED/examples/rust/ex2-surface/src/ |
| H A D | opt.rs | 14 #[command(
|
| /libCEED/examples/rust/ex1-volume-vector/src/ |
| H A D | opt.rs | 14 #[command(
|
| /libCEED/examples/fluids/ |
| H A D | README.md | 28 The Navier-Stokes mini-app is controlled via command-line options. 304 The following additional command-line options are available: 424 For the Isentropic Vortex problem, the following additional command-line options are available: 473 For the Shock Tube problem, the following additional command-line options are available: 512 For the Density Current, Channel, and Blasius problems, the following common command-line options a… 675 The Gaussian wave problem has the following command-line options in addition to the Newtonian Ideal… 734 The vortex shedding, flow past cylinder problem has the following command-line options in addition … 788 The Density Current problem has the following command-line options in addition to the Newtonian Ide… 842 The Channel problem has the following command-line options in addition to the Newtonian Ideal Gas o… 886 The Blasius problem has the following command-line options in addition to the Newtonian Ideal Gas o… [all …]
|
| /libCEED/python/tests/ |
| H A D | README.md | 12 Then, to run the test suite use the command
|
| /libCEED/examples/solids/ |
| H A D | README.md | 27 The elasticity mini-app is controlled via command-line options, the following of which are mandator… 62 With the sidesets defined in the figure, we provide here an example of a minimal set of command lin… 85 The command line options just shown are the minimum requirements to run the mini-app, but additiona… 174 Many related solvers can be implemented by composing PETSc command-line options. 224 Diagnostic quantities for viewing are provided when the command line options for visualization outp…
|
| /libCEED/backends/magma/tuning/ |
| H A D | README.md | 21 The `-build-cmd` parameter specifies the command which should be used to compile
|
| /libCEED/examples/nek/ |
| H A D | README.md | 22 You can build the Nek5000 libCEED examples with the command `make bps`.
|
| /libCEED/doc/sphinx/source/ |
| H A D | CONTRIBUTING.md | 20 …-project/creating-a-commit-with-multiple-authors#creating-co-authored-commits-on-the-command-line).
|
| H A D | releasenotes.md | 135 - Switch to `clang-format` over `astyle` for automatic formatting; Makefile command changed to `mak…
|