S Options
Parent topic:
Alphabetical Compiler Options
S
Causes the compiler to compile to an assembly file only and not link.
safe-cray-ptr, Qsafe-cray-ptr
Tells the compiler that Cray* pointers do not alias other variables.
save, Qsave
Causes variables to be placed in static memory.
save-temps, Qsave-temps
Tells the compiler to save intermediate files created during compilation.
scalar-rep, Qscalar-rep
Enables scalar replacement performed during loop transformation.
shared
Tells the compiler to produce a dynamic shared object instead of an executable.
shared-intel
Causes Intel-provided libraries to be linked in dynamically.
shared-libgcc
Links the GNU libgcc library dynamically.
show
Controls the contents of the listing generated when option list is specified.
simd, Qsimd
Enables or disables the SIMD vectorization feature of the compiler.
source
This is a deprecated option.
sox, Qsox
Tells the compiler to save the compilation options and version number in the Linux* OS executable or the Windows* OS object file.
stand
Tells the compiler to issue compile-time messages for nonstandard language elements.
standard-semantics
Determines whether the current Fortran Standard behavior of the compiler is fully implemented.
static
Prevents linking with shared libraries.
static-intel
Causes Intel-provided libraries to be linked in statically.
static-libgcc
Links the GNU libgcc library statically.
staticlib
Invokes the libtool command to generate static libraries.
std, std90, std95, std03
These are alternate option names for option stand.
syntax-only
Tells the compiler to check only for correct syntax.
Copyright © 1996-2010, Intel Corporation. All rights reserved.