<link href="../screen.css" rel="StyleSheet">
<title>The deal.II Testsuite</title>
<meta name="author" content="the deal.II authors <authors@dealii.org>">
- <meta name="copyright" content="Copyright (C) 1998, 1999, 2000, 2002, 2003, 2004, 2005, 2006, 2007, 2008 by the deal.II authors">
+ <meta name="copyright" content="Copyright (C) 1998, 1999, 2000, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 by the deal.II authors">
<meta name="date" content="$Date$">
<meta name="svn_id" content="$Id$">
<meta name="keywords" content="deal dealii finite elements fem triangulation">
export PATH=/my/compiler/path:$PATH
export CXX=myCC
- svn co http://wolfgang.math.tamu.edu/svn/public/deal.II/trunk/deal.II
+ svn co http://www.dealii.org/svn/dealii/trunk/deal.II
cd deal.II
svn update
make build-test BUILDTEST=yes BUILDTESTFLAGS='CC=mycc CXX=myCC'
To run the testsuite, go into your deal.II directory and do this:
<pre>
cd /path/to/deal.II
- svn checkout http://wolfgang.math.tamu.edu/svn/public/deal.II/trunk/tests
+ svn checkout http://www.dealii.org/svn/dealii/trunk/tests
</pre>
This should generate a <code>tests/</code> directory parallel to
the <code>base/</code>, <code>lac/</code>, etc directories. Then
<h3>General</h3>
<ol>
+ <li>
+ <p>
+ Changed: The subversion repository for deal.II development is now
+ located on commercially hosted space at <a
+ href="http://www.dealii.org/svn/dealii/">http://www.dealii.org/svn/dealii/</a>.
+ <br>
+ (GK 2009/01/20)
+ </p>
+ </li>
+
<li>
<p>
Changed: Some parts of the library used to use classes and functions
(WB 2009/01/12)
</p>
</li>
-
+
<li>
<p>
Updated: The @ref step_33 "step-33" tutorial program now uses the