GRINS-0.6.0
grins_version.h
Go to the documentation of this file.
1 //-----------------------------------------------------------------------bl-
2 //--------------------------------------------------------------------------
3 //
4 // GRINS - General Reacting Incompressible Navier-Stokes
5 //
6 // Copyright (C) 2014 Paul T. Bauman, Roy H. Stogner
7 // Copyright (C) 2010-2013 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 // $Id$
26 //
27 //--------------------------------------------------------------------------
28 //--------------------------------------------------------------------------
29 #ifndef GRINS_VERSION_H
30 #define GRINS_VERSION_H
31 
32 #define GRINS_MAJOR_VERSION 0
33 #define GRINS_MINOR_VERSION 6
34 #define GRINS_MICRO_VERSION 0
35 
36 #define GRINS_BUILD_USER "pbauman"
37 #define GRINS_BUILD_ARCH "x86_64-apple-darwin13.4.0"
38 #define GRINS_BUILD_HOST "farnsworth.local"
39 #define GRINS_BUILD_DATE "@BUILD_DATE@"
40 #define GRINS_BUILD_VERSION "external"
41 
42 #define GRINS_LIB_VERSION "0.6.0"
43 #define GRINS_LIB_RELEASE "External Release"
44 
45 #define GRINS_CXX "mpic++"
46 #define GRINS_CXXFLAGS "-std=gnu++11 -O2 -felide-constructors -funroll-loops -fstrict-aliasing -Wdisabled-optimization -fopenmp -DNDEBUG -Wall"
47 
48 #include <iostream>
49 #include <iomanip>
50 
51 namespace GRINS
52 {
53  void grins_version_stdout();
54  int get_grins_version();
55 }
56 #endif //GRINS_VERISON_H
int get_grins_version()
Definition: grins_version.C:51
GRINS namespace.
void grins_version_stdout()
Definition: grins_version.C:31

Generated on Mon Jun 22 2015 21:32:20 for GRINS-0.6.0 by  doxygen 1.8.9.1