forked from libqueso/queso
-
Notifications
You must be signed in to change notification settings - Fork 0
/
README
42 lines (30 loc) · 1.43 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
The QUESO Library
=================
QUESO stands for Quantification of Uncertainty for Estimation,
Simulation and Optimization.
QUESO is a collection of algorithms and other functionalities aimed
for the solution of statiscal inverse problems, for the solution of
statistical forward problems, for the validation of a model and for
the prediction of quantities of interest from such model along with
the quantification of their uncertainties.
QUESO is designed for flexibility, portability, easiness of use and
easiness of extension. Its software design follows an object-oriented
approach and its code is written on C++ and over MPI. It can run over
uniprocessor or multiprocessor environments.
Installation
============
If you do not have a `configure' script in the top level directory,
run `bootstrap' to generate a configure script using autotools.
Before compiling, you must run the `configure' script. To run, type
`./configure'. Additional options may be provided if desired. Run
`./configure --help' for details.
After successfully running `configure', type `make' to build the
QUESO library
Then type `make install' to install it in the directory previously
specified by the '--prefix' option of the `configure' script.
License
=======
See "LICENSE" file distributed with QUESO for more information.
More information about the QUESO Library
========================================
The project homepage is http://pecos.ices.utexas.edu .