Libctl

From AbInitio

(Difference between revisions)
Jump to: navigation, search
Revision as of 01:05, 28 March 2006 (edit)
Stevenj (Talk | contribs)

← Previous diff
Revision as of 06:38, 30 March 2006 (edit)
Stevenj (Talk | contribs)

Next diff →
Line 2: Line 2:
'''libctl''' is a free [http://www.gnu.org/software/guile/ Guile]-based library implementing flexible control files for scientific simulations. It was written to support our [[MIT Photonic Bands]] and [[Meep]] software, but has proven useful in other programs too. '''libctl''' is a free [http://www.gnu.org/software/guile/ Guile]-based library implementing flexible control files for scientific simulations. It was written to support our [[MIT Photonic Bands]] and [[Meep]] software, but has proven useful in other programs too.
-The home page for libctl is:+It is documented in the [[Libctl manual]].
- +
-* http://ab-initio.mit.edu/libctl/+
- +
-You can read the libctl manual at the home page, but we are migrating to the Wiki version here:+
- +
-* [[Libctl manual]]+
== Download and installation == == Download and installation ==

Revision as of 06:38, 30 March 2006

libctl
Manual: Introduction
Basic User Experience
Advanced User Experience
User Reference
Developer Experience
Guile and Scheme links
License and Copyright

libctl is a free Guile-based library implementing flexible control files for scientific simulations. It was written to support our MIT Photonic Bands and Meep software, but has proven useful in other programs too.

It is documented in the Libctl manual.

Download and installation

libctl 2.2 is the current version (see the release notes to see what's changed); you can download it from:

libctl is free software under the GNU General Public license (GPL); see the license and copyright section of the manual for more information.

Installation of libctl (assuming GNU Guile is installed), is as simple as:

./configure
make
make install

where the last step must be run as root. This installs libctl under /usr/local; to install somewhere else, use a --prefix=dir argument to configure.

  • Important: Most Linux distributions come with Guile already installed. Do not install your own version of Guile from source — having two versions of Guile on the same system will cause problems. However, by default most distributions install only the Guile libraries and not the programming headers — to compile libctl, you should install the "guile-devel" or "guile-dev" package (e.g. RPM) that came with your system.

Feedback

If you have comments or questions regarding libctl, you can contact Steven G. Johnson at stevenj@alum.mit.edu.

Personal tools