Man page - futhark-run(1)
Packages contains this manual
- futhark-pkg(1)
- futhark-autotune(1)
- futhark-opencl(1)
- futhark-wasm-multicore(1)
- futhark-profile(1)
- futhark-repl(1)
- futhark-c(1)
- futhark-python(1)
- futhark-dataset(1)
- futhark-multicore(1)
- futhark-test(1)
- futhark-ispc(1)
- futhark-wasm(1)
- futhark-fmt(1)
- futhark-bench(1)
- futhark-cuda(1)
- futhark-run(1)
- futhark-hip(1)
- futhark-pyopencl(1)
- futhark-literate(1)
- futhark-script(1)
- futhark(1)
- futhark-doc(1)
apt-get install futhark
Manual
FUTHARK-RUN
NAMESYNOPSIS
DESCRIPTION
OPTIONS
SEE ALSO
COPYRIGHT
NAME
futhark-run - interpret Futhark program
SYNOPSIS
futhark run [options...] <program.fut>
DESCRIPTION
Execute the given program by evaluating an entry point ( main by default) with arguments read from standard input, and write the results on standard output.
futhark run is very slow, and in practice only useful for testing, teaching, and experimenting with the language. The #[trace] and #[break] attributes are fully supported in the interpreter. Tracing prints values to stdout in contrast to compiled code, which prints to stderr.
OPTIONS
-e NAME
Run the given entry point instead of main .
|
-h |
Print help text to standard output and exit. |
|||
|
-V |
Print version information on standard output and exit. |
-w , --no-warnings
Disable interpreter warnings.
SEE ALSO
futhark-repl , futhark-test
COPYRIGHT
2013-2020, DIKU, University of Copenhagen