Skip to content

Instantly share code, notes, and snippets.

View zakandrewking's full-sized avatar

Zak King zakandrewking

View GitHub Profile
@zakandrewking
zakandrewking / Cobra installation on carver.md
Last active August 29, 2015 13:58
Cobra installation on carver

Add the following to ~/.bashrc.ext (or ~/.zshrc.ext if you use zsh):

if [[ $NERSC_HOST == "carver" ]]
then
    module unload python
    module load python/2.7.3
    module load numpy
    module load scipy
    module unload pgi