From ee08a910a4719fd8cf198abb338adf8c0e148f5e Mon Sep 17 00:00:00 2001 From: rschulz Date: Thu, 10 Mar 2005 10:20:51 +0000 Subject: [PATCH] *** empty log message *** git-svn-id: https://svn.dealii.org/trunk@10077 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/doc/news/changes.html | 25 ++++++++++++++++++++++--- 1 file changed, 22 insertions(+), 3 deletions(-) diff --git a/deal.II/doc/news/changes.html b/deal.II/doc/news/changes.html index b820c00dbc..5f9adf9082 100644 --- a/deal.II/doc/news/changes.html +++ b/deal.II/doc/news/changes.html @@ -71,14 +71,33 @@ inconvenience this causes.
  1. - Fixed: On certain systems running CygWin, a call to - gethostname() could cause deal.II to hang. The reason + New: The configuration script can now enable special optimizations for + x86-like processors if called with the --with-cpu=... option. + This can decrease computation time by up to 30% on certain systems. + See the documentation for details. +
    + (Ralf B. Schulz, 2005/03/10) +

    + +
  2. + Fixed: When compiling shared libraries on CygWin systems, warnings + considering the -fPIC option were issued by the compiler. + This is now fixed. +
    + (Ralf B. Schulz, 2005/03/10) +

    + +
  3. + Fixed: On certain systems running CygWin, a call to socket functions + like gethostname() could cause deal.II to hang. The reason seems to be that the call disables long double computations which revert to just double precision. This then leads to an endless loop in computing weights for quadrature points because the convergence criterion cannot be reached with simple double precision. This is now fixed by disabling the call to gethostname() on these - systems. + systems. A new preprocessor variable, DEAL_II_BROKEN_SOCKETS + has been added to base/config.h which is defined on + affected systems.
    (Ralf B. Schulz, WB, 2005/03/02)

    -- 2.39.5