Open main menu

Changes

Anaconda linux mac

204 bytes added, 13:24, 24 October 2017
# Check version
python -c "import matplotlib;print matplotlib.__version__"
</syntaxhighlight>
 
Install mpi4py
<syntaxhighlight lang="bash">
# https://anaconda.org/anaconda/mpi4py
conda install -c anaconda mpi4py
 
# Check version
python -c "import mpi4py;print mpi4py.__version__"
</syntaxhighlight>
# Clone relax
git clone https://git.code.sf.net/p/nmr-relax/code nmr-relax-code
# OR
git clone https://github.com/nmr-relax/relax.git nmr-relax-code
 
cd nmr-relax-code
Restart terminal to take effect
 
== Install python package mpi4py ==
See main reference at [[OpenMPI]]
== See also ==
[[Category:Installation]]
Trusted, Bureaucrats
1,382

edits