Setting Compiler Options - Fortran

 
 

To set the compiler options:

  1. Click on Create Makefile or select Actions->Makefile->Create Makefile from the menu-bar of the Program Builder window. The Create Makefile window appears.
  2. Select Fortran in the Create Makefile window. The Fortran window appears, containing four pane areas:

    Compilers Used to pass compiler-specific options to the compilers. These options will override the default settings.
    Levels Used to optimize code at different levels, to select the language level.
    Flags Used to select compiler flag options.
    Include Directories Used to specify additional search paths if the include file names listed in include directives are not specified using absolute path names.

  3. Make any changes required by your project. To save changes in this window, click on the OK or Apply button.

For information about the available options in this pane, see the XL Fortran for AIX User's Guide.



Setting Compiler Options - Fortran Compilers
Setting Compiler Options - Fortran Levels
Setting Compiler Options - Fortran Flags
Setting Compiler Options - Fortran Include Directories
Saving Your Configuration