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