Skip to content

Commit 6ebf8f6

Browse files
committed
We must also add libmkl_pgi_thread.a to test sandbox.
1 parent dc48d25 commit 6ebf8f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/framework/toolchain.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1191,7 +1191,7 @@ def setup_sandbox_for_intel_fftw(self, moddir, imklver='2018.1.163'):
11911191

11921192
mkl_libs = ['mkl_cdft_core', 'mkl_blacs_intelmpi_lp64']
11931193
mkl_libs += ['mkl_intel_lp64', 'mkl_sequential', 'mkl_core', 'mkl_intel_ilp64']
1194-
mkl_libs += ['mkl_intel_thread']
1194+
mkl_libs += ['mkl_intel_thread', 'mkl_pgi_thread']
11951195
fftw_libs = ['fftw3xc_intel', 'fftw3xc_pgi']
11961196
if LooseVersion(imklver) >= LooseVersion('11'):
11971197
fftw_libs.extend(['fftw3x_cdft_ilp64', 'fftw3x_cdft_lp64'])

0 commit comments

Comments
 (0)