Skip to content

Commit

Permalink
Adjust internal version to short one in intel FFT test
Browse files Browse the repository at this point in the history
  • Loading branch information
bartoldeman committed Jun 28, 2024
1 parent 3e445ba commit a4bf9d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/framework/toolchain.py
Original file line number Diff line number Diff line change
Expand Up @@ -1201,7 +1201,7 @@ def test_fft_env_vars_intel(self):
self.assertEqual(tc.get_variable('LIBFFT'), libfft)
self.assertEqual(tc.get_variable('LIBFFT_MT'), libfft_mt)

fft_lib_dir = os.path.join(modules.get_software_root('imkl'), 'mkl/2021.4.0/lib/intel64')
fft_lib_dir = os.path.join(modules.get_software_root('imkl'), 'mkl/2021.4/lib/intel64')
self.assertEqual(tc.get_variable('FFT_LIB_DIR'), fft_lib_dir)

tc = self.get_toolchain('intel', version='2021b')
Expand Down

0 comments on commit a4bf9d2

Please sign in to comment.