Download Intel® Fortran Compiler for Linux* Systems User's Guide
Transcript
Intel® Fortran Compiler User's Guide Option Description -Bdynamic Used with -lname (see below), enables dynamic linking of libraries at run time. Compared to static linking, results in smaller executables. -Bstatic -c -C90 Enables linking a user's library statically. -dynamiclinkerfile -i_dynamic -Ldir -lname -p, -qp -pg IA-32 only -posixlib -shared -static -Vaxlib Default OFF Compile to object only ( .o), do not link. OFF Link with alternate I/O library for mixed output with the C language. Specifies in file a dynamic linker of choice, rather than default. OFF Enables to link Intel-provided libraries dynamically. Instructs linker to search dir for libraries. Link with a library indicated in name. OFF Compile and link for function profiling with UNIX prof tool. Compile and link for function profiling with Linux gprof tool. OFF Enables linking with POSIX* library. OFF Instructs the compiler to build a Dynamic Shared Object (DSO) instead of an executable. Enables static linking of libraries. OFF Enable linking with portability library. OFF OFF OFF OFF OFF OFF Compilation Output See the Specifying Compilation Output section for more information. Option -c -fcode-asm -fsource-asm Description Compile to object only ( .o), do not link. Inserts code byte annotations in assembly file produced with -S. Inserts high-level source code annotations in assembly file produced with -S. Default OFF OFF OFF 37