<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic I finally had to say that TMP in Intel® oneAPI Math Kernel Library</title>
    <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/PROGRAM-EXAMPLE-DOES-NOT-BUILD/m-p/1128244#M25433</link>
    <description>&lt;P&gt;I finally had to say that TMP was the solution, then it ran.&lt;/P&gt;&lt;P&gt;But I had to insert a READ statement at the end so I could see the output before it exits.&lt;/P&gt;</description>
    <pubDate>Sat, 12 Jan 2019 20:12:25 GMT</pubDate>
    <dc:creator>WSinc</dc:creator>
    <dc:date>2019-01-12T20:12:25Z</dc:date>
    <item>
      <title>PROGRAM EXAMPLE DOES NOT BUILD</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/PROGRAM-EXAMPLE-DOES-NOT-BUILD/m-p/1128230#M25419</link>
      <description>&lt;P&gt;I copied the code from your library reference,&lt;EM&gt;&lt;STRONG&gt; vsl routines. in the documentation.&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;The example they give should run as a standalone program, correct ?&lt;/P&gt;&lt;P&gt;I put the include file along with it, but I get several entry points it cannot find.&lt;/P&gt;&lt;P&gt;so the build fails.&lt;/P&gt;&lt;P&gt;see attached file. This should be the same as your documentation example.&lt;/P&gt;</description>
      <pubDate>Mon, 07 Jan 2019 09:19:45 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/PROGRAM-EXAMPLE-DOES-NOT-BUILD/m-p/1128230#M25419</guid>
      <dc:creator>WSinc</dc:creator>
      <dc:date>2019-01-07T09:19:45Z</dc:date>
    </item>
    <item>
      <title>  </title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/PROGRAM-EXAMPLE-DOES-NOT-BUILD/m-p/1128231#M25420</link>
      <description>&lt;P&gt;&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 07 Jan 2019 09:21:02 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/PROGRAM-EXAMPLE-DOES-NOT-BUILD/m-p/1128231#M25420</guid>
      <dc:creator>WSinc</dc:creator>
      <dc:date>2019-01-07T09:21:02Z</dc:date>
    </item>
    <item>
      <title>At the first glance everthing</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/PROGRAM-EXAMPLE-DOES-NOT-BUILD/m-p/1128232#M25421</link>
      <description>&lt;P&gt;At the first glance everthing is ok with this test. Please try the&amp;nbsp;simpliest&amp;nbsp;way to build: &lt;STRONG&gt;ifort -mkl vsl.f90&amp;nbsp;&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 07 Jan 2019 12:28:47 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/PROGRAM-EXAMPLE-DOES-NOT-BUILD/m-p/1128232#M25421</guid>
      <dc:creator>Gennady_F_Intel</dc:creator>
      <dc:date>2019-01-07T12:28:47Z</dc:date>
    </item>
    <item>
      <title>You have to set the Visual</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/PROGRAM-EXAMPLE-DOES-NOT-BUILD/m-p/1128233#M25422</link>
      <description>&lt;P&gt;If you are building inside Visual Studio, you have to set the Visual Studio project properties properly to make the linker use the MKL libraries. See&amp;nbsp;https://software.intel.com/en-us/mkl-windows-developer-guide-configuring-intel-visual-fortran-to-link-with-intel-mkl . For short and simple programs, building at the command line with the /Qmkl option, as Gennady recommended, is simpler.&lt;/P&gt;&lt;P&gt;The default configuration of the compiler does not link with optional libraries, whether they be MKL or&amp;nbsp;IMSL, NAG, TBB, IPP, etc. The user has to specify that additional libraries are to be used, if any are desired, and provide information regarding the locations of the library files.&lt;/P&gt;</description>
      <pubDate>Mon, 07 Jan 2019 12:48:00 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/PROGRAM-EXAMPLE-DOES-NOT-BUILD/m-p/1128233#M25422</guid>
      <dc:creator>mecej4</dc:creator>
      <dc:date>2019-01-07T12:48:00Z</dc:date>
    </item>
    <item>
      <title>Well, when I first installed</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/PROGRAM-EXAMPLE-DOES-NOT-BUILD/m-p/1128234#M25423</link>
      <description>&lt;P&gt;Well, when I first installed it, it goes thru this real lengthy stuff&lt;/P&gt;&lt;P&gt;"integrating with VS&amp;nbsp;2015"&lt;/P&gt;&lt;P&gt;Notice that the code example I gave&amp;nbsp;&amp;nbsp;has an include and two USE statements.&lt;/P&gt;&lt;P&gt;why wouldnt that be sufficient ?&lt;/P&gt;&lt;P&gt;Is there someone from INTEL that can guide me on this matter ?&lt;/P&gt;&lt;P&gt;I could try that "add libraries" but I am not sure what the name of this library would be,&lt;/P&gt;&lt;P&gt;that has the VST_MKL&amp;nbsp;stuff in it. The buildlog is a type of file that cant be sent directly.&lt;/P&gt;&lt;P&gt;But heres what it says:&lt;/P&gt;&lt;P&gt;Deleting intermediate files and output files for project 'Console8', configuration 'Debug|Win32'. Compiling with Intel(R) Visual Fortran Compiler 19.0.0.117 [IA-32]... ifort /nologo /debug:full /Od /warn:interfaces /module:"Debug\\" /object:"Debug\\" /Fd"Debug\vc140.pdb" /traceback /check:bounds /check:stack /libs:dll /threads /dbglibs /c /Qlocation,link,"C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\\bin" /Qm32 "C:\Users\Administrator\documents\visual studio 2015\Projects\Console8\ranseq.f90" ifort /nologo /debug:full /Od /warn:interfaces /module:"Debug\\" /object:"Debug\\" /Fd"Debug\vc140.pdb" /traceback /check:bounds /check:stack /libs:dll /threads /dbglibs /c /Qlocation,link,"C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\\bin" /Qm32 "C:\Users\Administrator\documents\visual studio 2015\Projects\Console8\test_rn2.f90" ifort /nologo /debug:full /Od /warn:interfaces /module:"Debug\\" /object:"Debug\\" /Fd"Debug\vc140.pdb" /traceback /check:bounds /check:stack /libs:dll /threads /dbglibs /c /Qlocation,link,"C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\\bin" /Qm32 "C:\Users\Administrator\documents\visual studio 2015\Projects\Console8\trand.f90" ifort /nologo /debug:full /Od /warn:interfaces /module:"Debug\\" /object:"Debug\\" /Fd"Debug\vc140.pdb" /traceback /check:bounds /check:stack /libs:dll /threads /dbglibs /c /Qlocation,link,"C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\\bin" /Qm32 "C:\Users\Administrator\documents\visual studio 2015\Projects\Console8\factors.f90" ifort /nologo /debug:full /Od /warn:interfaces /module:"Debug\\" /object:"Debug\\" /Fd"Debug\vc140.pdb" /traceback /check:bounds /check:stack /libs:dll /threads /dbglibs /c /Qlocation,link,"C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\\bin" /Qm32 "C:\Users\Administrator\documents\visual studio 2015\Projects\Console8\dima.f90" ifort /nologo /debug:full /Od /warn:interfaces /module:"Debug\\" /object:"Debug\\" /Fd"Debug\vc140.pdb" /traceback /check:bounds /check:stack /libs:dll /threads /dbglibs /c /Qlocation,link,"C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\\bin" /Qm32 "C:\Users\Administrator\documents\Visual Studio 2010\Projects\linsol\matprt.f90" ifort /nologo /debug:full /Od /warn:interfaces /module:"Debug\\" /object:"Debug\\" /Fd"Debug\vc140.pdb" /traceback /check:bounds /check:stack /libs:dll /threads /dbglibs /c /Qlocation,link,"C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\\bin" /Qm32 "C:\Users\Administrator\documents\Visual Studio 2010\Projects\linsol\utran.f90" ifort /nologo /debug:full /Od /warn:interfaces /module:"Debug\\" /object:"Debug\\" /Fd"Debug\vc140.pdb" /traceback /check:bounds /check:stack /libs:dll /threads /dbglibs /c /Qlocation,link,"C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\\bin" /Qm32 "C:\Users\Administrator\documents\visual studio 2015\Projects\Console8\makelin.f90" ifort /nologo /debug:full /Od /warn:interfaces /module:"Debug\\" /object:"Debug\\" /Fd"Debug\vc140.pdb" /traceback /check:bounds /check:stack /libs:dll /threads /dbglibs /c /Qlocation,link,"C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\\bin" /Qm32 "C:\Users\Administrator\documents\visual studio 2015\Projects\Console8\rswaps.f90" ifort /nologo /debug:full /Od /warn:interfaces /module:"Debug\\" /object:"Debug\\" /Fd"Debug\vc140.pdb" /traceback /check:bounds /check:stack /libs:dll /threads /dbglibs /c /Qlocation,link,"C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\\bin" /Qm32 "C:\Users\Administrator\documents\visual studio 2015\Projects\Console8\matmpy.f90" ifort /nologo /debug:full /Od /warn:interfaces /module:"Debug\\" /object:"Debug\\" /Fd"Debug\vc140.pdb" /traceback /check:bounds /check:stack /libs:dll /threads /dbglibs /c /Qlocation,link,"C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\\bin" /Qm32 "C:\Users\Administrator\documents\visual studio 2015\Projects\Console8\vsl.f90" ifort /nologo /debug:full /Od /warn:interfaces /module:"Debug\\" /object:"Debug\\" /Fd"Debug\vc140.pdb" /traceback /check:bounds /check:stack /libs:dll /threads /dbglibs /c /Qlocation,link,"C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\\bin" /Qm32 "C:\Users\Administrator\documents\Visual Studio 2010\Projects\linsol\usolve.f90" ifort /nologo /debug:full /Od /warn:interfaces /module:"Debug\\" /object:"Debug\\" /Fd"Debug\vc140.pdb" /traceback /check:bounds /check:stack /libs:dll /threads /dbglibs /c /Qlocation,link,"C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\\bin" /Qm32 "C:\Users\Administrator\3D Objects\lsolve.f90" Linking... Link /OUT:"Debug\Console8.exe" /INCREMENTAL:NO /NOLOGO /LIBPATH:"mkl_intel_ilp64.lib" /LIBPATH:"mkl_intel_thread.lib" /LIBPATH:"mkl_core.lib" /LIBPATH:"libiomp5md.lib" /MANIFEST /MANIFESTFILE:"Debug\Console8.exe.intermediate.manifest" /MANIFESTUAC:"level='asInvoker' uiAccess='false'" /DEBUG /PDB:"C:\Users\Administrator\documents\visual studio 2015\Projects\Console8\Console8\Debug\Console8.pdb" /SUBSYSTEM:CONSOLE /IMPLIB:"C:\Users\Administrator\documents\visual studio 2015\Projects\Console8\Console8\Debug\Console8.lib" -qm32 "Debug\ranseq.obj" "Debug\test_rn2.obj" "Debug\trand.obj" "Debug\factors.obj" "Debug\dima.obj" "Debug\matprt.obj" "Debug\utran.obj" "Debug\makelin.obj" "Debug\rswaps.obj" "Debug\matmpy.obj" "Debug\vsl.obj" "Debug\usolve.obj" "Debug\lsolve.obj" vsl.obj : error LNK2019: unresolved external symbol _VSLNEWSTREAM referenced in function _MAIN__ vsl.obj : error LNK2019: unresolved external symbol _VDRNGGAUSSIAN referenced in function _MAIN__ vsl.obj : error LNK2019: unresolved external symbol _VSLDELETESTREAM referenced in function _MAIN__ Debug\Console8.exe : fatal error LNK1120: 3 unresolved externals Console8 - 4 error(s), 0 warning(s)&lt;/P&gt;&lt;P&gt;------------------------------------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;P&gt;Notice above the three links it cannot find, despite all the added libraries i put in.&lt;/P&gt;</description>
      <pubDate>Mon, 07 Jan 2019 19:07:00 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/PROGRAM-EXAMPLE-DOES-NOT-BUILD/m-p/1128234#M25423</guid>
      <dc:creator>WSinc</dc:creator>
      <dc:date>2019-01-07T19:07:00Z</dc:date>
    </item>
    <item>
      <title>Of course I could use THE</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/PROGRAM-EXAMPLE-DOES-NOT-BUILD/m-p/1128235#M25424</link>
      <description>&lt;P&gt;Of course I could use THE IFORT line, but the problem really is about using attaching the proper MKL library from a more complicated program.&lt;/P&gt;&lt;P&gt;That&amp;nbsp;requires the use of VS2015, hopefully.&lt;/P&gt;</description>
      <pubDate>Mon, 07 Jan 2019 20:58:04 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/PROGRAM-EXAMPLE-DOES-NOT-BUILD/m-p/1128235#M25424</guid>
      <dc:creator>WSinc</dc:creator>
      <dc:date>2019-01-07T20:58:04Z</dc:date>
    </item>
    <item>
      <title>The linker errors are the</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/PROGRAM-EXAMPLE-DOES-NOT-BUILD/m-p/1128236#M25425</link>
      <description>&lt;P&gt;The linker errors are the result of (i) your choosing inconsistent compiler options -- you specified /Qm32, which is appropriate if you wish to build a 32-bit object, but you seem to be inclined towards linking with 64 bit MKL libraries (e.g., mkl_intel_ilp64.lib),&amp;nbsp;(ii) a misunderstanding about what /LIBPATH is intended for, and, perhaps as a consequence,&amp;nbsp;(iii) failure to specify any MKL libraries to link with.&lt;/P&gt;</description>
      <pubDate>Mon, 07 Jan 2019 23:30:00 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/PROGRAM-EXAMPLE-DOES-NOT-BUILD/m-p/1128236#M25425</guid>
      <dc:creator>mecej4</dc:creator>
      <dc:date>2019-01-07T23:30:00Z</dc:date>
    </item>
    <item>
      <title>and also this article may</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/PROGRAM-EXAMPLE-DOES-NOT-BUILD/m-p/1128237#M25426</link>
      <description>&lt;P&gt;and also this article may help to properly build your case under VS IDE:&amp;nbsp;https://software.intel.com/en-us/articles/intel-math-kernel-library-intel-mkl-compiling-and-linking-with-microsoft-visual-cc#&lt;/P&gt;</description>
      <pubDate>Tue, 08 Jan 2019 03:02:36 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/PROGRAM-EXAMPLE-DOES-NOT-BUILD/m-p/1128237#M25426</guid>
      <dc:creator>Gennady_F_Intel</dc:creator>
      <dc:date>2019-01-08T03:02:36Z</dc:date>
    </item>
    <item>
      <title>That article is NOT ABOUT</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/PROGRAM-EXAMPLE-DOES-NOT-BUILD/m-p/1128238#M25427</link>
      <description>&lt;P&gt;That article is NOT ABOUT Fortran, its about C++.&lt;/P&gt;&lt;P&gt;There are not any similar options under FORTRAN.&lt;/P&gt;&lt;P&gt;Here are the LIBPATHS I have:&lt;/P&gt;&lt;P&gt;mkl_intel_ilp64.lib;&lt;/P&gt;&lt;P&gt;mkl_intel_thread.lib;&lt;/P&gt;&lt;P&gt;mkl_core.lib;&lt;/P&gt;&lt;P&gt;libiomp5md.lib&lt;/P&gt;&lt;P&gt;You can see that MKL is mentioned, the 64 bit version I installed.&lt;/P&gt;&lt;P&gt;actually it installs 32 bit versions also.&lt;/P&gt;&lt;P&gt;So, should we conclude that there is NO WAY to link to the MKL from Visual studio 2015 ?&lt;/P&gt;&lt;P&gt;(Using Fortran code)&lt;/P&gt;&lt;P&gt;Maybe an INTEL person would know how to do this ?&lt;/P&gt;</description>
      <pubDate>Thu, 10 Jan 2019 22:16:00 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/PROGRAM-EXAMPLE-DOES-NOT-BUILD/m-p/1128238#M25427</guid>
      <dc:creator>WSinc</dc:creator>
      <dc:date>2019-01-10T22:16:00Z</dc:date>
    </item>
    <item>
      <title>In the case if you use</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/PROGRAM-EXAMPLE-DOES-NOT-BUILD/m-p/1128239#M25428</link>
      <description>&lt;P&gt;In the case if you use Fortran, then the only difference to use Fortran compiler option&amp;nbsp;&lt;STRONG&gt;/4I8&amp;nbsp;&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 11 Jan 2019 07:14:13 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/PROGRAM-EXAMPLE-DOES-NOT-BUILD/m-p/1128239#M25428</guid>
      <dc:creator>Gennady_F_Intel</dc:creator>
      <dc:date>2019-01-11T07:14:13Z</dc:date>
    </item>
    <item>
      <title>we can create the simplest</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/PROGRAM-EXAMPLE-DOES-NOT-BUILD/m-p/1128240#M25429</link>
      <description>&lt;P&gt;we can create the simplest VS2015 based Fortran solution with this vsl.f90 file and share with you if you need.&lt;/P&gt;</description>
      <pubDate>Fri, 11 Jan 2019 10:03:35 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/PROGRAM-EXAMPLE-DOES-NOT-BUILD/m-p/1128240#M25429</guid>
      <dc:creator>Gennady_F_Intel</dc:creator>
      <dc:date>2019-01-11T10:03:35Z</dc:date>
    </item>
    <item>
      <title>Sure, just one simple example</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/PROGRAM-EXAMPLE-DOES-NOT-BUILD/m-p/1128241#M25430</link>
      <description>&lt;P&gt;Sure, just one simple&amp;nbsp;example that ACTUALLY WORKS would be appreciated.&lt;/P&gt;&lt;P&gt;But I would like to see what you put under "project properties."&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I put what I thought was the proper LIBRARY adds, but that was not enough.&lt;/P&gt;&lt;P&gt;apparently that example they give with the include and USE statements is not enough.&lt;/P&gt;&lt;P&gt;Where would I put the "4I8" option you mentioned ?&lt;/P&gt;&lt;P&gt;I dont see anything about that anywhere.&lt;/P&gt;&lt;P&gt;I added it as an extra option, it&amp;nbsp;&amp;nbsp;did not complain about it, but I still get the three&lt;/P&gt;&lt;P&gt;unknown entry points.&lt;/P&gt;</description>
      <pubDate>Sat, 12 Jan 2019 02:24:00 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/PROGRAM-EXAMPLE-DOES-NOT-BUILD/m-p/1128241#M25430</guid>
      <dc:creator>WSinc</dc:creator>
      <dc:date>2019-01-12T02:24:00Z</dc:date>
    </item>
    <item>
      <title>I developed for you the vs</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/PROGRAM-EXAMPLE-DOES-NOT-BUILD/m-p/1128242#M25431</link>
      <description>&lt;P&gt;I developed for you the vs 2015 solution and attached to this thread. you may just change the include and an additional option patches accordingly your installation&lt;/P&gt;</description>
      <pubDate>Sat, 12 Jan 2019 03:41:38 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/PROGRAM-EXAMPLE-DOES-NOT-BUILD/m-p/1128242#M25431</guid>
      <dc:creator>Gennady_F_Intel</dc:creator>
      <dc:date>2019-01-12T03:41:38Z</dc:date>
    </item>
    <item>
      <title>I unzipped it, but then</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/PROGRAM-EXAMPLE-DOES-NOT-BUILD/m-p/1128243#M25432</link>
      <description>&lt;P&gt;I unzipped it, but then VS2015 cannot find the solution file/folder. do I have to move it somewhere before I unzip it ?&lt;/P&gt;&lt;P&gt;Otherwise, there is no way to run the program.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I CANNOT do anything with what you sent.&lt;/P&gt;&lt;P&gt;Send it to yourself, see what happens.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The file explorer sees it, does VS 2015 does not.&lt;/P&gt;</description>
      <pubDate>Sat, 12 Jan 2019 19:39:00 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/PROGRAM-EXAMPLE-DOES-NOT-BUILD/m-p/1128243#M25432</guid>
      <dc:creator>WSinc</dc:creator>
      <dc:date>2019-01-12T19:39:00Z</dc:date>
    </item>
    <item>
      <title>I finally had to say that TMP</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/PROGRAM-EXAMPLE-DOES-NOT-BUILD/m-p/1128244#M25433</link>
      <description>&lt;P&gt;I finally had to say that TMP was the solution, then it ran.&lt;/P&gt;&lt;P&gt;But I had to insert a READ statement at the end so I could see the output before it exits.&lt;/P&gt;</description>
      <pubDate>Sat, 12 Jan 2019 20:12:25 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/PROGRAM-EXAMPLE-DOES-NOT-BUILD/m-p/1128244#M25433</guid>
      <dc:creator>WSinc</dc:creator>
      <dc:date>2019-01-12T20:12:25Z</dc:date>
    </item>
    <item>
      <title>thus we hope the problem with</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/PROGRAM-EXAMPLE-DOES-NOT-BUILD/m-p/1128245#M25434</link>
      <description>&lt;P&gt;thus&amp;nbsp;we hope the problem with linking under VS IDE is resolved.&lt;/P&gt;</description>
      <pubDate>Sun, 13 Jan 2019 02:55:11 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/PROGRAM-EXAMPLE-DOES-NOT-BUILD/m-p/1128245#M25434</guid>
      <dc:creator>Gennady_F_Intel</dc:creator>
      <dc:date>2019-01-13T02:55:11Z</dc:date>
    </item>
  </channel>
</rss>

