Skip to content
Carl Pearson edited this page May 31, 2018 · 9 revisions

Running

Blue Waters

Single-Node Test

Get an interactive node

qsub -I -l nodes=1:ppn=16:xk -l walltime=00:30:00

Use a supported version of python for Tensorflow

module load bwpy/0.3.2
module load bwpy-mpi

aprun -b -n1 -- bwpy-environ -- python-mpi test.py

Learning

Get 4 interactive nodes

qsub -I -l nodes=4:ppn=16:xk -l walltime=00:30:00

Use a supported version of python for Tensorflow

module load bwpy/0.3.2
module load bwpy-mpi

aprun -b -n1 -- bwpy-environ -- python-mpi ...

Clone this wiki locally