Skip to content
Snippets Groups Projects
Commit 13a14bc4 authored by Damian Alvarez's avatar Damian Alvarez
Browse files

To enable the correct transports in UCX for OpenMPI

parent ad53eeaa
Branches
No related tags found
No related merge requests found
...@@ -16,6 +16,7 @@ source_urls = [] ...@@ -16,6 +16,7 @@ source_urls = []
sources = [] sources = []
modextravars = { modextravars = {
'SLURM_MPI_TYPE': 'pspmix', 'SLURM_MPI_TYPE': 'pspmix',
'UCX_TLS': 'rc_x,cuda_ipc,gdr_copy,self,sm,cuda_copy',
'OMPI_MCA_mca_base_component_show_load_errors': '1', 'OMPI_MCA_mca_base_component_show_load_errors': '1',
'OMPI_MCA_mpi_param_check': '1', 'OMPI_MCA_mpi_param_check': '1',
'OMPI_MCA_mpi_show_handle_leaks': '1', 'OMPI_MCA_mpi_show_handle_leaks': '1',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment