diff options
author | Albert Cheng <acheng@hdfgroup.org> | 2004-11-23 21:38:48 (GMT) |
---|---|---|
committer | Albert Cheng <acheng@hdfgroup.org> | 2004-11-23 21:38:48 (GMT) |
commit | bc3e912fae8941b8f499c90ceb8f570e1b6859f6 (patch) | |
tree | 552ac19d4a3ee197ce88fdd045bafdf40a0f742d /c++ | |
parent | aaf899f26c0907cb4a9628fceaecdafb0c85bb61 (diff) | |
download | hdf5-bc3e912fae8941b8f499c90ceb8f570e1b6859f6.zip hdf5-bc3e912fae8941b8f499c90ceb8f570e1b6859f6.tar.gz hdf5-bc3e912fae8941b8f499c90ceb8f570e1b6859f6.tar.bz2 |
[svn-r9566] Purpose:
Improvement.
Description:
Change the default CC, F9X and CXX compilers from ecc/efc/ecc
to icc/ifort/icc because Intel keeps changing their compiler
names. This eliminated the warning messages that a wrong
compiler name is used.
Platforms tested:
Tested in Tg-login NCSA only since that is the only
IA64 platform on site.
Diffstat (limited to 'c++')
-rwxr-xr-x | c++/config/ia64-linux-gnu | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/c++/config/ia64-linux-gnu b/c++/config/ia64-linux-gnu index 8d6d050..59799f6 100755 --- a/c++/config/ia64-linux-gnu +++ b/c++/config/ia64-linux-gnu @@ -1,7 +1,7 @@ if test -z "$CXX"; then - CXX=ecc - CXX_BASENAME=ecc + CXX=icc + CXX_BASENAME=icc fi |