<?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 Installing MKL on Darwin in Intel® oneAPI Math Kernel Library</title>
    <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Installing-MKL-on-Darwin/m-p/897567#M11022</link>
    <description>&lt;P&gt;Good news - the OS X version works! Apparently, there is an OS X interface to the cluster that I, as a user, do not have access to. Now that our sys admin has installed the library, I have successfully built and run the symmetric matrix Pardiso example using the icc compiler as well as the g++ compiler. Thanks for your help.&lt;/P&gt;
&lt;P&gt;--Ross&lt;/P&gt;
&lt;P&gt;One thing I would note - I know it is mentioned a few places around Intel's site, but it created a little confusion for me having the liomp5 libraries in a location different than it is in the Windows and Linux version.&lt;/P&gt;</description>
    <pubDate>Thu, 11 Feb 2010 04:25:30 GMT</pubDate>
    <dc:creator>Wesley_M_</dc:creator>
    <dc:date>2010-02-11T04:25:30Z</dc:date>
    <item>
      <title>Installing MKL on Darwin</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Installing-MKL-on-Darwin/m-p/897563#M11018</link>
      <description>&lt;P&gt;Allow me to preface what I'm say with this: I develop primarily in Windows, not Unix or Mac. I know more than nothing (a little VI, basic commands, etc) but I am a solid Unix novice.&lt;/P&gt;
