forked from Sassafrass6/PAOFLOW
-
Notifications
You must be signed in to change notification settings - Fork 0
/
INSTALL
24 lines (17 loc) · 864 Bytes
/
INSTALL
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
-----------------------------------------------------------------------------------
GENERAL NOTES ON INSTALLATION
-----------------------------------------------------------------------------------
Instruction to install the python package, PAOFLOW, and package prerequisites:
Python:
wget https://repo.continuum.io/archive/Anaconda2-4.2.0-Linux-x86_64.sh
bash Anaconda2-4.2.0-Linux-x86_64.sh
MPI:
conda install mpi4py
PAOFLOW:
python setup.py install
python setup.py install --user
Intel Distribution for python:
About an order of magnitude in performance boost obtained by installing the Intel distribution for python on my local DELL PowerEdge T630:
https://software.intel.com/en-us/articles/using-intel-distribution-for-python-with-anaconda
The same installation does not seem to improve the performance of python on Stampede (UTexas)
or Talon2 (UNT).