- 
                Notifications
    
You must be signed in to change notification settings  - Fork 929
 
Closed
Labels
Milestone
Description
We are observing two issues with the way the PML is selected:
- 
on Truescale, when mpirun is used without any argument, the openib BTL (ob1 PML) gets selected over the PSM MTL (cm PML). This is a problem because users would like to get the best performance (with the PSM MTL) out-of-the-box. Instead, they have to add --mca pml cm.
 - 
currently, whichever of the ob1 or the cm PML gets initialized/loaded first wins! Unfortunately, the components are not always loaded in the same order...