Skip to content

-static-intel instead of -i-static which is deprecated. #8

@esguerra

Description

@esguerra

Hi,
Just a heads up.
On newer version of intel-fortran, at least since Composer XE 2013 SP1 the -i-static compiler option is deprecated.

Instead of
-i-static
one should use
-static-intel

Now, that is if one wants to be explicit, which, is usually a healthy policy in my opinion. But, it is NOT necessary as the default is now -static-intel.
If one wanted different one should explicitly say -Bdynamic

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions