Giter Site home page Giter Site logo

hoangt / mcalib Goto Github PK

View Code? Open in Web Editor NEW

This project forked from mfrechtling/mcalib

0.0 3.0 0.0 10.83 MB

The Monte Carlo Arihmetic Library - A tool for automated rounding error analysis of floating point software

License: GNU General Public License v3.0

OCaml 1.16% Shell 46.79% Makefile 0.18% C 8.51% TeX 43.36%

mcalib's Introduction

The Monte Carlo Arihmetic Library - A tool for automated rounding error analysis
of floating point software. Copyright (C) 2014 The Computer Engineering
Laboratory, The University of Sydney. Maintained by Michael Frechtling:

	[email protected]

This program is free software: you can redistribute it and/or modify it under
the terms of the GNU General Public License as published by the Free Software
Foundation, either version 3 of the License, or (at your option) any later
version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A
PARTICULAR PURPOSE.  See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with
this program.  If not, see <http://www.gnu.org/licenses/>.

--------------------------------------------------------------------------------

The MCALIB distribution contains the following files, (not including
files added by git).

AUTHORS		- the authors of the library
COPYING		- the GNU General Public License, version 3
ChangeLog	- the log of changes
INSTALL		- how to install MCALIB
Makefile*	- files for building the library
README		- this file
ac*.m4		- automatic configuration files
compile		- auxiliary installation file
config.*	- auxiliary installation files
configure*	- configuration files
depcomp		- auxiliary installation file
doc/		- directory containing the documentation (manual, FAQ)
install-sh	- installation file
ltmain.sh	- auxiliary installation file
m4/		- directory containing additional configuration files
missing		- auxiliary installation file
src/		- directory containing the MCALIB source
tests/		- directory containing the testsuite (for "make check")
cil_ext/	- directory containing CIL extension modules
demo/		- directory containing demo project

--------------------------------------------------------------------------------

You can get the latest source code via github using:

	git clone https://github.com/mfrechtling/mcalib.git

Or via direct download:

	https://github.com/mfrechtling/mcalib/archive/master.zip

--------------------------------------------------------------------------------

Quick Install Instructions:

The following pre-requisite libraries should be installed using ap-get install
or its equivalent:

	- make
	- m4
	- automake
	- texinfo
	- ocaml
	- ocaml-findlib
	- libmpfr-dev

Before installing MCALIB the C Intermediate Language (CIL) compiler cilly should
be installed. MCALIB supports CIL up to v1.7.1, using subsequent versions will
cause build errors. The following steps should be used to install cilly for use
with MCALIB:

	- Download the CIL source from
	  http://sourceforge.net/projects/cil/files/cil/cil-1.7.1.tar.gz/download
	  and extract.
	- Copy the CIL extension modules fphooks.ml and fpsimplify.ml from
	  /.../mcalib-1.0.1/cil_ext/ to /.../cil-1.7.1/src/ext
	- Configure the installation using:
		./configure EXTRAFEATURES='fpsimplify fphooks'
	- Build using:
		make
	- Install using
		make install

MCALIB can now be installed using the following commands:

	- ./configure
	- make
	- make check
	- make install

Any issues with the build or install process should be reported to
[email protected], please include the file config.log in your bug
report.

--------------------------------------------------------------------------------

mcalib's People

Contributors

djmmoss avatar

Watchers

James Cloos avatar Michael Frechtling avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.