To set compilation and related options for the current project:
The Intel® Fortran Compiler lets you specify compiler options for individual source files by selecting the file name and clicking View > Property Pages.
To display the Fortran Compiler option categories, click the Fortran folder in the left pane to display the compiler option categories. The compiler options are found in the General category in the right pane. The selected option within the General category is Suppress Startup Banner, with a default value of Yes. The corresponding command line compiler option is nologo, as shown in the Help text at the bottom of the right pane.
To change the setting for a compiler option:
To change the configuration (such as from Debug to Release), do one of the following:
Select a different configuration in the Configuration: drop-down box in the upper-left of the window.
Click the Configuration Manager button in the upper-right of the window and reset the configuration in the dialog box that appears.
The Intel® Fortran Compiler options available from the IDE are grouped in categories. Some options appear in multiple categories. Available options in each category may vary, depending on the platform you have selected in the Platform box at the top of the dialog box. Options not listed in one of the categories can be typed into the Command Line category window.
The Command Line category contains the Additional Options field where you can type in an option as you would from the command line. The IDE will process them as part of the Property Pages options for the particular project. For instance, you can use the Command Line category to type in miscellaneous Intel® Fortran Compiler options that are not represented in any of the listed categories. The option you specify in the Command Line category takes precedence and overrides the equivalent setting in another category.