From e18c7be1c9b4e6e19b7e99ae9d9470788013acd1 Mon Sep 17 00:00:00 2001 From: Damian Alvarez <swmanage@jwlogin24.juwels> Date: Wed, 19 May 2021 18:39:32 +0200 Subject: [PATCH] Appease the checker --- .../OpenMPI-settings-4.1-PSM.eb | 22 +++++++++---------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/Overlays/jurecabooster_overlay/o/OpenMPI-settings/OpenMPI-settings-4.1-PSM.eb b/Overlays/jurecabooster_overlay/o/OpenMPI-settings/OpenMPI-settings-4.1-PSM.eb index 42d8d884c..b771c23e1 100644 --- a/Overlays/jurecabooster_overlay/o/OpenMPI-settings/OpenMPI-settings-4.1-PSM.eb +++ b/Overlays/jurecabooster_overlay/o/OpenMPI-settings/OpenMPI-settings-4.1-PSM.eb @@ -25,17 +25,17 @@ modextravars = { # Also openib, since it is deprecated and should be substituted by the UCX support in the pml 'OMPI_MCA_btl': 'ofi', 'OMPI_MCA_mtl': 'ofi', -# 'OMPI_MCA_btl_openib_allow_ib': '1', -# 'OMPI_MCA_bml_r2_show_unreach_errors': '0', -# 'OMPI_MCA_coll': '^ml', -# 'OMPI_MCA_coll_hcoll_enable': '1', -# 'OMPI_MCA_coll_hcoll_np': '0', -# 'OMPI_MCA_pml': 'ucx', -# 'OMPI_MCA_osc': '^rdma', -# 'OMPI_MCA_opal_abort_print_stack': '1', -# 'OMPI_MCA_opal_set_max_sys_limits': '1', -# 'OMPI_MCA_opal_event_include': 'epoll', -# 'OMPI_MCA_btl_openib_warn_default_gid_prefix': '0', + # 'OMPI_MCA_btl_openib_allow_ib': '1', + # 'OMPI_MCA_bml_r2_show_unreach_errors': '0', + # 'OMPI_MCA_coll': '^ml', + # 'OMPI_MCA_coll_hcoll_enable': '1', + # 'OMPI_MCA_coll_hcoll_np': '0', + # 'OMPI_MCA_pml': 'ucx', + # 'OMPI_MCA_osc': '^rdma', + # 'OMPI_MCA_opal_abort_print_stack': '1', + # 'OMPI_MCA_opal_set_max_sys_limits': '1', + # 'OMPI_MCA_opal_event_include': 'epoll', + # 'OMPI_MCA_btl_openib_warn_default_gid_prefix': '0', # OMPIO does not seem to work reliably on our system 'OMPI_MCA_io': 'romio321', } -- GitLab