Intel® MPI Library
Get help with building, analyzing, optimizing, and scaling high-performance computing (HPC) applications.
2282 Discussions

How to exclude an OFI provider?

JSCHO
Beginner
1,269 Views

Greetings.

In IMPI 2021.14, it was possible to exclude the MLX provider by defining environment variable I_MPI_OFI_PROVIDER='^mlx'. However, in IMPI 2021.16.1 this results in the error:

libfabric:799566:1757052967::core:core:verify_filter_names():653<warn> provider ^mlx is unknown, misspelled or DL provider?

Why? How to exclude MLX in the current version?

0 Kudos
1 Solution
TobiasK
Moderator
280 Views

@JSCHO 
thanks for reporting this, we will have a fix in a future version. In the meantime, please use FI_PROVIDER=^mlx if you want to exclude a certain provider.

View solution in original post

0 Kudos
2 Replies
TobiasK
Moderator
281 Views

@JSCHO 
thanks for reporting this, we will have a fix in a future version. In the meantime, please use FI_PROVIDER=^mlx if you want to exclude a certain provider.

0 Kudos
JSCHO
Beginner
249 Views

Thank you, @TobiasK 

 

0 Kudos
Reply