forked from PPPLDeepLearning/plasma-python
-
Notifications
You must be signed in to change notification settings - Fork 0
Running
Carl Pearson edited this page May 31, 2018
·
9 revisions
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
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 ...