-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
187 lines (145 loc) · 7.23 KB
/
index.html
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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8'>
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<meta name="description" content="QUESO : A C++ library for the Quantification of Uncertainty for Estimation, Simulation and Optimization">
<link rel="stylesheet" type="text/css" media="screen" href="stylesheets/stylesheet.css">
<title>QUESO</title>
</head>
<body>
<!-- HEADER -->
<div id="header_wrap" class="outer">
<header class="inner">
<a id="forkme_banner" href="https://github.com/libqueso">View on GitHub</a>
<h1 id="project_title">QUESO</h1>
<h2 id="project_tagline">A C++ library for the Quantification of Uncertainty for Estimation, Simulation and Optimization</h2>
</header>
</div>
<!-- MAIN CONTENT -->
<div id="main_content_wrap" class="outer">
<section id="main_content" class="inner">
<h1>
<a id="the-queso-library-" class="anchor" href="#the-queso-library-" aria-hidden="true"><span class="octicon octicon-link"></span></a>The <code>QUESO</code> Library <a href="https://travis-ci.org/libqueso/queso"><img src="https://travis-ci.org/libqueso/queso.svg?branch=dev" alt="Build Status"></a>
</h1>
<p><code>QUESO</code> stands for Quantification of Uncertainty for Estimation,
Simulation and Optimization.</p>
<p><code>QUESO</code> is a collection of algorithms and other functionalities aimed
for the solution of statistical 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.</p>
<p><code>QUESO</code> 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.</p>
<h2>
<a id="installation" class="anchor" href="#installation" aria-hidden="true"><span class="octicon octicon-link"></span></a>Installation</h2>
<p>You can obtain <code>QUESO</code> tarballs
<a href="https://github.com/libqueso/queso/releases">here</a>.</p>
<p>If you do not have a <code>configure</code> script in the top level directory,
run <code>bootstrap</code> to generate a configure script using <code>autotools</code>.</p>
<p>Before compiling, you must run the <code>configure</code> script. To run, type
<code>./configure</code>. Additional options may be provided if desired. Run
<code>./configure --help</code> for details.</p>
<p>After successfully running <code>configure</code>, type <code>make</code> to build the
<code>QUESO</code> library.</p>
<p>Then type <code>make install</code> to install it in the directory previously
specified by the <code>--prefix</code> option of the <code>configure</code> script.</p>
<h2>
<a id="documentation" class="anchor" href="#documentation" aria-hidden="true"><span class="octicon octicon-link"></span></a>Documentation</h2>
<p><code>QUESO</code> documentation is available
<a href="http://libqueso.github.io/queso/html/">here</a>.</p>
<p>Documentation for older versions:</p>
<ul>
<li> <a href="http://libqueso.github.io/queso/v0.57.0/html/">v0.57.0</a>
</li>
<li> <a href="http://libqueso.github.io/queso/v0.56.1/html/">v0.56.1</a>
</li>
<li> <a href="http://libqueso.github.io/queso/v0.56.0/html/">v0.56.0</a>
</li>
<li> <a href="http://libqueso.github.io/queso/v0.55.0/html/">v0.55.0</a>
</li>
<li> <a href="http://libqueso.github.io/queso/v0.54.0/html/">v0.54.0</a>
</li>
<li> <a href="http://libqueso.github.io/queso/v0.53.0/html/">v0.53.0</a>
</li>
<li> <a href="http://libqueso.github.io/queso/v0.52.0/html/">v0.52.0</a>
</li>
<li> <a href="http://libqueso.github.io/queso/v0.51.1/html/">v0.51.1</a>
</li>
<li> <a href="http://libqueso.github.io/queso/v0.50.1/html/">v0.50.1</a>
</li>
</ul>
<h2>
<a id="dependencies" class="anchor" href="#dependencies" aria-hidden="true"><span class="octicon octicon-link"></span></a>Dependencies</h2>
<p>At a minimum, <code>QUESO</code> compilation requires MPI and linkage against two
external libraries:</p>
<ul>
<li><a href="http://www.boost.org/">Boost</a></li>
<li><a href="https://www.gnu.org/software/gsl/">GSL</a></li>
</ul>
<p><code>QUESO</code> also has several optional dependencies that enable additional functionality:</p>
<ul>
<li><a href="http://trilinos.sandia.gov/packages/docs/r7.0/packages/teuchos/doc/html/index.html">Teuchos</a></li>
<li><a href="https://red.ices.utexas.edu/projects/hpct/files">GRVY</a></li>
<li><a href="http://www.hdfgroup.org/HDF5/">HDF5</a></li>
<li><a href="https://www.gnu.org/software/glpk/">GLPK</a></li>
<li><a href="http://www.mcs.anl.gov/petsc/">PETSc</a></li>
</ul>
<p>Should you be interested in using the optional infinite dimensional
capabilities of <code>QUESO</code>, then you also need the following dependencies:</p>
<ul>
<li>
<a href="http://libmesh.sourceforge.net">libMesh</a> compiled with <a href="http://www.grycap.upv.es/slepc/">SLEPc</a>
</li>
<li><a href="http://www.hdfgroup.org/HDF5/">HDF5</a></li>
</ul>
<h2>
<a id="license" class="anchor" href="#license" aria-hidden="true"><span class="octicon octicon-link"></span></a>License</h2>
<p>See <a href="https://github.com/libqueso/queso/blob/dev/LICENSE"><code>LICENSE</code></a> file
distributed with <code>QUESO</code> for more information.</p>
<h2>
<a id="contributing" class="anchor" href="#contributing" aria-hidden="true"><span class="octicon octicon-link"></span></a>Contributing</h2>
<p>Contributions are very welcome. If you wish to contribute, please
take a few moments to review the <a href="http://nvie.com/posts/a-successful-git-branching-model/">branching
model</a>
<code>QUESO</code> utilizes.</p>
<h2>
<a id="support" class="anchor" href="#support" aria-hidden="true"><span class="octicon octicon-link"></span></a>Support</h2>
<p>If you have questions or need help with using or contributing to <code>QUESO</code>,
feel free to ask questions on one of the mailing lists:</p>
<ul>
<li>
<a href="https://groups.google.com/forum/#!forum/queso-users">queso-users</a> mailing
list for questions regarding usage and reporting bugs</li>
<li>
<a href="https://groups.google.com/forum/#!forum/queso-dev">queso-dev</a> mailing list
for discussion regarding development of <code>QUESO</code>
</li>
</ul>
<h2>
<a id="citing-queso" class="anchor" href="#citing-queso" aria-hidden="true"><span class="octicon octicon-link"></span></a>Citing QUESO</h2>
<p>Please add the following citation to any paper, technical report or
article describing the use of the <code>QUESO</code> library:</p>
<pre lang="bibtex"><code>@inproceedings{Prudencio2012,
author = {Prudencio, Ernesto E and Schulz, Karl W},
booktitle = {Euro-Par 2011: Parallel Processing Workshops},
pages = {398--407},
publisher = {Springer},
title = {{The parallel C++ statistical library ‘QUESO’: Quantification of
Uncertainty for Estimation, Simulation and Optimization}},
url = {http://dx.doi.org/10.1007/978-3-642-29737-3\_44},
year = {2012}
}
</code></pre>
</section>
</div>
<!-- FOOTER -->
<div id="footer_wrap" class="outer">
<footer class="inner">
<p>Published with <a href="https://pages.github.com">GitHub Pages</a></p>
</footer>
</div>
</body>
</html>