<?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 CLI installation seems broken under OS X (all versions) in Intel® oneAPI Math Kernel Library</title>
    <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/CLI-installation-seems-broken-under-OS-X-all-versions/m-p/1179697#M29234</link>
    <description>&lt;P&gt;I am working with the &lt;A href="https://github.com/LLNL/spack"&gt;Spack package manage&lt;/A&gt;r&amp;nbsp;which builds and installs science software and development tools from source. Spack is /not/ a GUI application and I use it from scripts in a "headless" automated build farm with OS X, *BSD, and Linux hosts. In the ancient past, there was the ability to do &lt;A href="https://software.intel.com/en-us/articles/silent-installation-guide-for-intel-parallel-studio-xe-composer-edition-for-os-x"&gt;silent / scriptable installs under OS X&lt;/A&gt;&amp;nbsp;for Intel software tools (including MKL), but since 16.* this ability seems to have been removed:&lt;/P&gt;

&lt;PRE class="brush:plain;"&gt;myhost:MacOS $ sudo ./install.sh --cli-mode --silent /tmp/silent.cfg
./install.sh: line 639: /Volumes/m_mkl_2017.3.181/m_mkl_2017.3.181.app/Contents/MacOS/./../MacOS/install: No such file or directory&lt;/PRE&gt;

&lt;P&gt;&lt;SPAN style="font-size: 1em;"&gt;Attempts at running install_gui from the terminal with the same option set is semi-successful. Unfortunately, it appears that&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN style="font-size: 1em;"&gt;PSET_INSTALL_DIR is partially ignored as files are installed into / rather than /opt/intel. The end of the install.log reads:&lt;/SPAN&gt;&lt;/P&gt;

&lt;PRE class="brush:plain;"&gt;1504830718:672 : user_is_root: user is root
1504830718:672 : base_user_dir: result is /opt/intel/
1504830718:672 : save_silent_config: save params ACCEPT_EULA:CONTINUE_WITH_OPTIONAL_ERROR:PSET_INSTALL_DIR:CONTINUE_WITH_INSTALLDIR_OVERWRITE:COMPONENTS:PSET_MODE:NONRPM_DB_DIR:XCODE_DIR:XCODE_INTEGRATION_NEEDED in file /opt/intel/ism/db/history/mkl.full_suite_family_2017
1504830718:672 : save_silent_config: get value of the ACCEPT_EULA
1504830718:672 : save_silent_config: get value of the CONTINUE_WITH_OPTIONAL_ERROR
1504830718:672 : save_silent_config: get value of the PSET_INSTALL_DIR
1504830718:672 : getPsetCoreSubdir: started
1504830718:672 : getPsetCoreSubdir: suite core subdir is /parallel_studio_xe_2017.4.049
1504830718:672 : save_silent_config: get value of the CONTINUE_WITH_INSTALLDIR_OVERWRITE
1504830718:672 : save_silent_config: get value of the COMPONENTS
1504830718:672 : save_silent_config: get value of the PSET_MODE
1504830718:672 : save_silent_config: get value of the XCODE_DIR
1504830718:672 : save_silent_config: get value of the XCODE_INTEGRATION_NEEDED
1504830718:672 : save_silent_config: finished
1504830718:672 : mkdtemp: result /li_plugin_c.YwHsPb
1504830718:672 : env_set_string_internal: key "PWD" with value "/pset_user_stat" (length 15)
1504830718:672 : plugin_run: library is "/pset_user_stat/user_stat", func is "send_user_stat"
1504830718 - ERROR : plugin_run: dlopen(/pset_user_stat/user_stat, 9): image not found
1504830718:672 : main: error during running of pset_user_stat layer
1504830718 - WARN : main: temporary folder is not defined
1504830718:672 : main: removing marker file /tmp/foo/intel.pset.root.running.marker
1504830718:673 : dump_debug_info: , , , 

1504830718:673 : Exit code is 0
1504830718:673 : Logging finished at Thu Sep  7 19:31:58 2017

&lt;/PRE&gt;

&lt;P&gt;It would be very useful to have a method to reliably install MKL from the command-line in an automated fashion under OS X or a scriptable work-around in the meantime. For bonus, it would be nice to be able to do so without root privileges.&lt;/P&gt;</description>
    <pubDate>Fri, 08 Sep 2017 00:52:25 GMT</pubDate>
    <dc:creator>William_S_8</dc:creator>
    <dc:date>2017-09-08T00:52:25Z</dc:date>
    <item>
      <title>CLI installation seems broken under OS X (all versions)</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/CLI-installation-seems-broken-under-OS-X-all-versions/m-p/1179697#M29234</link>
      <description>&lt;P&gt;I am working with the &lt;A href="https://github.com/LLNL/spack"&gt;Spack package manage&lt;/A&gt;r&amp;nbsp;which builds and installs science software and development tools from source. Spack is /not/ a GUI application and I use it from scripts in a "headless" automated build farm with OS X, *BSD, and Linux hosts. In the ancient past, there was the ability to do &lt;A href="https://software.intel.com/en-us/articles/silent-installation-guide-for-intel-parallel-studio-xe-composer-edition-for-os-x"&gt;silent / scriptable installs under OS X&lt;/A&gt;&amp;nbsp;for Intel software tools (including MKL), but since 16.* this ability seems to have been removed:&lt;/P&gt;

