Intel® Fortran Compiler 16.0 User and Reference Guide

pthread

Tells the compiler to use pthreads library for multithreading support.

Syntax

Linux and OS X:

-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