Disable x86_64_Linux-x.y_IntelCompiler-15.0_CentOS-7.x

This commit is contained in:
Laurent Rineau 2015-10-20 17:04:40 +02:00
parent 3a61c26695
commit ec324f712f
2 changed files with 2 additions and 2 deletions

View File

@ -16,7 +16,7 @@ COMPILERS_localhost="$COMPILERS_localhost i686_Linux-2.6_g++-4.1.2_CentOS-5.1-O3
#COMPILERS_localhost="$COMPILERS_localhost i686_Linux-2.6_g++-4.3.3_CentOS-5.1-O2-NO-DEPRECATED"
#COMPILERS_localhost="$COMPILERS_localhost i686_Linux-2.6_g++-4.3.3_CentOS-5.1-O3"
# Ignored: i686_Linux-2.6_g++-4.1.2_CentOS-5.1-NOGMP
COMPILERS_localhost="$COMPILERS_localhost x86_64_Linux-x.y_IntelCompiler-15.0_CentOS-7.x"
#COMPILERS_localhost="$COMPILERS_localhost x86_64_Linux-x.y_IntelCompiler-15.0_CentOS-7.x"
# ignore COMPILERS_localhost and use all ref platformes:
USE_REFERENCE_PLATFORMS=yes

View File

@ -1,6 +1,6 @@
# -*- mode: shell-script -*-
BUILD_HOSTS="localhost"
PROCESSORS_localhost=9
PROCESSORS_localhost=4
#PROCESSORS_localhost=2
#COMPILERS_localhost="i686_Linux-2.6_g++-4.1.2_CentOS-5.1-O3 i686_Linux-2.6_g++-4.1.2_CentOS-5.1-O2 i686_Linux-2.6_g++-4.1.2_CentOS-5.1 i686_Linux-2.6_g++-4.3.2_CentOS-5.1-O3 i686_Linux-2.6_g++-4.3.2_CentOS-5.1"
COMPILERS_localhost="i686_Linux-2.6_g++-4.3.2_CentOS-5.1"