From: wolf Date: Wed, 14 Jun 2000 12:12:10 +0000 (+0000) Subject: Configure for getrusage X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=aec3dd5a4a262f37feccc14c25022a39a96e25ab;p=dealii-svn.git Configure for getrusage git-svn-id: https://svn.dealii.org/trunk@3015 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/doc/news/2000/c-3-0.html b/deal.II/doc/news/2000/c-3-0.html index 9e3de626a1..de7b148d0f 100644 --- a/deal.II/doc/news/2000/c-3-0.html +++ b/deal.II/doc/news/2000/c-3-0.html @@ -5,13 +5,23 @@ The deal.II news page - +

Changes after Version 3.0

General

    +
  1. + New: the configure script now + checks whether the getrusage function is properly + declared (this function is used in the timer class). The + problem is that on SunOS 4.x, this function exists, but is not + declared in the right file (although it is listed in the man + pages). We then have to declare it ourselves. +
    + (WB 2000/06/14) +

  2. New: the configure script now @@ -19,7 +29,7 @@ compiling in debug mode. This should force us to write more standard compliant code. (Since the ACE library is not standards conforming, the -ansi flag is not used - when multithreadinf is required.) + when multithreading is required.)
    (WB 2000/06/14)