Meep Download

From AbInitio

(Difference between revisions)
Jump to: navigation, search
Revision as of 23:58, 17 May 2010 (edit)
Stevenj (Talk | contribs)
(link python)
← Previous diff
Current revision (19:20, 21 February 2017) (edit)
Ardavan (Talk | contribs)

 
Line 1: Line 1:
{{Meep}} {{Meep}}
-The latest release of Meep is '''version 1.1.1''', which may be downloaded from:+The latest release of Meep is '''version 1.3''' (which requires [[libctl]] version 3.2 or later), which may be downloaded from:
-* http://ab-initio.mit.edu/meep/meep-1.1.1.tar.gz+* http://ab-initio.mit.edu/meep/meep-1.3.tar.gz
 + 
 +You can also download the latest development sources from [https://github.com/stevengj/meep Meep on Github].
Older releases may be found at http://ab-initio.mit.edu/meep/old Older releases may be found at http://ab-initio.mit.edu/meep/old
Line 17: Line 19:
==Python interface== ==Python interface==
-A Python interface for Meep was developed by the [http://photonics.intec.ugent.be/ Photonics Research Group] at Ghent University, in particular thanks to Emmanual Lambert, Martin Fiers, Shavkat Nizamov, Martijn Tassaert, Peter Bienstman, and Wim Bogaerts. It can be downloaded from:+A Python interface for Meep is currently under development. A separate version was developed by the [http://photonics.intec.ugent.be/ Photonics Research Group] at Ghent University, in particular thanks to Emmanuel Lambert, Martin Fiers, Shavkat Nizamov, Martijn Tassaert, Peter Bienstman, and Wim Bogaerts. It can be downloaded from:
-* [https://launchpad.net/python-meep Python Meep interface]+* [https://launchpad.net/python-meep Python-Meep]
 + 
 +Additional information including [http://f.dominec.eu/meep/ installation instructions and tutorials] is provided by F. Dominec.
==Precompiled Meep packages for Debian and Ubuntu== ==Precompiled Meep packages for Debian and Ubuntu==
Line 35: Line 39:
apt-get install meep-mpi apt-get install meep-mpi
-(Currently, the Debian <code>meep-mpi</code> package uses [[w:MPICH|MPICH]], so if you want to use [[w:Open MPI|Open MPI]] then you need to build your own.)+Currently, the Debian <code>meep-mpi</code> package uses [[w:MPICH|MPICH]], so if you want to use [[w:Open MPI|Open MPI]] then you need to build your own.
 + 
 +==Meep on Amazon Web Services (AWS)==
 + 
 +The latest, pre-installed versions of Meep and MPB running on Ubuntu can also be accessed on Amazon Web Services (AWS) Elastic Compute Cloud (EC2) as a free [https://aws.amazon.com/marketplace/pp/B01KHWH0AS Amazon Machine Image (AMI)]. To access this AMI, follow these [http://www.simpetuscloud.com/launchsims.html instructions].

Current revision

Meep
Download
Release notes
FAQ
Meep manual
Introduction
Installation
Tutorial
Reference
C++ Tutorial
C++ Reference
Acknowledgements
License and Copyright

The latest release of Meep is version 1.3 (which requires libctl version 3.2 or later), which may be downloaded from:

You can also download the latest development sources from Meep on Github.

Older releases may be found at http://ab-initio.mit.edu/meep/old

Meep is free software under the GNU GPL and comes with NO WARRANTY of any kind (see the license).

Refer to the Meep release notes to see what's new in this version, and be sure to read the Meep Installation manual for how to compile and install it.

Please subscribe to the meep-announce mailing list to receive a message when Meep is updated:

Python interface

A Python interface for Meep is currently under development. A separate version was developed by the Photonics Research Group at Ghent University, in particular thanks to Emmanuel Lambert, Martin Fiers, Shavkat Nizamov, Martijn Tassaert, Peter Bienstman, and Wim Bogaerts. It can be downloaded from:

Additional information including installation instructions and tutorials is provided by F. Dominec.

Precompiled Meep packages for Debian and Ubuntu

A convenient precompiled package of Meep is also available in Debian GNU/Linux and Ubuntu, specifically as the meep package (currently only in Debian testing or unstable):

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:

apt-get install meep h5utils

You can also install the parallel version of Meep using:

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.

Meep on Amazon Web Services (AWS)

The latest, pre-installed versions of Meep and MPB running on Ubuntu can also be accessed on Amazon Web Services (AWS) Elastic Compute Cloud (EC2) as a free Amazon Machine Image (AMI). To access this AMI, follow these instructions.

Personal tools