Skip to content

Commit a884109

Browse files
committed
Calib workflow fix: should use IB not ethernet for data transfer on EPNs
1 parent 109644e commit a884109

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

DATA/common/setenv_calib.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -196,6 +196,7 @@ get_proxy_connection()
196196
CONNECTION+=",transport=zeromq"
197197
fi
198198
local PROXY_CONN="$NAMEPROXY $NAMEPROXYCHANNEL --channel-config \"name=aggregator-proxy-$1,$CONNECTION,rateLogging=1\""
199+
[[ $EPNSYNCMODE == 1 ]] && PROXY_CONN+=" --network-interface ib0"
199200
if [[ "0$GEN_TOPO_VERBOSE" == "01" ]]; then
200201
echo PROXY_CONN = $PROXY_CONN 1>&2
201202
fi

0 commit comments

Comments
 (0)