Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

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
xml
xml
apt-get install meep h5utils

You can also install the parallel version of Meep using:

Code Block
xml
xml
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.)

...