提交 6eae38a3 authored 作者: Frederic Bastien's avatar Frederic Bastien

Update jenkins PR script to have the MPI test pass.

上级 94948511
...@@ -51,6 +51,10 @@ export PYTHONPATH=${PYTHONPATH}:$LIBDIR/lib/python ...@@ -51,6 +51,10 @@ export PYTHONPATH=${PYTHONPATH}:$LIBDIR/lib/python
python -c 'import pygpu; print(pygpu.__file__)' python -c 'import pygpu; print(pygpu.__file__)'
# Allow subprocess created by test able to find Theano.
# Keep it in the workspace
PYTHONPATH=$PYTHONPATH:${WORKSPACE}
# Testing theano (the gpuarray parts) # Testing theano (the gpuarray parts)
THEANO_GPUARRAY_TESTS="theano/gpuarray/tests \ THEANO_GPUARRAY_TESTS="theano/gpuarray/tests \
theano/scan_module/tests/test_scan.py:T_Scan_Gpuarray \ theano/scan_module/tests/test_scan.py:T_Scan_Gpuarray \
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论