Replies: 3 comments
-
As mentioned in the docs, the preferred package manager solution is conda, which is the only one maintained by the meep developers. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Note that Meep (even the MPI version) uses the serial version of MPB. Note also that you probably need the |
Beta Was this translation helpful? Give feedback.
0 replies
-
Thank you both! I managed to set everything up with the conda packages just fine. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
I am trying to install parallel meep on an Ubuntu AWS machine.
Following the installation instructions, I run the following commands:
"sudo apt-get install python3-meep-openmpi
sudo apt install python3-mpi4py"
I then install all the different packages needed with pip and run my script with "mpirun -np 1 python3 test.py" or "mpirun -np 1 python3 -u -m mpi4py test.py" (got only one core on this machine). The script runs fine until the line where I add the eigenmode source, which returns this output:
What I am not doing correctly during the installation? I tried running "sudo apt-get install mpb-mpi" before installing meep, but to no use. Any hint how I could fix this?
Btw, seems that the AMI from Simpetus (http://www.simpetus.com/launchsims.html) does not exist anymore?
Beta Was this translation helpful? Give feedback.
All reactions