...
We highly recommend using Debian or Ubuntu, as in Debian or Ubuntu the Meep software and all of its dependencies can be installed simply by typing one line:
Code Block | ||||
---|---|---|---|---|
| ||||
apt-get install meep h5utils |
You can also install the parallel version of Meep using:
Code Block | ||||
---|---|---|---|---|
| ||||
apt-get install meep-mpi |
(Currently, the Debian meep-mpi package uses MPICH, so if you want to use Open MPI then you need to build your own.)
...