Libraries Management

Option

Description

-C90

Link with alternate I/O library for mixed output with the C language.

-i_dynamic

Enables to link Intel-provided libraries dynamically.

-Ldir

Instructs linker to search dir for libraries.

-lname

Links with the library indicated in name.

-ml

Compile and link with non-thread-safe Fortran libraries.

-mt

Compile and link with thread-safe Fortran libraries.

-posixlib

Link with POSIX library.

-shared

Instructs the compiler to build a Dynamic Shared Object (DSO) instead of an executable.

-Vaxlib

Link with portability library.