Intel® Fortran Compiler 17.0 Developer Guide and Reference

pthread

Tells the compiler to use pthreads library for multithreading support.

Syntax

Linux and macOS:

-pthread

Windows:

None

Arguments

None

Default

OFF

The compiler does not use pthreads library for multithreading support.

Description

Tells the compiler to use pthreads library for multithreading support.

IDE Equivalent

None

Alternate Options

Linux and OS X: -reentrancy threaded

Windows: /reentrancy:threaded