From 9f34628b38e3af30758bac60f577b87902758d7f Mon Sep 17 00:00:00 2001 From: deal Date: Fri, 3 May 2002 16:02:27 +0000 Subject: [PATCH] Have icc 6.0 in the list. git-svn-id: https://svn.dealii.org/trunk@5803 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/common/scripts/report-build-tests.pl | 1 + 1 file changed, 1 insertion(+) 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 (<>) -- 2.39.5