We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8a909b0 + 798eae8 commit 4682aa9Copy full SHA for 4682aa9
easybuild/toolchains/linalg/intelmkl.py
@@ -136,7 +136,7 @@ def _set_blas_variables(self):
136
# ilp64/i8
137
self.BLAS_LIB_MAP.update({"lp64": '_ilp64'})
138
# CPP / CFLAGS
139
- self.variables.nappend_el('CFLAGS', 'DMKL_ILP64')
+ self.variables.nappend_el('CFLAGS', '-DMKL_ILP64')
140
141
# exact paths/linking statements depend on imkl version
142
root = self.get_software_root(self.BLAS_MODULE_NAME)[0]
0 commit comments