-
Notifications
You must be signed in to change notification settings - Fork 0
/
params.json
1 lines (1 loc) · 4.49 KB
/
params.json
1
{"name":"QUESO","tagline":"A C++ library for the Quantification of Uncertainty for Estimation, Simulation and Optimization","body":"The `QUESO` Library [![Build Status](https://travis-ci.org/libqueso/queso.svg?branch=dev)](https://travis-ci.org/libqueso/queso)\r\n===================\r\n\r\n`QUESO` stands for Quantification of Uncertainty for Estimation,\r\nSimulation and Optimization.\r\n\r\n`QUESO` is a collection of algorithms and other functionalities aimed\r\nfor the solution of statistical inverse problems, for the solution of\r\nstatistical forward problems, for the validation of a model and for\r\nthe prediction of quantities of interest from such model along with\r\nthe quantification of their uncertainties.\r\n\r\n`QUESO` is designed for flexibility, portability, easiness of use and\r\neasiness of extension. Its software design follows an object-oriented\r\napproach and its code is written on C++ and over MPI. It can run over\r\nuniprocessor or multiprocessor environments.\r\n\r\nInstallation\r\n------------\r\n\r\nYou can obtain `QUESO` tarballs\r\n[here](https://github.com/libqueso/queso/releases).\r\n\r\nIf you do not have a `configure` script in the top level directory,\r\nrun `bootstrap` to generate a configure script using `autotools`.\r\n\r\nBefore compiling, you must run the `configure` script. To run, type\r\n`./configure`. Additional options may be provided if desired. Run\r\n`./configure --help` for details.\r\n\r\nAfter successfully running `configure`, type `make` to build the\r\n`QUESO` library.\r\n\r\nThen type `make install` to install it in the directory previously\r\nspecified by the `--prefix` option of the `configure` script.\r\n\r\nDocumentation\r\n-------------\r\n\r\n`QUESO` documentation is available\r\n[here](http://libqueso.github.io/queso/html/).\r\n\r\nDocumentation for older versions:\r\n\r\n- [v0.50.1](http://libqueso.github.io/queso/v0.50.1/html/)\r\n- [v0.51.1](http://libqueso.github.io/queso/v0.51.1/html/)\r\n- [v0.52.0](http://libqueso.github.io/queso/v0.52.0/html/)\r\n- [v0.53.0](http://libqueso.github.io/queso/v0.53.0/html/)\r\n\r\nDependencies\r\n------------\r\n\r\nAt a minimum, `QUESO` compilation requires MPI and linkage against two\r\nexternal libraries:\r\n\r\n- [Boost](http://www.boost.org/)\r\n- [GSL](https://www.gnu.org/software/gsl/)\r\n\r\n`QUESO` also has several optional dependencies that enable additional functionality:\r\n\r\n- [Teuchos](http://trilinos.sandia.gov/packages/docs/r7.0/packages/teuchos/doc/html/index.html)\r\n- [GRVY](https://red.ices.utexas.edu/projects/hpct/files)\r\n- [HDF5](http://www.hdfgroup.org/HDF5/)\r\n- [GLPK](https://www.gnu.org/software/glpk/)\r\n- [PETSc](http://www.mcs.anl.gov/petsc/)\r\n\r\nShould you be interested in using the optional infinite dimensional\r\ncapabilities of `QUESO`, then you also need the following dependencies:\r\n\r\n- [libMesh](http://libmesh.sourceforge.net) compiled with [SLEPc](http://www.grycap.upv.es/slepc/)\r\n- [HDF5](http://www.hdfgroup.org/HDF5/)\r\n\r\nLicense\r\n-------\r\n\r\nSee [`LICENSE`](https://github.com/libqueso/queso/blob/dev/LICENSE) file\r\ndistributed with `QUESO` for more information.\r\n\r\nContributing\r\n------------\r\n\r\nContributions are very welcome. If you wish to contribute, please\r\ntake a few moments to review the [branching\r\nmodel](http://nvie.com/posts/a-successful-git-branching-model/)\r\n`QUESO` utilizes.\r\n\r\nSupport\r\n-------\r\n\r\nIf you have questions or need help with using or contributing to `QUESO`,\r\nfeel free to ask questions on one of the mailing lists:\r\n\r\n- [queso-users](https://groups.google.com/forum/#!forum/queso-users) mailing\r\n list for questions regarding usage and reporting bugs\r\n- [queso-dev](https://groups.google.com/forum/#!forum/queso-dev) mailing list\r\n for discussion regarding development of `QUESO`\r\n\r\nCiting QUESO\r\n-------\r\nPlease add the following citation to any paper, technical report or\r\narticle describing the use of the `QUESO` library:\r\n\r\n```bibtex\r\n@inproceedings{Prudencio2012,\r\n author = {Prudencio, Ernesto E and Schulz, Karl W},\r\n booktitle = {Euro-Par 2011: Parallel Processing Workshops},\r\n pages = {398--407},\r\n publisher = {Springer},\r\n title = {{The parallel C++ statistical library ‘QUESO’: Quantification of\r\n Uncertainty for Estimation, Simulation and Optimization}},\r\n url = {http://dx.doi.org/10.1007/978-3-642-29737-3\\_44},\r\n year = {2012}\r\n}\r\n```","google":"","note":"Don't delete this file! It's used internally to help with page regeneration."}