[MPB-discuss] Number of processes of MPB via parallel PyMeep

2019-02-15 Thread Michael A. Klatt
Dear all, To run MPB parallelized using the python interface, I installed parallel PyMeep via: conda create -n pmp -c chogan -c conda-forge pymeep-parallel In a second attempt, I also explicitly avoided MKL: conda create -n pmp -c chogan -c conda-forge nomkl pymeep-parallel In

Re: [MPB-discuss] Number of processes of MPB via parallel PyMeep

2019-02-15 Thread Ardavan Oskooi
On 2/15/2019 2:17 PM, Michael A. Klatt wrote: How can I choose the number of processes when I run MPB? The Python interface for MPB, available through the pymeep-parallel Conda package, is for the serial version as described in the documentation