-
Notifications
You must be signed in to change notification settings - Fork 11
Install PyECLOUD on Ubuntu
giadarol edited this page Mar 16, 2018
·
4 revisions
On Ubuntu 14.04 the following steps need to be performed to run PyECLOUD:
sudo apt-get install python-numpy
sudo apt-get install python-scipy
sudo apt-get install python-matplotlib
sudo apt-get install python-pip
sudo pip install cython
sudo apt-get install gfortran
If you need MPI to run simulation in combination with the PyPARIS package:
sudo apt-get install openmpi-bin libopenmpi-dev
sudo pip install mpi4py
Then clone and install PyECLOUD, PyPIC and optionally PyKLU (recommended) following the instruction in the page: