Why are old compiler modules no longer available?
In order to reduce support overhead and to improve resource utilization efficiency, MSI is decommissioning software modules for compilers and supporting libraries that were released earlier than June, 2015. The table below lists the impacted modules and the earliest version that will remain available at MSI. Users are recommended to recompile software built using one or more of the impacted modules using newer versions. MSI recommends using the current default versions of these modules as listed on this page.
Impacted modules will no longer be available for loading after August 1, 2018.
Module | Earliest Version Available |
gcc | 4.8.5 |
intel | 2016 |
impi | 2016 |
mkl | 2016 |
cuda | 6.5 |
cuda-sdk | 6.5 |
ompi | 2.0.1 |
pgi | 17.1 |
boost | 1.58 |
python-epd | All removed |
python-pypy | All removed |
python2 | 2.7.12 |
python3 | 3.3.1 |
module load python2
conda create -n myenv python=2.7 scipy=0.15.0
module load python2
source activate myenv