&lt;PRE class="brush:plain;"&gt;myhost:MacOS $ sudo ./install.sh --cli-mode --silent /tmp/silent.cfg
./install.sh: line 639: /Volumes/m_mkl_2017.3.181/m_mkl_2017.3.181.app/Contents/MacOS/./../MacOS/install: No such file or directory&lt;/PRE&gt;

&lt;P&gt;&lt;SPAN style="font-size: 1em;"&gt;Attempts at running install_gui from the terminal with the same option set is semi-successful. Unfortunately, it appears that&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN style="font-size: 1em;"&gt;PSET_INSTALL_DIR is partially ignored as files are installed into / rather than /opt/intel. The end of the install.log reads:&lt;/SPAN&gt;&lt;/P&gt;

&lt;PRE class="brush:plain;"&gt;1504830718:672 : user_is_root: user is root
1504830718:672 : base_user_dir: result is /opt/intel/
1504830718:672 : save_silent_config: save params ACCEPT_EULA:CONTINUE_WITH_OPTIONAL_ERROR:PSET_INSTALL_DIR:CONTINUE_WITH_INSTALLDIR_OVERWRITE:COMPONENTS:PSET_MODE:NONRPM_DB_DIR:XCODE_DIR:XCODE_INTEGRATION_NEEDED in file /opt/intel/ism/db/history/mkl.full_suite_family_2017
1504830718:672 : save_silent_config: get value of the ACCEPT_EULA
1504830718:672 : save_silent_config: get value of the CONTINUE_WITH_OPTIONAL_ERROR
1504830718:672 : save_silent_config: get value of the PSET_INSTALL_DIR
1504830718:672 : getPsetCoreSubdir: started
1504830718:672 : getPsetCoreSubdir: suite core subdir is /parallel_studio_xe_2017.4.049
1504830718:672 : save_silent_config: get value of the CONTINUE_WITH_INSTALLDIR_OVERWRITE
1504830718:672 : save_silent_config: get value of the COMPONENTS
1504830718:672 : save_silent_config: get value of the PSET_MODE
1504830718:672 : save_silent_config: get value of the XCODE_DIR
1504830718:672 : save_silent_config: get value of the XCODE_INTEGRATION_NEEDED
1504830718:672 : save_silent_config: finished
1504830718:672 : mkdtemp: result /li_plugin_c.YwHsPb
1504830718:672 : env_set_string_internal: key "PWD" with value "/pset_user_stat" (length 15)
1504830718:672 : plugin_run: library is "/pset_user_stat/user_stat", func is "send_user_stat"
1504830718 - ERROR : plugin_run: dlopen(/pset_user_stat/user_stat, 9): image not found
1504830718:672 : main: error during running of pset_user_stat layer
1504830718 - WARN : main: temporary folder is not defined
1504830718:672 : main: removing marker file /tmp/foo/intel.pset.root.running.marker
1504830718:673 : dump_debug_info: , , , 

1504830718:673 : Exit code is 0
1504830718:673 : Logging finished at Thu Sep  7 19:31:58 2017

&lt;/PRE&gt;

&lt;P&gt;It would be very useful to have a method to reliably install MKL from the command-line in an automated fashion under OS X or a scriptable work-around in the meantime. For bonus, it would be nice to be able to do so without root privileges.&lt;/P&gt;</description>
      <pubDate>Fri, 08 Sep 2017 00:52:25 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/CLI-installation-seems-broken-under-OS-X-all-versions/m-p/1179697#M29234</guid>
      <dc:creator>William_S_8</dc:creator>
      <dc:date>2017-09-08T00:52:25Z</dc:date>
    </item>
    <item>
      <title>The current MKL installer</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/CLI-installation-seems-broken-under-OS-X-all-versions/m-p/1179698#M29235</link>
      <description>&lt;P&gt;The current MKL&amp;nbsp;installer does not support/require "--cli-mode" option, just run the installer without it&amp;nbsp;as: &lt;FONT face="Courier New"&gt;sudo ./install.sh&amp;nbsp;--silent /tmp/silent.cfg&lt;/FONT&gt;&lt;/P&gt;

&lt;P&gt;You can launch the installer with "--help" option to get the list of supporting options. Please note that&amp;nbsp;installation requires administrative or root&amp;nbsp;privileges.&lt;/P&gt;

&lt;P&gt;Please let us know if it helps.&lt;/P&gt;</description>
      <pubDate>Fri, 08 Sep 2017 10:54:36 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/CLI-installation-seems-broken-under-OS-X-all-versions/m-p/1179698#M29235</guid>
      <dc:creator>Natalia_A_Intel</dc:creator>
      <dc:date>2017-09-08T10:54:36Z</dc:date>
    </item>
  </channel>
</rss>

