summaryrefslogtreecommitdiff
path: root/.flake8
diff options
context:
space:
mode:
authorDom Heinzeller <dom.heinzeller@icloud.com>2024-10-25 13:17:49 -0600
committerGitHub <noreply@github.com>2024-10-25 12:17:49 -0700
commitad0b2564073ce91dfad2a49998c285525148a28a (patch)
tree896717158f7dd65da6d98b94c9b4ebb29fb0727c /.flake8
parenta2a3a83a26efe8111ab1a33f882f5dacd1199161 (diff)
downloadspack-ad0b2564073ce91dfad2a49998c285525148a28a.tar.gz
spack-ad0b2564073ce91dfad2a49998c285525148a28a.tar.bz2
spack-ad0b2564073ce91dfad2a49998c285525148a28a.tar.xz
spack-ad0b2564073ce91dfad2a49998c285525148a28a.zip
Intel/Oneapi compilers: suppress warnings when using Cray wrappers (#47046)
#44588 we added logic to suppress deprecation warnings for the Intel classic compilers. This depended on matching against * The compiler names (looking for icc, icpc, ifort) * The compiler version When using an Intel compiler with fortran wrappers, the first check always fails. To support using the fortran wrappers (in combination with the classic Intel compilers), we remove the first check and suppress if just the version matches. This works because: * The newer compilers like icx can handle (ignore) the flags that suppress deprecation warnings * The Cray wrappers pass the underlying compiler version (e.g. they report what icc would report)
Diffstat (limited to '.flake8')
0 files changed, 0 insertions, 0 deletions