Fortran User's Guide

-mt

Require multithread-safe libraries.

    SPARC: 77/90 x86:77

Require linking to multithread-safe libraries. If you do your own low-level thread management (e.g. calls to the libthread library), compiling with -mt prevents conflicts.

Use -mt if you mix C and Fortran, and you manage multithread C coding using the libthread primitives. Before you use your own multi-threaded coding, read the Solaris Multithreaded Programming Guide.

The equivalent of -mt is included automatically with the -autopar, -explicitpar, or -parallel options.

Note the following: