Skip to content
Carl Pearson edited this page Jun 10, 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

Load bwpy / bwpy-mpi

module load bwpy
module load bwpy-mpi

One of the tests doesn't work in Python 3.5. Unsure whether this really a problem yet.

EPYTHON="python2.7" aprun -b -n1 -- bwpy-environ -- python-mpi test.py

Getting the data:

The data is available at the Princeton TIGRESS FRNN Globus Endpoint

Modify examples/conf.yaml to aim at whereever you put the data. For example, if the data is in ~/plasma-data, then:

fs_path: '/mnt/a/u/sciteam'
paths.signal_prepath: '/plasma-data/signal_data/'
paths.shot_list_dir: '/plasma-data/shot_lists/'

Learning

Get 4 interactive nodes

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

One of the tests doesn't work in Python 3.5. Unsure whether this really a problem yet.

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

Clone this wiki locally