This is experimental stuff! working on the oemof-solph
feature branch features/integrate_stochastic_programming
.
- Farmer Implementation of the framer tutorial from here the
mpisppy docs in
the
farmer
directory using oemof-solph - ...
You need two python packages for the example to work:
pip install mpi-sppy
pip install mpi4py
pip install git+https://github.com/oemof/oemof_visio.git
pip install graphviz
In addition, you might need some of the following libraries for a successfull installation of the python packages listed above:
sudo apt install libopenmpi-dev
sudo apt-get install python3.X-dev
sudo apt-get install python3-mpi4py