queso-0.53.0
queso.h
Go to the documentation of this file.
1 //-----------------------------------------------------------------------bl-
2 //--------------------------------------------------------------------------
3 //
4 // QUESO - a library to support the Quantification of Uncertainty
5 // for Estimation, Simulation and Optimization
6 //
7 // Copyright (C) 2008-2015 The PECOS Development Team
8 //
9 // This library is free software; you can redistribute it and/or
10 // modify it under the terms of the Version 2.1 GNU Lesser General
11 // Public License as published by the Free Software Foundation.
12 //
13 // This library is distributed in the hope that it will be useful,
14 // but WITHOUT ANY WARRANTY; without even the implied warranty of
15 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
16 // Lesser General Public License for more details.
17 //
18 // You should have received a copy of the GNU Lesser General Public
19 // License along with this library; if not, write to the Free Software
20 // Foundation, Inc. 51 Franklin Street, Fifth Floor,
21 // Boston, MA 02110-1301 USA
22 //
23 //-----------------------------------------------------------------------el-
24 //
25 // grvy.h: Basic API Definitions
26 //
27 //--------------------------------------------------------------------------
28 
29 #ifndef QUESO_H_
30 #define QUESO_H_
31 
32 // Library version/build info
33 
34 #define QUESO_MAJOR_VERSION 0
35 #define QUESO_MINOR_VERSION 53
36 #define QUESO_MICRO_VERSION 0
37 
38 #define QUESO_BUILD_USER "damon"
39 #define QUESO_BUILD_ARCH "x86_64-unknown-linux-gnu"
40 #define QUESO_BUILD_HOST "zoidberg.ices.utexas.edu"
41 #define QUESO_BUILD_DATE "2015-06-11 13:51"
42 #define QUESO_BUILD_VERSION "94c18ec"
43 
44 #define QUESO_LIB_VERSION "0.53.0"
45 #define QUESO_LIB_RELEASE "Development Build"
46 
47 #define QUESO_CXX "/opt/apps/ossw/libraries/mpich2/mpich2-1.4.1p1/sl6/gcc-4.7/bin/mpicxx"
48 #define QUESO_CXXFLAGS "-g -O2 -Wall"
49 
50 // External libraries
51 
52 #define QUESO_TRILINOS_DIR ""
53 #define QUESO_GSL_DIR "-L/opt/apps/ossw/libraries/gsl/gsl-1.15/sl6/gcc-4.7/lib -lgsl -lgslcblas -lm"
54 #define QUESO_GRVY_DIR ""
55 #define QUESO_GLPK_DIR ""
56 #define QUESO_HDF5_DIR "/opt/apps/ossw/libraries/hdf5/hdf5-1.8.9/sl6/gcc-4.7"
57 
58 #endif

Generated on Thu Jun 11 2015 13:52:31 for queso-0.53.0 by  doxygen 1.8.5