The mpi4py import was moved into the MCMCAnalyzer class. In addition, we add a few of exceptions to allow running MCMCAnalyzer without mpi4py installed using only 1 processor and generating 1 chain, also these changes allow to use the rest of simplemc without having mpi4py.
The
mpi4py
import was moved into theMCMCAnalyzer class
. In addition, we add a few of exceptions to allow runningMCMCAnalyzer
withoutmpi4py
installed using only 1 processor and generating 1 chain, also these changes allow to use the rest ofsimplemc
without havingmpi4py
.