For Cray XC30 only.
% module unload PrgEnv-cray % module load PrgEnv-gnu
Start.
% cd $WORK/setup % wget https://downloads.sourceforge.net/project/matplotlib/matplotlib/matplotlib-1.3.1/matplotlib-1.3.1.tar.gz % tar zxf matplotlib-1.3.1.tar.gz % cd matplotlib-1.3.1 % python setup.py build % python setup.py install % cd .. % python -c "import matplotlib; matplotlib.test()"
No comments:
Post a Comment