#PBS -l nodes=1:knl:flat
cd $PBS_O_WORKDIR
numactl -m 1 python mnist_deep.py --data_dir=/opt/data/MNIST
