Intel® Fortran Compiler 17.0 Developer Guide and Reference

Special Cases

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

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