Causes serialization of Intel® Cilk™ Plus code.
Windows: Language > Replace Intel Cilk Plus Keywords With Serial Equivalents
Linux: Language > Replace Intel Cilk Plus Keywords With Serial Equivalents
Mac OS X: Language > Replace Intel Cilk Plus Keywords With Serial Equivalents
IA-32, Intel® 64 architectures
Linux and Mac OS X: | -cilk-serialize |
Windows: | /Qcilk-serialize |
None
OFF |
The Intel® Cilk™ Plus language extensions are recognized. |
This option causes serialization of code that contains Intel® Cilk™ Plus language extensions. This means that the compiler will run the program as if it were a C/C++ serialized program.
This option forces inclusion of a special header file (cilk_stub.h) that includes preprocessor macros that make certain specific keywords that are related to those language extensions invisible to the compiler.
The serialization of a program containing these special language extensions is described in Using Intel® Cilk™ Plus.
Vector parallelism, which is generated by the array notations within Intel® Cilk™ Plus, is not affected by this compiler option.
None
Copyright © 1996-2011, Intel Corporation. All rights reserved.