Intel® Fortran Compiler 18.0 Developer Guide and Reference

Special Cases

This topic only applies when targeting Intel® Many Integrated Core Architecture (Intel® MIC Architecture).

Note

This topic is deprecated because it contains information related to Intel® Cilk™ Plus, which is a deprecated feature. This topic will be removed in a future release.

Thread-private variables

When a statement is offloaded, thread-private variable values from the CPU thread that does the offload are copied to the target, and then copied back when default in and out are in effect. Copies of thread-private variables in other CPU threads are not modified.

See Also