Hello,

New conda packages are available for the PyMeep 1.5 release.

To create a conda environment with serial pymeep:
$ conda create -n mp -c chogan -c conda-forge pymeep
$ source activate mp

For the MPI version:
$ conda create -n pmp -c chogan -c conda-forge pymeep-parallel
$ source activate pmp

Additionally, we now have nightly developer builds available under the
'dev' label:
$ conda create -n mpdev -c chogan/label/dev -c chogan -c conda-forge pymeep
$ source activate mpdev

Or
$conda create -n pmpdev -c chogan/label/dev -c chogan -c conda-forge
pymeep-parallel
$ source activate pmpdev

See the documentation
<http://meep.readthedocs.io/en/latest/Installation/#conda-packages> for
more information.

Thanks,

Chris
_______________________________________________
meep-discuss mailing list
meep-discuss@ab-initio.mit.edu
http://ab-initio.mit.edu/cgi-bin/mailman/listinfo/meep-discuss

Reply via email to