Skip to content

Commit

Permalink
JENKINS: test cuda txs when bw lane which not require RKEY(ex. CMA)
Browse files Browse the repository at this point in the history
  • Loading branch information
bureddy committed Oct 26, 2018
1 parent bed7435 commit 5a6dd09
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions contrib/test_jenkins.sh
Original file line number Diff line number Diff line change
Expand Up @@ -593,6 +593,7 @@ run_ucx_perftest_mpi() {
$MPIRUN -np 2 -x UCX_TLS=rc,cuda_copy,gdr_copy -x UCX_MEMTYPE_CACHE=y $AFFINITY $UCX_PERFTEST
$MPIRUN -np 2 -x UCX_TLS=rc,cuda_copy,gdr_copy -x UCX_MEMTYPE_CACHE=n $AFFINITY $UCX_PERFTEST
$MPIRUN -np 2 -x UCX_TLS=rc,cuda_copy $AFFINITY $UCX_PERFTEST
$MPIRUN -np 2 -x UCX_TLS=self,mm,cma,cuda_copy $AFFINITY $UCX_PERFTEST
$MPIRUN -np 2 $AFFINITY $UCX_PERFTEST
unset CUDA_VISIBLE_DEVICES
fi
Expand Down

0 comments on commit 5a6dd09

Please sign in to comment.