&lt;P&gt;That being said, our department has a cluster of X-Server blades running Darwin that we are trying to get MKL working on. I got an evaluation copy of MKL for Linux that we have tried to install, but following the installation instructions stops working when running the install script (the install script can't find ldconfig, which isn't on Darwin). So, my question is as follows:&lt;/P&gt;
&lt;P&gt;1. Am I even using the correct version of MKL?&lt;/P&gt;
&lt;P&gt;2. How do I get MKL installed on this machine?&lt;/P&gt;
&lt;P&gt;Remember, you are talking to a Unix novice, so please be patient, speak slowly, and use small words (so to speak). Thanks!&lt;/P&gt;
&lt;P&gt;-Ross&lt;/P&gt;
&lt;P&gt;&lt;B&gt;Potentially useful information:&lt;/B&gt;&lt;/P&gt;
&lt;P&gt;uname -a gives the following-&lt;/P&gt;
&lt;P style="padding-left: 20pt;"&gt;Darwin portal2net 9.8.0 Darwin Kernel Version 9.8.0: Wed Jul 15 16:55:01 PDT 2009; root:xnu-1228.15.4~1/RELEASE_I386 i386&lt;/P&gt;
&lt;DIV style="overflow: hidden; position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px;" id="_mcePaste"&gt;login as: wrm9989&lt;BR /&gt;Using keyboard-interactive authentication.&lt;BR /&gt;Password:&lt;BR /&gt;Last login: Mon Feb 1 14:19:34 2010 from tetracrunch.tamu.edu&lt;BR /&gt;portal2net:~ wrm9989$ ls&lt;BR /&gt;Library bin codeExamples dev openMP&lt;BR /&gt;portal2net:~ wrm9989$ cd dev/_beta_env/&lt;BR /&gt;portal2net:~/dev/_beta_env wrm9989$ ls&lt;BR /&gt;BuildMakefile.cfg beta betaCore&lt;BR /&gt;Makefile beta3D objects&lt;BR /&gt;portal2net:~/dev/_beta_env wrm9989$ vi Makefile&lt;BR /&gt;portal2net:~/dev/_beta_env wrm9989$ man qsub&lt;BR /&gt;portal2net:~/dev/_beta_env wrm9989$ gcc man&lt;BR /&gt;i686-apple-darwin9-gcc-4.0.1: man: No such file or directory&lt;BR /&gt;i686-apple-darwin9-gcc-4.0.1: no input files&lt;BR /&gt;portal2net:~/dev/_beta_env wrm9989$ man gcc&lt;BR /&gt;portal2net:~/dev/_beta_env wrm9989$ which gcc-4.2&lt;BR /&gt;/usr/bin/gcc-4.2&lt;BR /&gt;portal2net:~/dev/_beta_env wrm9989$ which gcc&lt;BR /&gt;/usr/bin/gcc&lt;BR /&gt;portal2net:~/dev/_beta_env wrm9989$ gcc -v&lt;BR /&gt;Using built-in specs.&lt;BR /&gt;Target: i686-apple-darwin9&lt;BR /&gt;Configured with: /var/tmp/gcc/gcc-5493~1/src/configure --disable-checking -enable-werror --prefix=/usr --mandir=/share/man --enable-languages=c,objc,c++,obj-c++ --program-transform-name=/^[cg][^.-]*$/s/$/-4.0/ --with-gxx-include-dir=/include/c++/4.0.0 --with-slibdir=/usr/lib --build=i686-apple-darwin9 --with-arch=apple --with-tune=generic --host=i686-apple-darwin9 --target=i686-apple-darwin9&lt;BR /&gt;Thread model: posix&lt;BR /&gt;gcc version 4.0.1 (Apple Inc. build 5493)&lt;BR /&gt;portal2net:~/dev/_beta_env wrm9989$ g++ -v&lt;BR /&gt;Using built-in specs.&lt;BR /&gt;Target: i686-apple-darwin9&lt;BR /&gt;Configured with: /var/tmp/gcc/gcc-5493~1/src/configure --disable-checking -enable-werror --prefix=/usr --mandir=/share/man --enable-languages=c,objc,c++,obj-c++ --program-transform-name=/^[cg][^.-]*$/s/$/-4.0/ --with-gxx-include-dir=/include/c++/4.0.0 --with-slibdir=/usr/lib --build=i686-apple-darwin9 --with-arch=apple --with-tune=generic --host=i686-apple-darwin9 --target=i686-apple-darwin9&lt;BR /&gt;Thread model: posix&lt;BR /&gt;gcc version 4.0.1 (Apple Inc. build 5493)&lt;BR /&gt;portal2net:~/dev/_beta_env wrm9989$ uname -p&lt;BR /&gt;i386&lt;BR /&gt;portal2net:~/dev/_beta_env wrm9989$ uname -i&lt;BR /&gt;uname: illegal option -- i&lt;BR /&gt;usage: uname [-amnprsv]&lt;BR /&gt;portal2net:~/dev/_beta_env wrm9989$ uname&lt;BR /&gt;Darwin&lt;BR /&gt;portal2net:~/dev/_beta_env wrm9989$ man uname&lt;BR /&gt;portal2net:~/dev/_beta_env wrm9989$ uname -a&lt;BR /&gt;Darwin portal2net 9.8.0 Darwin Kernel Version 9.8.0: Wed Jul 15 16:55:01 PDT 2009; root:xnu-1228.15.4~1/RELEASE_I386 i386&lt;BR /&gt;portal2net:~/dev/_beta_env wrm9989$ man gcc&lt;BR /&gt;portal2net:~/dev/_beta_env wrm9989$ gcc -v&lt;BR /&gt;Using built-in specs.&lt;BR /&gt;Target: i686-apple-darwin9&lt;BR /&gt;Configured with: /var/tmp/gcc/gcc-5493~1/src/configure --disable-checking -enable-werror --prefix=/usr --mandir=/share/man --enable-languages=c,objc,c++,obj-c++ --program-transform-name=/^[cg][^.-]*$/s/$/-4.0/ --with-gxx-include-dir=/include/c++/4.0.0 --with-slibdir=/usr/lib --build=i686-apple-darwin9 --with-arch=apple --with-tune=generic --host=i686-apple-darwin9 --target=i686-apple-darwin9&lt;BR /&gt;Thread model: posix&lt;BR /&gt;gcc version 4.0.1 (Apple Inc. build 5493)&lt;BR /&gt;portal2net:~/dev/_beta_env wrm9989$ man g++&lt;BR /&gt;portal2net:~/dev/_beta_env wrm9989$ uname -a&lt;BR /&gt;Darwin portal2net 9.8.0 Darwin Kernel Version 9.8.0: Wed Jul 15 16:55:01 PDT 2009; root:xnu-1228.15.4~1/RELEASE_I386 i386&lt;BR /&gt;portal2net:~/dev/_beta_env wrm9989$ man g++&lt;BR /&gt;portal2net:~/dev/_beta_env wrm9989$ arch&lt;BR /&gt;i386&lt;BR /&gt;portal2net:~/dev/_beta_env wrm9989$ mach&lt;BR /&gt;-bash: mach: command not found&lt;BR /&gt;portal2net:~/dev/_beta_env wrm9989$ csh&lt;BR /&gt;[portal2net:~/dev/_beta_env] wrm9989% mach&lt;BR /&gt;mach: Command not found.&lt;BR /&gt;[portal2net:~/dev/_beta_env] wrm9989% exit&lt;BR /&gt;exit&lt;BR /&gt;portal2net:~/dev/_beta_env wrm9989$ man mach&lt;BR /&gt;No manual entry for mach&lt;BR /&gt;portal2net:~/dev/_beta_env wrm9989$ gcc -v&lt;BR /&gt;Using built-in specs.&lt;BR /&gt;Target: i686-apple-darwin9&lt;BR /&gt;Configured with: /var/tmp/gcc/gcc-5493~1/src/configure --disable-checking -enable-werror --prefix=/usr --mandir=/share/man --enable-languages=c,objc,c++,obj-c++ --program-transform-name=/^[cg][^.-]*$/s/$/-4.0/ --with-gxx-include-dir=/include/c++/4.0.0 --with-slibdir=/usr/lib --build=i686-apple-darwin9 --with-arch=apple --with-tune=generic --host=i686-apple-darwin9 --target=i686-apple-darwin9&lt;BR /&gt;Thread model: posix&lt;BR /&gt;gcc version 4.0.1 (Apple Inc. build 5493)&lt;BR /&gt;portal2net:~/dev/_beta_env wrm9989$ g++ -v&lt;BR /&gt;Using built-in specs.&lt;BR /&gt;Target: i686-apple-darwin9&lt;BR /&gt;Configured with: /var/tmp/gcc/gcc-5493~1/src/configure --disable-checking -enable-werror --prefix=/usr --mandir=/share/man --enable-languages=c,objc,c++,obj-c++ --program-transform-name=/^[cg][^.-]*$/s/$/-4.0/ --with-gxx-include-dir=/include/c++/4.0.0 --with-slibdir=/usr/lib --build=i686-apple-darwin9 --with-arch=apple --with-tune=generic --host=i686-apple-darwin9 --target=i686-apple-darwin9&lt;BR /&gt;Thread model: posix&lt;BR /&gt;gcc version 4.0.1 (Apple Inc. build 5493)&lt;BR /&gt;portal2net:~/dev/_beta_env wrm9989$ g++-4.2 -v&lt;BR /&gt;Using built-in specs.&lt;BR /&gt;Target: i686-apple-darwin9&lt;BR /&gt;Configured with: /var/tmp/gcc_42/gcc_42-5574~1/src/configure --disable-checking --enable-werror --prefix=/usr --mandir=/usr/share/man --enable-languages=c,objc,c++,obj-c++ --program-transform-name=/^[cg][^.-]*$/s/$/-4.2/ --with-slibdir=/usr/lib --build=i686-apple-darwin9 --with-gxx-include-dir=/usr/include/c++/4.0.0 --host=i686-apple-darwin9 --target=i686-apple-darwin9&lt;BR /&gt;Thread model: posix&lt;BR /&gt;gcc version 4.2.1 (Apple Inc. build 5574)&lt;BR /&gt;portal2net:~/dev/_beta_env wrm9989$ arch&lt;BR /&gt;i386&lt;BR /&gt;portal2net:~/dev/_beta_env wrm9989$ which gfortran&lt;BR /&gt;/usr/local/bin/gfortran&lt;BR /&gt;portal2net:~/dev/_beta_env wrm9989$ gfortran -v&lt;BR /&gt;Using built-in specs.&lt;BR /&gt;Target: i386-apple-darwin8.10.1&lt;BR /&gt;Configured with: /tmp/gfortran-20090604/ibin/../gcc/configure --prefix=/usr/local/gfortran --enable-languages=c,fortran --with-gmp=/tmp/gfortran-20090604/gfortran_libs --enable-bootstrap&lt;BR /&gt;Thread model: posix&lt;BR /&gt;gcc version 4.5.0 20090604 (experimental) [trunk revision 148180] (GCC)&lt;BR /&gt;portal2net:~/dev/_beta_env wrm9989$ gfortran --version&lt;BR /&gt;GNU Fortran (GCC) 4.5.0 20090604 (experimental) [trunk revision 148180]&lt;BR /&gt;Copyright (C) 2009 Free Software Foundation, Inc.&lt;BR /&gt;&lt;BR /&gt;GNU Fortran comes with NO WARRANTY, to the extent permitted by law.&lt;BR /&gt;You may redistribute copies of GNU Fortran&lt;BR /&gt;under the terms of the GNU General Public License.&lt;BR /&gt;For more information about these matters, see the file named COPYING&lt;BR /&gt;&lt;BR /&gt;portal2net:~/dev/_beta_env wrm9989$ uname -a&lt;BR /&gt;Darwin portal2net 9.8.0 Darwin Kernel Version 9.8.0: Wed Jul 15 16:55:01 PDT 2009; root:xnu-1228.15.4~1/RELEASE_I386 i386&lt;BR /&gt;portal2net:~/dev/_beta_env wrm9989$ cd /sbin/&lt;BR /&gt;portal2net:/sbin wrm9989$ ls&lt;BR /&gt;SystemStarter fstyp launchd mount_ntfs quotacheck&lt;BR /&gt;autodiskmount fstyp_hfs md5 mount_smbfs rdump&lt;BR /&gt;clri fstyp_msdos mknod mount_udf reboot&lt;BR /&gt;disklabel fstyp_ntfs mount mount_webdav restore&lt;BR /&gt;dmesg fstyp_udf mount_afp newfs route&lt;BR /&gt;dump fstyp_ufs mount_cd9660 newfs_hfs routed&lt;BR /&gt;dumpfs halt mount_cddafs newfs_msdos rrestore&lt;BR /&gt;dynamic_pager ifconfig mount_devfs newfs_udf rtsol&lt;BR /&gt;emond ip6fw mount_fdesc nfsd service&lt;BR /&gt;fibreconfig ipfw mount_ftp nfsiod shutdown&lt;BR /&gt;fsck kerberosautoconfig mount_hfs nologin slattach&lt;BR /&gt;fsck_hfs kextload mount_msdos ping tunefs&lt;BR /&gt;fsck_msdos kextunload mount_nfs ping6 umount&lt;BR /&gt;portal2net:/sbin wrm9989$ which ldconfig&lt;BR /&gt;portal2net:/sbin wrm9989$ uname -a&lt;BR /&gt;Darwin portal2net 9.8.0 Darwin Kernel Version 9.8.0: Wed Jul 15 16:55:01 PDT 2009; root:xnu-1228.15.4~1/RELEASE_I386 i386&lt;BR /&gt;portal2net:/sbin wrm9989$ Darwin portal2net 9.8.0 Darwin Kernel Version 9.8.0: Wed Jul 15 16:55:01 PDT 2009; root:xnu-1228.15.4~1/RELEASE_I386 i386Darwin portal2net 9.8.0 Darwin Kernel Version 9.8.0: Wed Jul 15 16:55:01 PDT 2009; root:xnu-1228.15.4~1/RELEASE_I386 i386Darwin portal2net 9.8.0 Darwin Kernel Version 9.8.0: Wed Jul 15 16:55:01 PDT 2009; root:xnu-1228.15.4~1/RELEASE_I386 i386&lt;BR /&gt;&lt;BR /&gt;&lt;/DIV&gt;</description>
      <pubDate>Mon, 08 Feb 2010 17:55:30 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Installing-MKL-on-Darwin/m-p/897563#M11018</guid>
      <dc:creator>Wesley_M_</dc:creator>
      <dc:date>2010-02-08T17:55:30Z</dc:date>
    </item>
    <item>
      <title>Installing MKL on Darwin</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Installing-MKL-on-Darwin/m-p/897564#M11019</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;As I know, MKL has three different install packages:&lt;/P&gt;
