##############################################################################
## README -- additional information
## Revision: $Id: README 268 2008-12-15 10:32:03Z awalther $
##
## Copyright (C) Andrea Walther
##
## This file is part of ADOL-C. This software is provided as open source.
## Any use, reproduction, or distribution of the software constitutes 
## recipient's acceptance of the terms of the accompanying license file.
## 
##############################################################################

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

This directory contains example programs that perform
derivative computation in serial and parallel 
based on OpenMP parallelization

--------------------------------------------------------------
CONTENTS OF THE DIRECTORY

  liborser  --> a simple financial example problem
                for the computation of greeks 
                function evaluation and derivative calculation
                is performed serial

                liborser.cpp

  liborpar  --> a simple financial example problem
                for the computation of greeks 
                function evaluation and derivative calculation
                is performed parallel using OpenMP

                liborpar.cpp

