Intel® MPI Library Developer Reference for Linux* OS

ID 768732
Date 12/16/2022
Public

A newer version of this document is available. Customers should click here to go to the newest version.

Document Table of Contents

impi_info

Provides information on available Intel® MPI Library environment variables.

Syntax

impi_info <options>

Arguments

<options> List of options.
-a | -all Show all IMPI variables.
-h | -help Show a help message.
-v | -variable Show all available variables or description of the specified variable.
-c | -category Show all available categories or variables of the specified category.
-e | -expert Show all expert variables.

Description

The impi_info utility provides information on environment variables available in the Intel MPI Library. For each variable, it prints out the name, the default value, and the value data type. By default, a reduced list of variables is displayed. Use the  -all option to display all available variables with their descriptions.

The example of the impi_info output:

$ ./impi_info
| NAME                                   | DEFAULT VALUE | DATA TYPE   |
========================================================================
| I_MPI_THREAD_SPLIT                     | 0             | MPI_INT     |
| I_MPI_THREAD_RUNTIME                   | none          | MPI_CHAR    |
| I_MPI_THREAD_MAX                       | -1            | MPI_INT     |
| I_MPI_THREAD_ID_KEY                    | thread_id     | MPI_CHAR    |