summarylogtreecommitdiffstats
path: root/intelccompiler.py.patch
diff options
context:
space:
mode:
Diffstat (limited to 'intelccompiler.py.patch')
-rw-r--r--intelccompiler.py.patch20
1 files changed, 0 insertions, 20 deletions
diff --git a/intelccompiler.py.patch b/intelccompiler.py.patch
deleted file mode 100644
index 75a94ad50629..000000000000
--- a/intelccompiler.py.patch
+++ /dev/null
@@ -1,20 +0,0 @@
---- intelccompiler.py 2019-01-31 20:54:00.000000000 +0000
-+++ _intelccompiler.py 2019-02-04 22:33:34.047063292 +0000
-@@ -20,7 +20,7 @@
-
- v = self.get_version()
- mpopt = 'openmp' if v and v < '15' else 'qopenmp'
-- self.cc_exe = ('icc -fPIC -fp-model strict -O3 '
-+ self.cc_exe = ('icc -xHost -fPIC -fp-model strict -O3 '
- '-fomit-frame-pointer -{}').format(mpopt)
- compiler = self.cc_exe
-
-@@ -60,7 +60,7 @@
-
- v = self.get_version()
- mpopt = 'openmp' if v and v < '15' else 'qopenmp'
-- self.cc_exe = ('icc -m64 -fPIC -fp-model strict -O3 '
-+ self.cc_exe = ('icc -xHost -m64 -fPIC -fp-model strict -O3 '
- '-fomit-frame-pointer -{}').format(mpopt)
- compiler = self.cc_exe
-