&lt;P&gt;- for Windows&lt;/P&gt;
&lt;P&gt;- for Linux&lt;/P&gt;
&lt;P&gt;- for OS X (Darwin and Snow Leopard)&lt;/P&gt;
&lt;P&gt;Therefore, please use correct MKL install package&lt;/P&gt;</description>
      <pubDate>Tue, 09 Feb 2010 07:06:34 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Installing-MKL-on-Darwin/m-p/897564#M11019</guid>
      <dc:creator>barragan_villanueva_</dc:creator>
      <dc:date>2010-02-09T07:06:34Z</dc:date>
    </item>
    <item>
      <title>Installing MKL on Darwin</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Installing-MKL-on-Darwin/m-p/897565#M11020</link>
      <description>&lt;P&gt;Hi Ross,&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;DIV id="_mcePaste"&gt;What version of MKL did you try to install?&lt;/DIV&gt;
&lt;DIV id="_mcePaste"&gt;It seems to me you have to install OS X version instead of Linux version which you tried.&lt;/DIV&gt;
&lt;DIV id="_mcePaste"&gt;I have to mention one important note about MKL version for OS X : this version of MKL doesn't contains the cluster functionality ( &lt;B&gt;ScaLapack and ClusterFFT&lt;/B&gt;).&lt;/DIV&gt;
&lt;DIV&gt;&lt;/DIV&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;--Gennady&lt;/P&gt;</description>
      <pubDate>Tue, 09 Feb 2010 10:03:44 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Installing-MKL-on-Darwin/m-p/897565#M11020</guid>
      <dc:creator>Gennady_F_Intel</dc:creator>
      <dc:date>2010-02-09T10:03:44Z</dc:date>
    </item>
    <item>
      <title>Installing MKL on Darwin</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Installing-MKL-on-Darwin/m-p/897566#M11021</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;Linux installer does not support Darwin OS. It is not the only question of availability of system tools but also binary compatibility problem. So the Linux installer will not work at &lt;PLACE st="on"&gt;&lt;CITY st="on"&gt;Darwin at all&lt;/CITY&gt;&lt;/PLACE&gt;.&lt;/P&gt;
