Re: [Python-meep] Build problems for MPI in Ubuntu 12.10

2012-11-05 Thread Jeff Chiles
Thanks for your reply. I took your advice, and I found out that it successfully compiled if I installed the Ubuntu packages "libmeep-mpi-default-dev" and "meep-mpi-default", and then changed the extension in the setup-mpi.py to "_meep_mpi-default" and the libraries var to "meep_mpi-default". So i

Re: [Python-meep] Build problems for MPI in Ubuntu 12.10

2012-11-05 Thread Nizamov Shawkat
Hello, Sorry for the delay with maillist - the policy of Launchpad changed it to be a moderated list a year or so ago. The errors which you are facing are most probably caused by the meep build. The first error you are mentioning is due to the meep's include *.h files being absent at their usual

[Python-meep] Build problems for MPI in Ubuntu 12.10

2012-11-05 Thread Jeff Chiles
Hello, I'm trying to build python-meep with MPI in Ubuntu 12.10, but keep getting errors. I was able to successfully build and use it without MPI, so it seems that most of the dependencies should be ok. I did go through the readme and install all of the recommended files. This is an excerpt of