-
Notifications
You must be signed in to change notification settings - Fork 45
Instructions for building the virtualenvs on both cheyenne and geyser
For cheyenne build the virtualenv from master:
setenv POSTPROCESS_PATH [full-path-to-root-of-postprocessing_ch]
git clone https://github.com/NCAR/CESM_postprocessing.git postprocessing_ch
cd postprocessing_ch
make clobber
make clobber-env
./create_python_env -machine cheyenne
must also build on geyser:
execgy
setenv POSTPROCESS_PATH [full-path-to-root-of-postprocessing_geyser]
git clone https://github.com/NCAR/CESM_postprocessing.git postprocessing_geyser
cd postprocessing_geyser
make clobber
make clobber-env
./create_python_env -machine geyser
Cheyenne and DAV Quick Start Guide
* NO LONGER SUPPORTED as of 9/20/18 * Cheyenne and Geyser Quick Start Guide (v0.3.z)
Processor-counts, load-balancing and memory management on Cheyenne and Geyser
CESM Python Post Processing User's Guide
CESM Python Post Processing Developer's Guide