From: deal Date: Mon, 22 Apr 2002 08:50:55 +0000 (+0000) Subject: add icc to list of compilers. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2b9233fb523b98353000ac71d2481a77d3515ac1;p=dealii-svn.git add icc to list of compilers. git-svn-id: https://svn.dealii.org/trunk@5703 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 d1e16c4da0..6cfeef892c 100644 --- a/deal.II/common/scripts/report-build-tests.pl +++ b/deal.II/common/scripts/report-build-tests.pl @@ -237,6 +237,7 @@ foreach $name (sort keys %testcase) { $test_compiler =~ s/.*\+//g; $compiler_table{"gcc295"} = "gcc 2.95"; $compiler_table{"gcc30"} = "gcc 3.0"; + $compiler_table{"icc50"} = "Intel ICC 5.0"; if (defined $compiler_table{$test_compiler} ) { $test_compiler = $compiler_table{$test_compiler}; }