Running the patched OpenSM with SSSP (needs ROOT rights):
cd $HOME/ofed/sbin
./opensm -R sssp
↪ for additional parameters look at ./opensm --help
Run deadlock-free SSSP routing algorithm (needs ROOT rights):
cd $HOME/ofed/sbin
./opensm -R dfsssp
Run DFSSSP with modified QoS file (to configure SL/VL load):
cd $HOME/ofed/sbin
./opensm -R dfsssp --qos_policy_file ${HOME}/ofed/qos.conf
Possible content of qos.conf file:
qos_max_vls 8
qos_high_limit 0
qos_ca_vlarb_high 0:64,1:64,2:64,3:64,4:64,5:64,6:64,7:64
qos_ca_vlarb_low 0:4,1:4,2:4,3:4,4:4,5:4,6:4,7:4
qos_ca_sl2vl 0,1,2,3,4,5,6,7,0,1,2,3,4,5,6,7
qos_swe_vlarb_high 0:64,1:64,2:64,3:64,4:64,5:64,6:64,7:64
qos_swe_vlarb_low 0:4,1:4,2:4,3:4,4:4,5:4,6:4,7:4
qos_swe_sl2vl 0,1,2,3,4,5,6,7,0,1,2,3,4,5,6,7
↪ for explanation see management/opensm/doc/QoS_management_in_OpenSM.txt
|