From a43516b733fde42aab0ad3828049c4dfc1cbcb45 Mon Sep 17 00:00:00 2001 From: wolf Date: Fri, 19 Sep 2003 23:24:18 +0000 Subject: [PATCH] Properly detect xlf. git-svn-id: https://svn.dealii.org/trunk@7995 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/doc/news/c-4-0.html | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/deal.II/doc/news/c-4-0.html b/deal.II/doc/news/c-4-0.html index c3aa108f66..d9b1a009a2 100644 --- a/deal.II/doc/news/c-4-0.html +++ b/deal.II/doc/news/c-4-0.html @@ -48,6 +48,13 @@ contributor's names are abbreviated by WB (Wolfgang Bangerth), GK

General

    +
  1. On AIX systems, the xlf Fortran77 compiler wasn't recognized + due to the fact that when called with -v it generates many pages + of output, later leading to a shell error. This is not fixed. +
    + (WB 2003/09/19) +

    +
  2. The elastic example program, step-8, had a bug in the way the system matrix is assembled. In effect, we were solving the wrong equation. This should now be fixed. -- 2.39.5