Add FI_PROVIDER to Intel MPI ofi fabrics
This commit is contained in:
Родитель
b5b380b41f
Коммит
2d27034cc7
|
@ -4397,6 +4397,7 @@ def _construct_mpi_command(pool, task):
|
|||
else:
|
||||
# IntelMPI 2019+
|
||||
ib_env['I_MPI_FABRICS'] = 'shm:ofi'
|
||||
ib_env['FI_PROVIDER'] = 'mlx'
|
||||
elif (task.multi_instance.mpi.runtime == 'mpich' or
|
||||
task.multi_instance.mpi.runtime == 'mvapich'):
|
||||
if isinstance(processes_per_node, int):
|
||||
|
|
Загрузка…
Ссылка в новой задаче