/[no]threads

Syntax:

/threads or /nothreads

The /threads option requests linking with multithreaded libraries, which creates a multithreaded program or DLL. If you specify /threads, this sets the /reentrancy option.

In the visual development environment, specify one of the Multi-thread library options in Use Fortran Run-Time Libraries list in the Libraries Compiler Option Category.

The default is /nothreads, which links with single-threaded libraries to create a single-threaded program or DLL.

Related options that control the libraries used during linking include: