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 location under /usr/include. You fixed that but now the problem is that meep's library with mpi support can not be found (it looks for /usr/lib/libmeep_mpi.so). Is it a meep compiled by yourself or an ubuntu package? Please check, where is the library file (libmeep_mpi.so) and how it is named. Ee.g., in ubuntu 12.10 I see that the meep-openmpi calls this library as libmeep_openmpi.so, correspondingly, the compiler option "-lmeep_mpi" should be changed to "-lmeep_openmpi". With best regards, Shavkat _______________________________________________ Mailing list: https://launchpad.net/~python-meep Post to : [email protected] Unsubscribe : https://launchpad.net/~python-meep More help : https://help.launchpad.net/ListHelp

