Skip to content
This repository has been archived by the owner on Aug 5, 2022. It is now read-only.

Commit

Permalink
Fix run_intelcaffe issue
Browse files Browse the repository at this point in the history
  • Loading branch information
manofmountain committed Nov 8, 2017
1 parent 7ed65c6 commit 169e297
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/run_intelcaffe.sh
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ function init_mpi_envs
if [ "$network" == "opa" ]; then
export I_MPI_FABRICS=tmi
export I_MPI_TMI_PROVIDER=psm2
if [ "$cpu_model" == "knl" || "$cpu_model" == "knm" ]; then
if [ "$cpu_model" == "knl" ] || [ "$cpu_model" == "knm" ]; then
# PSM2 configuration
export PSM2_MQ_RNDV_HFI_WINDOW=2097152 # to workaround PSM2 bug in IFS 10.2 and 10.3
export PSM2_MQ_EAGER_SDMA_SZ=65536
Expand Down

0 comments on commit 169e297

Please sign in to comment.