1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head> <link rel="canonical" href="http://www.mcs.anl.gov/petsc/petsc-current/docs/changes/213.html" />
<meta http-equiv="content-type" content="text/html;charset=utf-8">
<title>Documentation: Changes: 2.1.3</title>
</head>
<body bgcolor="#ffffff">
<div id="version" align=right><b>petsc-3.4.2 2013-07-02</b></div>
<h1>Documentation: Changes: 2.1.3</h1>
<style type="text/css">
h2 {
color: red;
}
h4 {
font-weight: bold;
text-decoration: underline;
}
</style>
<div id="main">
<div align="center">
<h2><a name="CHANGES">CHANGES in PETSc 2.1.3</a></h2>
</div>
<h4>General:</h4>
This is primarily a bug-fix release and minor internal updates. Some of the fixes include
<ul>
<li>
win32fe updates for better build support on Windows 98 machines,
with borland compilers, and with cygwin paths.
</li>
<li>fixes to SPOOLES interfaces</li>
<li>
updates to DA - which delays allocation of internal objects untill
they are actually needed.
</li>
<li>configure fixes for linux</li>
</ul>
</div>
</body>
</html>
|