-qversion

Category

Listings, messages, and compiler information

@PROCESS

None.

Purpose

Displays the version and release of the compiler being invoked.

Syntax

Read syntax diagramSkip visual syntax diagram
        .-noversion---------------.   
>>- -q--+-version--+------------+-+----------------------------><
                   '-=--verbose-'     

Defaults

-qnoversion

Parameters

verbose
Additionally displays information about the version, release, and level of each compiler component installed.

Usage

When you specify -qversion, the compiler displays the version information and exits; compilation is stopped. If you want to save this information to the output object file, you can do so with the -qsaveopt -c options.

-qversion specified without the verbose suboption shows compiler information in the format:
product_nameVersion: VV.RR.MMMM.LLLL
where:
V
Represents the version.
R
Represents the release.
M
Represents the modification.
L
Represents the level.
For more details, see Example 1.
-qversion=verbose shows component information in the following format:
component_name Version: VV.RR(product_name) Level: component_build_date ID: 
component_level_ID
where:
component_name
Specifies an installed component, such as the low-level optimizer.
component_build_date
Represents the build date of the installed component.
component_level_ID
Represents the ID associated with the level of the installed component.
For more details, see Example 2.

Examples

Example 1: The following is the output of specifying the -qversion option.
IBM XL Fortran for Linux, V15.1
Version: 15.01.0000.0001
Example 2: The following is the output of specifying the -qversion=verbose option.
IBM XL Fortran for Linux, V15.1  
Version: 15.01.0000.0000
Driver Version: 15.01(Fortran) Level: 121020 ID: _acSDAheyEeK928eKYVtYGg
Fortran Front End and Run Time Version: 15.01(Fortran) Level: 121020 ID: _0lpiYhmQEeK928eKYVtYGg
Fortran Transformer Version: 15.01(Fortran) Level: 121021 ID: _gYSYgRpREeK928eKYVtYGg
High-Level Optimizer Version: 13.01(C/C++) and 15.01(Fortran) Level: 121021 ID: 
_d6ZMohn3EeK928eKYVtYGg
Low-Level Optimizer Version: 13.01(C/C++) and 15.01(Fortran) Level: 121020 ID: _
H1wQwhn3EeK928eKYVtYGg

Related information