Visible to Intel only — GUID: GUID-9D6D6B83-BA6F-4E48-933E-0DED8EA3B08B
Compilation Environment Variables
Hydra Environment Variables
I_MPI_ADJUST Family Environment Variables
Tuning Environment Variables
Process Pinning
GPU Support
NIC Pinning
Environment Variables for Fabrics Control
Environment Variables for Memory Policy Control
Environment Variables for Asynchronous Progress Control
Environment Variables for Multi-EP
Other Environment Variables
Visible to Intel only — GUID: GUID-9D6D6B83-BA6F-4E48-933E-0DED8EA3B08B
Communication Fabrics Control
I_MPI_FABRICS
Select the particular fabrics to be used.
Syntax
I_MPI_FABRICS=ofi | shm:ofi | shm
Arguments
<fabric> | Define a network fabric. |
shm | Shared memory transport (used for intra-node communication only). |
ofi | OpenFabrics Interfaces* (OFI)-capable network fabrics, such as Intel® Omni-Path Architecture, InfiniBand*, and Ethernet (through OFI API). |
Description
Set this environment variable to select a specific fabric combination.
The default values are shm:ofi for the regular mode and ofi for the multiple endpoints mode. In the multiple endpoints mode, the default value ofi cannot be changed.
NOTE:
This option is not applicable to slurm and pdsh bootstrap servers.
NOTE:
DAPL, TMI, and OFA fabrics are deprecated.
Parent topic: Environment Variables for Fabrics Control