-
Notifications
You must be signed in to change notification settings - Fork 101
Installing and running on Shaheen
David Ketcheson edited this page Jan 14, 2014
·
7 revisions
These are instructions for getting started with PyClaw on the Shaheen supercomputer.
Copy install.sh to somewhere in your home directory on Shaheen.
Edit line 6 to set the environment variable projdir
to point to where you want to install pyclaw.
Then issue the commands
source install.sh
module load ibm
pyclaw_build_all
You can use this script to submit a test job.
To update your copy of Clawpack and recompile:
cd sandbox/clawpack
git pull
cd ~
source install.sh
module load ibm
pyclaw_rebuild_clawpack