We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c66249a commit 2ca44f3Copy full SHA for 2ca44f3
1 file changed
misc/do_nightly_build
@@ -1,7 +1,7 @@
1
#!/bin/bash
2
#we set the compiledir to the /Tmp dir to make the test faster by bypassing the nfs network.
3
date
4
-ROOT_CWD=~/nightly_build
+ROOT_CWD=/Tmp/nightly_build
5
6
FLAGS=warn.argmax_pushdown_bug=False,warn.gpusum_01_011_0111_bug=False,warn.sum_sum_bug=False,warn.sum_div_dimshuffle_bug=False,compiledir=/Tmp/lisa_theano_compile_dir_deeplearning,seed=0
7
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/usr/lib64/python2.5/config/
0 commit comments