OS: CENTOS 6.8 (No root access)
GCC: locally installed 5.2.0 (Cluster default is 4.4.7)
Bazel: 0.4.0-2016-11-06 (@fa407e5)
Tensorflow: v0.11.0rc2
CUDA: 8.0
| """ | |
| Here are all subprocess, threading etc related utilities, | |
| most of them quite low level. | |
| """ | |
| from threading import Lock, currentThread | |
| import sys | |
| import os | |
| from StringIO import StringIO |