<head>
<title>The deal.II Readme on interfacing to PETSc</title>
<link href="../screen.css" rel="StyleSheet">
- <meta name="copyright" content="Copyright (C) 2008, 2009, 2010, 2011, 2012, 2013, 2014 by the deal.II authors">
+ <meta name="copyright" content="Copyright (C) 2008 - 2014 by the deal.II authors">
<meta name="date" content="$Date$">
<meta name="keywords" content="deal.II">
</head>
<h4>Installing <acronym>deal.II</acronym> with PETSc</h4>
- <p style="color: red"><b>Note:</b> The most recent version of
- PETSc that has been reported to be compatible
- with <acronym>deal.II</acronym> is version 3.4. If you use a
- later version than this and encounter problems, let us know.
+ <p style="color: red"><b>Note:</b> The most recent version of PETSc
+ that has been reported to be compatible with
+ <acronym>deal.II</acronym> is version 3.5.1. If you use a later
+ version than this and encounter problems, let us know.
</p>
<p>
<head>
<title>The deal.II Readme on interfacing to Trilinos</title>
<link href="../screen.css" rel="StyleSheet">
- <meta name="copyright" content="Copyright (C) 2008, 2009, 2010, 2011, 2012, 2013, 2014 by the deal.II authors">
+ <meta name="copyright" content="Copyright (C) 2008 - 2014 by the deal.II authors">
<meta name="date" content="$Date$">
<meta name="keywords" content="deal.II">
</head>
<p style="color: red">
Note: The current version of deal.II requires at least Trilinos 11.2.
- Deal.II is known to work with Trilinos 11.10.2. Others versions of
+ Deal.II is known to work with Trilinos 11.12.1. Others versions of
Trilinos should work too but we do not do regression tests with them.
</p>
reasonable configuration:
<pre>
- cd trilinos-11.4.1
+ cd trilinos-11.12.1
mkdir build
cd build