Dear all,
I am using parallel studio 2019.5.068 togetherr with mkl cluster in visual studio2015 community. I tried to run a fortran 90 program which employ : module.f90, fftw3.f03, omp.lib.f90 files among others and a makefile but after building using visual studio I am getting the message fatal LNK1104 can not open mkl cdft.core.lib and when I checked the fft folder in MKL there was no mkl cdft.core.lib but mkl .core.lib, mkl cdft.core dll.lib, and mkl .core dll.lib. Attached is the build log.
Thanks.
Link Copied
>> LINK : fatal error LNK1104: cannot open file 'mkl_cdft_core.lib'
<< this lib available for intel64 bit only but not for ia32 ones. Please refer to the User Guide for windows: "Detailed Structure of the IA-32 Architecture Directories"
For more complete information about compiler optimizations, see our Optimization Notice.