提交 720a3dc8 authored 作者: slefrancois's avatar slefrancois

source bashrc on top

上级 d7996fe9
#!/bin/bash
# Script for Jenkins continuous integration testing of gpu backends
# Get environment from worker, necessary for CUDA
source ~/.bashrc
echo "===== Testing old theano.sandbox.cuda backend"
......@@ -11,9 +13,6 @@ THEANO_FLAGS=${FLAGS} bin/theano-nose ${THEANO_PARAM}
echo "===== Testing gpuarray backend"
# Get environment from worker, necessary for CUDA
source ~/.bashrc
GPUARRAY_CONFIG="Release"
DEVICE=cuda0
LIBDIR=~/tmp/local
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论