提交 c15f3f14 authored 作者: Frédéric Bastien's avatar Frédéric Bastien 提交者: GitHub

Merge pull request #6459 from slefrancois/buildbot_nompi

Buildbot: exclude MPI tests that cannot complete
......@@ -2,6 +2,8 @@
BUILDBOT_DIR=$WORKSPACE/nightly_build
THEANO_PARAM="theano --with-timer --timer-top-n 10"
# Exclude MPI tests that cannot complete properly
THEANO_PARAM="${THEANO_PARAM} -e test_mpi_roundtrip"
export THEANO_FLAGS=init_gpu_device=cuda
# CUDA
......
......@@ -2,6 +2,8 @@
BUILDBOT_DIR=$WORKSPACE/nightly_build
THEANO_PARAM="theano --with-timer --timer-top-n 10 -v"
# Exclude MPI tests that cannot complete properly
THEANO_PARAM="${THEANO_PARAM} -e test_mpi_roundtrip"
export THEANO_FLAGS=init_gpu_device=cuda
# CUDA
......
......@@ -2,6 +2,8 @@
BUILDBOT_DIR=$WORKSPACE/nightly_build
THEANO_PARAM="theano --with-timer --timer-top-n 10"
# Exclude MPI tests that cannot complete properly
THEANO_PARAM="${THEANO_PARAM} -e test_mpi_roundtrip"
COMPILEDIR=$HOME/.theano/buildbot_theano_python3
# Set test reports using nosetests xunit
XUNIT="--with-xunit --xunit-file="
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论