From: deal Date: Fri, 3 May 2002 16:02:27 +0000 (+0000) Subject: Have icc 6.0 in the list. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4f0e55e299434adb41a9abeccdd5b6e28b2c57e8;p=dealii-svn.git Have icc 6.0 in the list. git-svn-id: https://svn.dealii.org/trunk@5803 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/common/scripts/report-build-tests.pl b/deal.II/common/scripts/report-build-tests.pl index 4025c42b6a..cd898156d0 100644 --- a/deal.II/common/scripts/report-build-tests.pl +++ b/deal.II/common/scripts/report-build-tests.pl @@ -2,6 +2,7 @@ $compiler_table{"gcc295"} = "gcc 2.95"; $compiler_table{"gcc30"} = "gcc 3.0"; $compiler_table{"icc50"} = "Intel ICC 5.0"; +$compiler_table{"icc60"} = "Intel ICC 6.0"; # first read in list of test results while (<>)