&lt;P&gt;If the &lt;PLACE st="on"&gt;&lt;CITY st="on"&gt;Darwin&lt;/CITY&gt;&lt;/PLACE&gt; inyour case is a driver for Mac OS, so pleaseuse proper MKL Mac OS installer. If not, please provide an MKL version you would like to install, we will try to find a workaround.&lt;/P&gt;
&lt;P&gt;Thank you,&lt;/P&gt;
&lt;P&gt;- Nikolay&lt;/P&gt;</description>
      <pubDate>Tue, 09 Feb 2010 12:47:28 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Installing-MKL-on-Darwin/m-p/897566#M11021</guid>
      <dc:creator>Nikolay_L_Intel</dc:creator>
      <dc:date>2010-02-09T12:47:28Z</dc:date>
    </item>
    <item>
      <title>Installing MKL on Darwin</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Installing-MKL-on-Darwin/m-p/897567#M11022</link>
      <description>&lt;P&gt;Good news - the OS X version works! Apparently, there is an OS X interface to the cluster that I, as a user, do not have access to. Now that our sys admin has installed the library, I have successfully built and run the symmetric matrix Pardiso example using the icc compiler as well as the g++ compiler. Thanks for your help.&lt;/P&gt;
&lt;P&gt;--Ross&lt;/P&gt;
&lt;P&gt;One thing I would note - I know it is mentioned a few places around Intel's site, but it created a little confusion for me having the liomp5 libraries in a location different than it is in the Windows and Linux version.&lt;/P&gt;</description>
      <pubDate>Thu, 11 Feb 2010 04:25:30 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Installing-MKL-on-Darwin/m-p/897567#M11022</guid>
      <dc:creator>Wesley_M_</dc:creator>
      <dc:date>2010-02-11T04:25:30Z</dc:date>
    </item>
    <item>
      <title>Installing MKL on Darwin</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Installing-MKL-on-Darwin/m-p/897568#M11023</link>
      <description>&lt;DIV id="tiny_quote"&gt;
