Git Product home page Git Product logo

famoso's Introduction

FAMOSO

A Fast Monte-Carlo Solver

FAMOSO - a FAst MOnte carlo SOlver - v1.0.0

developed by Carlos del-Castillo-Negrete Yale University - Senior Project for Computer Science Department Spring 2015

INSTALLING

To install the modules contained in FAMOSO:

  1. Obtain a copy of the BLAS and LAPACK libraries. These can be obtained from http://www.netlib.org/blas/ and http://www.netlib.org/lapack/ respectively. Once these have been downloaded and installed.

  2. Edit the file modules/makefile to change the path of the LAPACK library that is set to the path of where you downloaded your LAPACK library.

  3. Inside the modules directory, type

$ make modules

to make all the modules in FAMOSO.

TEST SCRIPTS

Contained in the directory test/ you will find a couple of test scripts that demonstrate how to use the modules in FAMOSO. The makefile contained in this directory demonstrates how to compile and link a program with the FAMOSO and BLAS/LAPACK libraries to run the Monte Carlo solver routines in FAMOSO.

PLOTTING DATA

In the octave/ director you will find a series of scripts used to plot and visualize data outputed by the FAMOSO Monte Carlo solver routines. The test scripts in the test/ directory demonstrate how to ouptut Monte Carlo simulation data (which is done by default to the data/ directory). These octave scripts are used to read in and plot this data.

PARALLEL VERSION

A parallel implementation (using MPI) of the FAMOSO library's Monte-Carlo integration step can be found in the parallel folder. Scaling tests were done on the Texas Advanced Computing Center. The corresponding report (and a presentation) can be found in the reports folder.

MORE INFO

This project was completed back in 2015 to satisfy the senior undergraduate thesis requirements for Carlos del-Castillo-Negrete. The parallel work was completed in 2019 as part of a class project. For more info or questions, contact at [email protected].

famoso's People

Contributors

cdelcastillo21 avatar

Watchers

James Cloos avatar  avatar Kostas Georgiou 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.