[ << ] | [ < ] | [ Up ] | [ > ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
2.3 Calling CLooG
CLooG is called by the following command:
cloog [ options | file ]
The default behavior of CLooG is to read the input informations from a file and
to print the generated code or pseudo-code on the standard output.
CLooG’s behavior and the output code shape is under the user control thanks
to many options which are detailed a further section (see section CLooG Options).
file
is the input file. stdin
is a special value: when used,
input is standard input. For instance, we can call CLooG to treat the
input file basic.cloog
with default options by typing:
cloog basic.cloog
or more basic.cloog | cloog stdin
.
This document was generated on August 20, 2013 using texi2html 5.0.