From 062977e6faf1af518a450ca42c48824f25d85634 Mon Sep 17 00:00:00 2001
From: Martin Kronbichler
(WB 2009/07/06)
- Changed: Previously, one had to give the two flags
- --enable-multithreading --with-multithreading
to
- ./configure
to enable thread usage throughout the library.
- This has now been simplified: only the flag --enable-threads
- is now necessary. Furthermore, since most current machines have multiple
- cores these days, the default is now to use threads. This can be switched
- off using --disable-threads
, however.
-
- (WB 2008/09/29)
-
@@ -116,6 +104,20 @@ inconvenience this causes. (WB 2009/01/09)
+ Changed: Previously, one had to give the two flags
+ --enable-multithreading --with-multithreading
to
+ ./configure
to enable thread usage throughout the library.
+ This has now been simplified: only the flag --enable-threads
+ is now necessary. Furthermore, since most current machines have multiple
+ cores these days, the default is now to use threads. This can be switched
+ off using --disable-threads
, however.
+
+ (WB 2008/09/29)
+
+ New: Based on work with Francisco Alvaro and Jose
+ E. Roman, the new SLEPcWrappers give a handle on some of the
+ features of SLEPc (Scalable Library for Eigenvalue Problem
+ Computations): (1) The SLEPcWrappers::SolverBase class can be used
+ for specifying an eigenvalue problem, either in standard or
+ generalized form, on serial or parallel architectures with support
+ for a few solver types; and (2) The
+ SLEPcWrappers::TransformationBase class encapsulates a variety of
+ spectral transformations providing some functionality required for
+ acceleration techniques based on the transformation of the spectrum.
+
+ (Toby D. Young 2009/06/25)
+
Fixed: The TrilinosWrappers::MPI::BlockVector class declares an assignment @@ -233,18 +249,6 @@ inconvenience this causes.
New: Based on work with Francisco Alvaro and Jose
- E. Roman, the new SLEPcWrappers give a handle on some of the
- features of SLEPc (Scalable Library for Eigenvalue Problem
- Computations): (1) The SLEPcWrappers::SolverBase class can be used
- for specifying an eigenvalue problem, either in standard or
- generalized form, on serial or parallel architectures with support
- for a few solver types; and (2) The
- SLEPcWrappers::TransformationBase class encapsulates a variety of
- spectral transformations providing some functionality required for
- acceleration techniques based on the transformation of the spectrum.
-
(Toby D. Young 2009/06/25)