Home
last modified time | relevance | path

Searched refs:command (Results 1 – 25 of 25) sorted by relevance

/libCEED/backends/cuda/
H A Dceed-cuda-compile.cpp42 #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
280command = "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()
290command = "$(find $(rustup run " + std::string(rust_toolchain) + " rustc --print sysroot) -name ll… in CeedCompileCore_Cuda()
[all …]
/libCEED/rust/libceed-sys/
H A Dbuild.rs93 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 DREADME.md18 Optional command-line arguments are shown by adding the command-line argument "--help".
/libCEED/examples/deal.II/
H A DREADME.md25 Optional command-line arguments are shown by adding the command-line argument "--help".
/libCEED/examples/python/
H A DREADME.md25 A full list of command-line arguments are shown by adding the command-line argument "--help".
H A Dtutorial-6-shell.ipynb179 "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 DREADME.md28 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 Dpyproject.toml11 test-command = "bash {project}/python/test-wheel.sh {project}"
H A Dsetup.py19 from setuptools.command.build_ext import build_ext
H A DDoxyfile208 # 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 DCONTRIBUTING.md20 …-project/creating-a-commit-with-multiple-authors#creating-co-authored-commits-on-the-command-line).
H A DREADME.md324 Other command line arguments can be found in [examples/petsc](https://github.com/CEED/libCEED/blob/…
/libCEED/examples/rust/ex3-volume/src/
H A Dopt.rs14 #[command(
/libCEED/examples/rust/ex3-volume-vector/src/
H A Dopt.rs14 #[command(
/libCEED/examples/rust/ex1-volume/src/
H A Dopt.rs14 #[command(
/libCEED/examples/rust/ex2-surface-vector/src/
H A Dopt.rs14 #[command(
/libCEED/examples/rust/ex2-surface/src/
H A Dopt.rs14 #[command(
/libCEED/examples/rust/ex1-volume-vector/src/
H A Dopt.rs14 #[command(
/libCEED/examples/fluids/
H A DREADME.md28 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 DREADME.md12 Then, to run the test suite use the command
/libCEED/examples/solids/
H A DREADME.md27 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 DREADME.md21 The `-build-cmd` parameter specifies the command which should be used to compile
/libCEED/examples/nek/
H A DREADME.md22 You can build the Nek5000 libCEED examples with the command `make bps`.
/libCEED/doc/sphinx/source/
H A DCONTRIBUTING.md20 …-project/creating-a-commit-with-multiple-authors#creating-co-authored-commits-on-the-command-line).
H A Dreleasenotes.md135 - Switch to `clang-format` over `astyle` for automatic formatting; Makefile command changed to `mak…