Vax C90-EL SERIES Service Manual Page 56

  • Download
  • Add to my manuals
  • Print
  • Page
    / 216
  • Table of contents
  • BOOKMARKS
  • Rated. / 5. Based on customer reviews
Page view 55
Cray Standard C/C++ Reference Manual
Table 5. -h pragma Directive Processing
name
Group Directives affected
all
All All directives
allinline
Inlining
inline, noinline
allscalar
Scalar optimization
align, cache_align,
cache_bypass, concurrent,
nointerchange,
noreduction, split,
suppress, unroll
alltask
Tasking
case, cncall, endcase,
guard, endguard, taskloop,
endloop, parallel,
endparallel, prefertask,
taskcommon, common,
taskprivate, taskshared
allvector Vectorization ivdep, novector, novsearch,
prefervector, shortloop
When using this option to enable or disable individual directives, note that some
directives must occur in pairs (for example, parallel and endparallel). For
these directives, you must disable both directives if you want to disable either;
otherwise, the disabling of one of the directives may cause errors when the other
directive is (or is not) present in the compilation unit.
2.20.4 -I incldir (CC, cc, c89, cpp)
The -I incldir option specifies a directory for files named in #include directives
when the #include file names do not have a specified path. Each directory
specified must be specified by a separate -I option.
The order in which directories are searched for files named on #include
directives is determined by enclosing the file name in either quotation marks ("")
or angle brackets ().
Directories for #include "file" are searched in the following order:
1. Directory of the input file.
2. Directories named in -I options, in command line order.
3. Site- and compiler release-specific include files directories.
36 S217936
Page view 55
1 2 ... 51 52 53 54 55 56 57 58 59 60 61 ... 215 216

Comments to this Manuals

No comments