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 2a43839 + 90c0101 commit fad5d9fCopy full SHA for fad5d9f
easybuild/toolchains/fft/intelfftw.py
@@ -62,7 +62,7 @@ def _set_fftw_variables(self):
62
compsuff = '_intel'
63
elif get_software_root('PGI'):
64
compsuff = '_pgi'
65
- elif get_software_root('GCC'):
+ elif get_software_root('GCC') or get_software_root('GCCcore'):
66
compsuff = '_gnu'
67
else:
68
error_msg = "Not using Intel compilers, PGI nor GCC, don't know compiler suffix for FFTW libraries."
0 commit comments