&lt;DIV style="margin-left: 2px; margin-right: 2px;"&gt;Quoting &lt;A rel="/en-us/services/profile/quick_profile.php?is_paid=&amp;amp;user_id=189136" class="basic" href="https://community.intel.com/en-us/profile/189136/"&gt;rossmclendon@neo.tamu.edu&lt;/A&gt;&lt;/DIV&gt;
&lt;DIV style="border: 1px inset; padding: 5px; background-color: #e5e5e5; margin-left: 2px; margin-right: 2px;"&gt;&lt;I&gt;
&lt;P&gt;Good news - the OS X version works! Apparently, there is an OS X interface to the cluster that I, as a user, do not have access to. Now that our sys admin has installed the library, I have successfully built and run the symmetric matrix Pardiso example using the icc compiler as well as the g++ compiler. Thanks for your help.&lt;/P&gt;
&lt;P&gt;--Ross&lt;/P&gt;
&lt;P&gt;One thing I would note - I know it is mentioned a few places around Intel's site, but it created a little confusion for me having the liomp5 libraries in a location different than it is in the Windows and Linux version.&lt;/P&gt;
&lt;/I&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Hello Ross,&lt;/P&gt;
&lt;P&gt;Just for your information, for Intel Compiler Professional Edition installation libiomp5 library placed in compiler 'lib' directory for all platforms. It is placed inside MKL 'lib' directory for standalone MKL package only. This kind of package doesn't exist for Mac OS. MKL for Mac OS can be installed only in bundle with Intel Compiler Professional Edition.&lt;/P&gt;
&lt;P&gt;Thanks,&lt;/P&gt;
&lt;P&gt;Artem&lt;/P&gt;</description>
      <pubDate>Mon, 15 Feb 2010 10:12:29 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Installing-MKL-on-Darwin/m-p/897568#M11023</guid>
      <dc:creator>Artem_V_Intel</dc:creator>
      <dc:date>2010-02-15T10:12:29Z</dc:date>
    </item>
    <item>
      <title>Installing MKL on Darwin</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Installing-MKL-on-Darwin/m-p/897569#M11024</link>
      <description>&lt;P&gt;quote:&lt;B&gt;"This kind of package doesn't exist for Mac OS. MKL for Mac OS can be installed only in bundle with Intel Compiler Professional Edition.", &lt;/B&gt;&lt;/P&gt;
&lt;P&gt;&lt;B&gt;&lt;SPAN style="font-weight: normal;"&gt;need to clarify one detail - the last standalone package for Mac OS* X is 10.0 Update 5. Since the version 10.1 version of MKL for MacOS* X disrtibute in bundle with Intel CPE.&lt;/SPAN&gt;&lt;/B&gt;&lt;/P&gt;
&lt;P&gt;--Gennady&lt;/P&gt;</description>
      <pubDate>Mon, 15 Feb 2010 14:11:19 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Installing-MKL-on-Darwin/m-p/897569#M11024</guid>
      <dc:creator>Gennady_F_Intel</dc:creator>
      <dc:date>2010-02-15T14:11:19Z</dc:date>
    </item>
  </channel>
</rss>

