Intel® Fortran Compiler Classic and Intel® Fortran Compiler Developer Guide and Reference

ID 767251
Date 3/22/2024
Public
Document Table of Contents

homeparams

Tells the compiler to store parameters passed in registers to the stack. This feature is only available for ifort.

Architecture Restrictions

Only available on Intel® 64 architecture

Syntax

Linux:

None

Windows:

/homeparams

Arguments

None

Default

OFF

Register parameters are not written to the stack.

Description

This option tells the compiler to store parameters passed in registers to the stack.

IDE Equivalent

None

Alternate Options

None