Merge branch 'master' of ssh://github.com/dmlc/rabit

This commit is contained in:
tqchen
2015-04-27 15:55:58 -07:00

View File

@@ -38,6 +38,7 @@ else:
runscript = '%s/runrabit.sh' % args.logdir
fo = open(runscript, 'w')
fo.write('source ~/.bashrc\n')
fo.write('\"$@\"\n')
fo.close()
#